From ab8a80b04f0ded7f9971994d0364a5c3bc92dd9f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 15 Mar 2020 07:35:59 +0100 Subject: [PATCH] Release 5.54 --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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]) -- 2.47.3