Diff between 8951437476a1f9616d9836320df3d07ef6ca0898 and 68864d1aa818aca00d67f7a4d6078344483e9509

Changed Files

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

Full Patch

diff --git a/ChangeLog b/ChangeLog
index a2bb8c8..2c78ce4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+ver 5.77:
+	Fix issue with storing and handling connection parameters.
+	Fix issue with handling device that are marked as temporary.
+	Fix issue with HID and special handling for non-keyboards.
+	Fix issue with BR/EDR not support when discoverable is off.
+	Add support for initial implementation of ASHA profile.
+
 ver 5.76:
 	Fix issue with broadcast channel location and stream capabilities.
 	Fix issue with handling BIS management and synchronization.
diff --git a/configure.ac b/configure.ac
index 5619edf..d31eb16 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.76)
+AC_INIT(bluez, 5.77)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
 					tar-pax no-dist-gzip dist-xz])