aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-12-19 12:49:41 +0100
committerOliver Smith <osmith@sysmocom.de>2023-12-19 12:49:42 +0100
commita5ccd83879e1831b27927577982c2721ea1a0824 (patch)
tree00e153ce5828cbb8a9f572849e339d218ba41518
parentdd8088d8527ec564bfaf2fb7b3bf7a04b899c5a1 (diff)
Bump version: 1.12.1.1-dd80 → 1.12.21.12.2
-rw-r--r--debian/changelog7
-rw-r--r--src/libosmo-mgcp-client/Makefile.am2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 1e23bc20d..8d96b05e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+osmo-mgw (1.12.2) unstable; urgency=medium
+
+ [ Neels Hofmeyr ]
+ * client: safely handle dealloc on event dispatch
+
+ -- Oliver Smith <osmith@sysmocom.de> Tue, 19 Dec 2023 12:49:41 +0100
+
osmo-mgw (1.12.1) unstable; urgency=medium
[ Pau Espin Pedrol ]
diff --git a/src/libosmo-mgcp-client/Makefile.am b/src/libosmo-mgcp-client/Makefile.am
index b2bed9adc..6f508abec 100644
--- a/src/libosmo-mgcp-client/Makefile.am
+++ b/src/libosmo-mgcp-client/Makefile.am
@@ -19,7 +19,7 @@ AM_LDFLAGS = \
# This is not at all related to the release version, but a range of supported
# API versions. Read TODO_RELEASE in the source tree's root!
-MGCP_CLIENT_LIBVERSION=13:0:1
+MGCP_CLIENT_LIBVERSION=13:1:1
lib_LTLIBRARIES = \
libosmo-mgcp-client.la \