From 04ecf635ffaa2f7f8bca89cec3a0fbdbeb016dc9 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 13 Dec 2023 22:36:27 +0100 Subject: [PATCH] Release 5.71 --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0775dd1c2..c491159b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +ver 5.71: + Fix issue with not registering CSIS service. + Fix issue with registering pairing callbacks. + Fix issue with corruption during discovery filter parsing. + ver 5.70: Fix issue with not sending GATT confirmations. Fix issue with not handling initiator properly. diff --git a/configure.ac b/configure.ac index dc19f75f7..ef9304395 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.70) +AC_INIT(bluez, 5.71) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules tar-pax no-dist-gzip dist-xz]) -- 2.47.3