aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2023-09-28 21:51:34 +0200
committerMarcel Holtmann <marcel@holtmann.org>2023-09-28 21:51:34 +0200
commitb05c3fbfd764a33dbaefbfb18680fa3296d4a31b (patch)
tree3f17ea3d92f3950a02b3e36057c0c929e77783fd
parent5ab5352531a9cc7058cce569607f3a6831464443 (diff)
Release 5.705.70
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 64552854f3..0775dd1c24 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 54a609ad25..dc19f75f72 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])