Diff between dd13d2d56eb4cef9f3d7e052094be4ea26f4d457 and ce4845a4de4362829c85bd7a8c10d65fe712ecd1

Changed Files

File Additions Deletions Status
ChangeLog +11 -0 modified
configure.ac +1 -1 modified

Full Patch

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])