summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7566443e7..25aef0d8f 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 b7452fa67..1433ace4a 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])