From 1524499483a3678951c0e3059b158836398c4e9b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 15 Feb 2020 19:31:37 +0100 Subject: [PATCH] Release 5.53 --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8758e0e79..7566443e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +ver 5.53: + Fix issue with handling unregistration for advertisment. + Fix issue with A2DP and handling recovering process. + Fix issue with udpating input device information. + Add support for loading blocked keys. + ver 5.52: Fix issue with AVDTP session disconnect timeout handling. Mark media endpoint APIs as stable interfaces. diff --git a/configure.ac b/configure.ac index c822e2244..b7452fa67 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(bluez, 5.52) +AC_INIT(bluez, 5.53) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules tar-pax no-dist-gzip dist-xz]) -- 2.47.3