Diff between 665af5b7d1255a64ce414ca014e0a739a4849b25 and 0845b8f6ef2ac004b1c953cf4fe4ca3458cd8e36

Changed Files

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

Full Patch

diff --git a/ChangeLog b/ChangeLog
index 2feb895..766f0a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+ver 5.79:
+	Fix issue with handling address type while pairing.
+	Add support for allowing to set A2DP transport delay.
+	Add support for persistent userspace HID operation.
+	Add support for handling syncing to multiple BISes.
+
 ver 5.78:
 	Fix issue with handling notification of scanned BISes to BASS
 	Fix issue with handling checking BIS caps against peer caps.
diff --git a/configure.ac b/configure.ac
index 7093e41..01f0f2b 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.78)
+AC_INIT(bluez, 5.79)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
 					tar-pax no-dist-gzip dist-xz])