Diff between aed4948cd3c072fb2f8dada49c41f59882ad3a06 and d97d1951b447f8575e972458d3007afcfed6cf28

Changed Files

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

Full Patch

diff --git a/ChangeLog b/ChangeLog
index 6b378f3..e9412f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+ver 5.83:
+	Fix issue with handling BAP and removal of PAC.
+	Fix issue with handling SID for broadcast receiver.
+	Fix issue with handling HSP/HFP reconnection policy.
+	Fix issue with handling cable pairing and Sixaxis controllers.
+	Fix issue with handling virtual cable unplug for HID devices.
+	Fix issue with handling service records for HID devices.
+	Add support for AVDTP and TX timestamps.
+
 ver 5.82:
 	Fix issue with handling BAP state transitions.
 	Fix issue with handling D-Bus interface removal.
diff --git a/configure.ac b/configure.ac
index 1e089aa..07aeb46 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.82)
+AC_INIT(bluez, 5.83)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
 					tar-pax no-dist-gzip dist-xz])