Diff between 401643e5c5528a6d0c372f82b1059fc0e02aed8e and da07239606d62526287d55f35a778770b04196ea

Changed Files

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

Full Patch

diff --git a/ChangeLog b/ChangeLog
index f5510e2..c9a5d3c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+ver 5.63:
+	Fix issue with storing IRK causing invalid read access.
+	Fix issue with disconnecting due to GattCharacteristic1.MTU.
+	Add support for Device{Found,Lost} of advertising monitoring.
+
 ver 5.62:
 	Fix issue with handling truncation when loading LTKs.
 	Fix issue with accepting Exchange MTU on EATT bearer.
diff --git a/configure.ac b/configure.ac
index 849e1db..4ed0bd9 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.62)
+AC_INIT(bluez, 5.63)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
 					tar-pax no-dist-gzip dist-xz])