From 0845b8f6ef2ac004b1c953cf4fe4ca3458cd8e36 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 1 Nov 2024 20:18:33 +0100 Subject: [PATCH] Release 5.79 --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2feb895de..766f0a899 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +ver 5.79: + Fix issue with handling address type while pairing. + Add support for allowing to set A2DP transport delay. + Add support for persistent userspace HID operation. + Add support for handling syncing to multiple BISes. + ver 5.78: Fix issue with handling notification of scanned BISes to BASS Fix issue with handling checking BIS caps against peer caps. diff --git a/configure.ac b/configure.ac index 7093e41ff..01f0f2ba0 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.78) +AC_INIT(bluez, 5.79) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules tar-pax no-dist-gzip dist-xz])