Diff between 60257ab82801c5df552772061448fdcdecde95ba and e8575b6196ab8d457342c2d332bd402f2bedd9f7

Changed Files

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

Full Patch

diff --git a/ChangeLog b/ChangeLog
index 2c78ce4..2feb895 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+ver 5.78:
+	Fix issue with handling notification of scanned BISes to BASS
+	Fix issue with handling checking BIS caps against peer caps.
+	Fix issue with handling MGMT Set Device Flags overwrites.
+	Fix issue with handling ASE notification order.
+	Fix issue with handling BIG Info report events.
+	Fix issue with handling PACS Server role.
+	Fix issue with registering UHID_START multiple times.
+	Fix issue with pairing method not setting auto-connect.
+
 ver 5.77:
 	Fix issue with storing and handling connection parameters.
 	Fix issue with handling device that are marked as temporary.
diff --git a/configure.ac b/configure.ac
index d31eb16..a7fb51f 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.77)
+AC_INIT(bluez, 5.78)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
 					tar-pax no-dist-gzip dist-xz])