summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2022-01-05 22:49:00 +0100
committerMarcel Holtmann <marcel@holtmann.org>2022-01-05 22:49:00 +0100
commitda07239606d62526287d55f35a778770b04196ea (patch)
tree464cb9512c6482f2deedc5b4ab84fd6effdf136e
parent401643e5c5528a6d0c372f82b1059fc0e02aed8e (diff)
downloadbluez-da07239606d62526287d55f35a778770b04196ea.tar.gz
Release 5.635.63
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f5510e22e..c9a5d3cdd 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 849e1db46..4ed0bd923 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])