OSDN Git Service

Release 5.5
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 14 May 2013 07:04:15 +0000 (09:04 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 14 May 2013 07:04:15 +0000 (09:04 +0200)
ChangeLog
configure.ac

index 1e7be52..9bfec6b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+ver 5.5:
+       Fix issue with race condition between SDP and properties.
+       Fix issue with handling storage of private device addresses.
+       Fix issue with NFC out-of-band pairing and power states.
+       Fix issue with short name during device update handling.
+       Fix issue with handling AVRCP without A2DP being present.
+       Add support for handling AVRCP pass-through operations.
+       Add support for automatically reconnecting HID devices.
+       Add support for automatically pairing of devices.
+
 ver 5.4:
        Fix issue with invalid memory access and SDP service search.
        Add support for available player changed event for controller.
index 14f3a99..f3c58be 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(bluez, 5.4)
+AC_INIT(bluez, 5.5)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
                                        tar-pax no-dist-gzip dist-xz])