Diff between 6d20a300642f312290af0bc9869a0e1b416c58dc and 0efa20cbf3fb5693c7c2f14ba8cf67053ca029e5

Changed Files

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

Full Patch

diff --git a/ChangeLog b/ChangeLog
index e312ee1..6b378f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+ver 5.82:
+	Fix issue with handling BAP state transitions.
+	Fix issue with handling D-Bus interface removal.
+
 ver 5.81:
 	Fix issue with handling MAP and supported features.
 	Fix issue with handling SDP record for Phonebook Access Client.
diff --git a/configure.ac b/configure.ac
index f7adeb5..2ea7272 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.81)
+AC_INIT(bluez, 5.82)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
 					tar-pax no-dist-gzip dist-xz])