From 68864d1aa818aca00d67f7a4d6078344483e9509 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 8 Jul 2024 23:38:52 +0200 Subject: [PATCH] Release 5.77 --- ChangeLog | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a2bb8c8ec..2c78ce4bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +ver 5.77: + Fix issue with storing and handling connection parameters. + Fix issue with handling device that are marked as temporary. + Fix issue with HID and special handling for non-keyboards. + Fix issue with BR/EDR not support when discoverable is off. + Add support for initial implementation of ASHA profile. + ver 5.76: Fix issue with broadcast channel location and stream capabilities. Fix issue with handling BIS management and synchronization. diff --git a/configure.ac b/configure.ac index 5619edf4b..d31eb1656 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.76) +AC_INIT(bluez, 5.77) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules tar-pax no-dist-gzip dist-xz]) -- 2.47.3