From 47e5d3491d373944c82704b48b3005443807fb40 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 1 Apr 2025 15:49:25 +0200 Subject: [PATCH] Release 5.81 --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b7a42dccc..e312ee103 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +ver 5.81: + Fix issue with handling MAP and supported features. + Fix issue with handling SDP record for Phonebook Access Client. + Fix issue with handling AVRCP PDU parameters length mismatch. + Fix issue with handling AVRCP PDU for SetAbsoluteVolume. + Fix issue with handling AVDTP bad media transport format. + Fix issue with handling support for LL Privacy setting. + ver 5.80: Fix issue with handling address type for all types of keys. Fix issue with handling maximum number of GATT channels. diff --git a/configure.ac b/configure.ac index 0fa49f686..f7adeb583 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.80) +AC_INIT(bluez, 5.81) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules tar-pax no-dist-gzip dist-xz]) -- 2.47.3