From da07239606d62526287d55f35a778770b04196ea Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 5 Jan 2022 22:49:00 +0100 Subject: Release 5.63 --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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]) -- cgit v1.2.1