Diff between 209a689b2645e907b301837da61a901df708b091 and ab8a80b04f0ded7f9971994d0364a5c3bc92dd9f

Changed Files

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

Full Patch

diff --git a/ChangeLog b/ChangeLog
index 7566443..25aef0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 5.54:
+	Fix issue with HOGP to accept data only from bonded devices.
+	Fix issue with A2DP sessions being connected at the same time.
+	Fix issue with class UUID matches before connecting profile.
+	Add support for handling MTU auto-tuning option for AVDTP.
+	Add support for new policy for Just-Works repairing.
+	Add support for Enhanced ATT bearer (EATT).
+
 ver 5.53:
 	Fix issue with handling unregistration for advertisment.
 	Fix issue with A2DP and handling recovering process.
diff --git a/configure.ac b/configure.ac
index b7452fa..1433ace 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(bluez, 5.53)
+AC_INIT(bluez, 5.54)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
 					tar-pax no-dist-gzip dist-xz])