Diff between 5ab5352531a9cc7058cce569607f3a6831464443 and b05c3fbfd764a33dbaefbfb18680fa3296d4a31b

Changed Files

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

Full Patch

diff --git a/ChangeLog b/ChangeLog
index 6455285..0775dd1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+ver 5.70:
+	Fix issue with not sending GATT confirmations.
+	Fix issue with not handling initiator properly.
+	Fix issue with not checking PBAP counter length.
+	Add support for MICP profile and MICS service.
+
 ver 5.69:
 	Fix issue with BAP enabling state correctly when resuming.
 	Fix issue with detaching source ASEs only after Stop Ready.
diff --git a/configure.ac b/configure.ac
index 54a609a..dc19f75 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.69)
+AC_INIT(bluez, 5.70)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
 					tar-pax no-dist-gzip dist-xz])