diff options
| author | Marcel Holtmann <[email protected]> | 2025-04-01 15:49:25 +0200 |
|---|---|---|
| committer | Marcel Holtmann <[email protected]> | 2025-04-01 15:49:25 +0200 |
| commit | 47e5d3491d373944c82704b48b3005443807fb40 (patch) | |
| tree | 3c9ff00aab8536d10e79ae05599a28c587147a7c | |
| parent | cdd02afbb7eff7aa1bb9f9e8a7b6e0b8321d323c (diff) | |
Release 5.815.81
| -rw-r--r-- | ChangeLog | 8 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -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]) |
