From 0efa20cbf3fb5693c7c2f14ba8cf67053ca029e5 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 2 Apr 2025 12:32:21 +0200 Subject: [PATCH] Release 5.82 --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e312ee103..6b378f300 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +ver 5.82: + Fix issue with handling BAP state transitions. + Fix issue with handling D-Bus interface removal. + ver 5.81: Fix issue with handling MAP and supported features. Fix issue with handling SDP record for Phonebook Access Client. diff --git a/configure.ac b/configure.ac index f7adeb583..2ea727256 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.81) +AC_INIT(bluez, 5.82) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules tar-pax no-dist-gzip dist-xz]) -- 2.47.3