From 808be93a11a54074aba901718d37aacaaa292356 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 2 Apr 2021 10:55:30 +0200 Subject: [PATCH] Release 5.57 --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9a0564521..5ee29697b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +ver 5.57: + Fix issue with handling GATT notification PDU parsing. + Fix issue with registering DIS without a valid source. + Fix issue with removing remote SEPs when loading from cache. + ver 5.56: Fix issue with setting AVDTP disconnect timer. Fix issue with AVDTP not sending GetCapabilities. diff --git a/configure.ac b/configure.ac index 9ff99e64e..1d9b45a18 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0 AC_PREREQ(2.60) -AC_INIT(bluez, 5.56) +AC_INIT(bluez, 5.57) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules tar-pax no-dist-gzip dist-xz]) -- 2.47.3