From: Marcel Holtmann Date: Thu, 10 Nov 2022 20:22:09 +0000 (+0100) Subject: Release 5.66 X-Git-Tag: accepted/tizen/unified/20230608.164325~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ba601809299145b2bf154a9020ac36f00b2698c5;p=platform%2Fupstream%2Fbluez.git Release 5.66 Signed-off-by: Manika Shrivastava Signed-off-by: Ayush Garg --- diff --git a/ChangeLog b/ChangeLog index 11221a9..ad0e679 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +ver 5.66: + Fix issue with A2DP and transport connection collisions. + Fix issue with allowing application specific error codes. + Fix issue with not setting initiator flag correctly. + Fix issue with HoG Report MAP size handling. + Add initial support for Basic Audio Profile. + Add initial support for Volume Control Profile. + ver 5.65: Fix issue with A2DP cache invalidation handling. Fix issue with A2DP and not initialized SEP codec. diff --git a/configure.ac b/configure.ac index 58a69c6..f3f30da 100755 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0 AC_PREREQ(2.60) -AC_INIT(bluez, 5.65) +AC_INIT(bluez, 5.66) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules tar-pax no-dist-gzip dist-xz])