From 7e19eb9a5ebfcba4491b303c45731a27c77ccdae Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 14 May 2013 09:04:15 +0200 Subject: [PATCH] Release 5.5 --- ChangeLog | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1e7be5287..9bfec6bcd 100644 --- 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. diff --git a/configure.ac b/configure.ac index 14f3a99b7..f3c58be35 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- 2.47.3