From f6241a10e460ab14fa3e2b943460673df0ded603 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 17 May 2024 00:16:06 +0200 Subject: [PATCH] Release 5.76 --- ChangeLog | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ff0352867..a2bb8c8ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +ver 5.76: + Fix issue with broadcast channel location and stream capabilities. + Fix issue with handling BIS management and synchronization. + Fix issue with handling Extended Advertising. + Fix issue with UserspaceHID and replay structures. + Add support for providing PPCP characteristic. + ver 5.75: Fix issue with build system and header inclusion. diff --git a/configure.ac b/configure.ac index 8b3cdb4e8..ac9de6ec4 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.75) +AC_INIT(bluez, 5.76) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules tar-pax no-dist-gzip dist-xz]) -- 2.47.3