Diff between 21d45dda01da8665f04a7d17dbd040c54f6091c0 and 9590cf12b23207af2a2cc212d808339d7ac85963

Changed Files

File Additions Deletions Status
ChangeLog +14 -0 modified
configure.ac +1 -1 modified

Full Patch

diff --git a/ChangeLog b/ChangeLog
index 766f0a8..b7a42dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+ver 5.80:
+	Fix issue with handling address type for all types of keys.
+	Fix issue with handling maximum number of GATT channels.
+	Fix issue with handling MTU auto-tuning feature.
+	Fix issue with handling AVRCP volume in reconfigured transports.
+	Fix issue with handling VCP volume setting requests.
+	Fix issue with handling VCP connection management.
+	Fix issue with handling MAP qualification.
+	Fix issue with handling PBAP qualification.
+	Fix issue with handling BNEP qualification.
+	Add support for PreferredBearer device property.
+	Add support for SupportedTypes Message Access property.
+	Add support for HFP, A2DP, AVRCP, AVCTP and MAP latest versions.
+
 ver 5.79:
 	Fix issue with handling address type while pairing.
 	Add support for allowing to set A2DP transport delay.
diff --git a/configure.ac b/configure.ac
index 32e0a78..a016c99 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.79)
+AC_INIT(bluez, 5.80)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
 					tar-pax no-dist-gzip dist-xz])