summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2020-09-06 15:51:06 +0200
committerAyush Garg <ayush.garg@samsung.com>2021-04-12 14:30:50 +0530
commite2cae3f9d5d47560c2b9c01f021d60a6620ee342 (patch)
treedfda8ef101d464b7801082e8c4f8e51a915aa773
parented552465f6fcf88ed29d9e947621791d93950585 (diff)
downloadbluez-e2cae3f9d5d47560c2b9c01f021d60a6620ee342.tar.gz
bluez-e2cae3f9d5d47560c2b9c01f021d60a6620ee342.tar.bz2
bluez-e2cae3f9d5d47560c2b9c01f021d60a6620ee342.zip
Release 5.55
Signed-off-by: Anuj Jain <anuj01.jain@samsung.com> Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
-rwxr-xr-xChangeLog23
-rwxr-xr-xconfigure.ac2
2 files changed, 24 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 25aef0d8..1607cd61 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+ver 5.55:
+ Fix issue with handling security level for HoG.
+ Fix issue with handling HIDSDPDisable attribute.
+ Fix issue with handling HID virtual cable unplug.
+ Fix issue with handling HID channel disconnect order.
+ Fix issue with handling AVDTP delay reporting states.
+ Fix issue with handling AVRCP notification events.
+ Fix issue with handling AVRCP list player attributes.
+ Fix issue with handling AVRCP category 1 player settings.
+ Fix issue with handling AVRCP media player passthrough bitmask.
+ Fix issue with handling HFP 1.7 default features.
+ Fix issue with handling GATT disconnecting handling.
+ Fix issue with handling GATT database hash.
+ Fix issue with handling service changed characteristic.
+ Fix issue with handling read of multiple characteristic values.
+ Fix issue with handling Just-Works auto-accept pairing.
+ Fix issue with handling authentication of bonded devices.
+ Fix issue with handling L2CAP streaming mode for AVDTP.
+ Fix issue with handling SysEx parser for MIDI support.
+ Fix issue with handling configured scan parameter values.
+ Fix issue with handling temporary devices removal.
+ Fix issue with handling advertising flags.
+
ver 5.54:
Fix issue with HOGP to accept data only from bonded devices.
Fix issue with A2DP sessions being connected at the same time.
diff --git a/configure.ac b/configure.ac
index 970f0157..11b3e6b4 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.54)
+AC_INIT(bluez, 5.55)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])