Release 5.79

This commit is contained in:
Marcel Holtmann 2024-11-01 20:18:33 +01:00
parent 665af5b7d1
commit 0845b8f6ef
2 changed files with 7 additions and 1 deletions

View File

@ -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.

View File

@ -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])