Release 5.24

System Internals / BlueZ - Marcel Holtmann [holtmann.org] - 5 October 2014 15:31 UTC



###

diff --git a/ChangeLog b/ChangeLog
index f5c88f5..69c59ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+ver 5.24:
+ Fix issue with storing of connection parameters.
+ Add support for Phonebook Access Profile 1.2 features.
+ Add support for Message Access Profile 1.2 event reports.
+ Add support for Android Bluetooth configuration options.
+
ver 5.23:
Fix issue with concurrent authorization requests.
Fix issue with HID report identifier mismatch.
diff --git a/configure.ac b/configure.ac
index 9bdd239..981b1bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.23)
+AC_INIT(bluez, 5.24)

AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])

ae3db96 Release 5.24
ChangeLog | 6 ++++++
configure.ac | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)

Upstream: git.kernel.org


  • Share