aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-09-28 15:58:17 +0200
committerOliver Smith <osmith@sysmocom.de>2023-09-28 15:58:57 +0200
commit2bdad960ff8f16c0dcaec2c90b04059ef82c0afe (patch)
tree7a662f8b63387e8ede485be7793cadcbf72d7a9a
parent58d5b97831a9307737606809eeb013533dd9afb7 (diff)
Bump version: 1.12.0.3-58d5b → 1.12.11.12.1
-rw-r--r--debian/changelog9
-rw-r--r--src/libosmo-mgcp-client/Makefile.am2
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 4b7cef6c7..1e23bc20d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+osmo-mgw (1.12.1) unstable; urgency=medium
+
+ [ Pau Espin Pedrol ]
+ * mgcp-client: Fix missing include in mgcp_client_pool.h
+ * mgcp-client: Introduce API osmo_mgcpc_ep_local_name()
+ * mgw: Configure IuUP if codec set during MDCX
+
+ -- Oliver Smith <osmith@sysmocom.de> Thu, 28 Sep 2023 15:58:17 +0200
+
osmo-mgw (1.12.0) unstable; urgency=medium
[ Philipp Maier ]
diff --git a/src/libosmo-mgcp-client/Makefile.am b/src/libosmo-mgcp-client/Makefile.am
index 6446fedca..b2bed9adc 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=12:0:0
+MGCP_CLIENT_LIBVERSION=13:0:1
lib_LTLIBRARIES = \
libosmo-mgcp-client.la \