Diff between c9fe888793e5422845da9ac9a6a3d8d052a46b81 and f6241a10e460ab14fa3e2b943460673df0ded603

Changed Files

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

Full Patch

diff --git a/ChangeLog b/ChangeLog
index ff03528..a2bb8c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+ver 5.76:
+	Fix issue with broadcast channel location and stream capabilities.
+	Fix issue with handling BIS management and synchronization.
+	Fix issue with handling Extended Advertising.
+	Fix issue with UserspaceHID and replay structures.
+	Add support for providing PPCP characteristic.
+
 ver 5.75:
 	Fix issue with build system and header inclusion.
 
diff --git a/configure.ac b/configure.ac
index 8b3cdb4..ac9de6e 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.75)
+AC_INIT(bluez, 5.76)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
 					tar-pax no-dist-gzip dist-xz])