Release 5.57

This commit is contained in:
Marcel Holtmann 2021-04-02 10:55:30 +02:00
parent 727a88a901
commit 808be93a11
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
ver 5.57:
Fix issue with handling GATT notification PDU parsing.
Fix issue with registering DIS without a valid source.
Fix issue with removing remote SEPs when loading from cache.
ver 5.56:
Fix issue with setting AVDTP disconnect timer.
Fix issue with AVDTP not sending GetCapabilities.

View File

@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0
AC_PREREQ(2.60)
AC_INIT(bluez, 5.56)
AC_INIT(bluez, 5.57)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])