Diff between 58c08ed19deb183cf7532ba8881450be9be1d93c and d4b9d89f449128fe6d7571a7ba901c7c9df37b2e

Changed Files

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

Full Patch

diff --git a/ChangeLog b/ChangeLog
index ad0e679..7978e8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+ver 5.67:
+	Fix issue with BAP and initiating QoS and Enable procedures.
+	Fix issue with BAP and detaching streams when PAC is removed.
+	Fix issue with BAP and reading all instances of PAC.
+	Fix issue with BAP and not being able to reconfigure.
+	Fix issue with BAP and transport configuration changes.
+	Fix issue with BAP and handling unexpected disconnect.
+	Fix issue with GATT and not removing pending services.
+	Fix issue with GATT and client ready handling.
+	Fix issue with handling fallback to transient hostname.
+	Add support for SecureConnections configuration option.
+	Add support for Mesh Remove Provisioning.
+	Add support for Mesh Private Beacons.
+
 ver 5.66:
 	Fix issue with A2DP and transport connection collisions.
 	Fix issue with allowing application specific error codes.
diff --git a/configure.ac b/configure.ac
index 65b2f27..83c3a81 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.66)
+AC_INIT(bluez, 5.67)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
 					tar-pax no-dist-gzip dist-xz])