OSDN Git Service

Release 4.95
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 4 Jul 2011 19:57:21 +0000 (21:57 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 4 Jul 2011 19:57:21 +0000 (21:57 +0200)
ChangeLog
configure.ac

index f2199ff..364dd29 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+ver 4.95:
+       Fix issue with AVCTP replies with invalid PID.
+       Fix issue with AVRCP and unknown packet types.
+       Fix issue with AVRCP not using NOT_IMPLEMENTED correctly.
+       Fix issue with AVDTP discovery if all endpoints are in use.
+       Fix issue with invalid memory writes and media support.
+       Fix issue with not removing device alias and unbonding.
+       Fix issue with device disconnects and offline mode handling.
+       Add support for setting adapter name based on machine-info.
+       Add support for systemd service configuration.
+
 ver 4.94:
        Fix issue with invalid read of memory in various modules.
        Fix issue with buffer overflow when sending AVDTP commands.
index 926a647..8f54f60 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(bluez, 4.94)
+AC_INIT(bluez, 4.95)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects])
 AM_CONFIG_HEADER(config.h)