Release 5.25

System Internals / BlueZ - Marcel Holtmann [holtmann.org] - 9 November 2014 14:39 UTC



###

diff --git a/ChangeLog b/ChangeLog
index 69c59ae..483da37 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+ver 5.25:
+ Fix issue with SCO connection after codec negotiation.
+ Fix issue with GATT and secondary service discovery.
+ Fix issue with GATT write descriptor callback.
+ Fix issue with MAP supported features bits.
+ Add support for MAP local time and timezone offset.
+ Add support for PBAP speed-dial and favorites folders.
+ Add support for PBAP speed-dial and identifier filters.
+ Add support for controller mode configuration option.
+ Add initial support for Android Lollipop features.
+
ver 5.24:
Fix issue with storing of connection parameters.
Add support for Phonebook Access Profile 1.2 features.
diff --git a/configure.ac b/configure.ac
index 981b1bf..6533cab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.24)
+AC_INIT(bluez, 5.25)

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

ce4845a Release 5.25
ChangeLog | 11 +++++++++++
configure.ac | 2 +-
2 files changed, 12 insertions(+), 1 deletion(-)

Upstream: git.kernel.org


  • Share