summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
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])