Diff between e291f4f9fe72fb0ca411447ad2f4f4f2600b8284 and 2e4397acbb75d83a75d11769f69cb12211cd9045

Changed Files

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

Full Patch

diff --git a/ChangeLog b/ChangeLog
index 5ee2969..16ef095 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 1d9b45a..dbd98c9 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])