From 2e4397acbb75d83a75d11769f69cb12211cd9045 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 3 Apr 2021 14:53:37 +0200 Subject: [PATCH] Release 5.58 --- ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5ee29697b..16ef095fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +ver 5.58: + Fix issue with usage of deprecated GLib functions. + ver 5.57: Fix issue with handling GATT notification PDU parsing. Fix issue with registering DIS without a valid source. diff --git a/configure.ac b/configure.ac index 1d9b45a18..dbd98c9ad 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.57) +AC_INIT(bluez, 5.58) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules tar-pax no-dist-gzip dist-xz]) -- 2.47.3