osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-mgw/+/35390?usp=email )
Change subject: Bump version: 1.12.1.1-dd80 → 1.12.2 ......................................................................
Bump version: 1.12.1.1-dd80 → 1.12.2
Change-Id: If9fc21e71c218b55f210ca038316edd3b77c3a40 --- M debian/changelog M src/libosmo-mgcp-client/Makefile.am 2 files changed, 17 insertions(+), 1 deletion(-)
Approvals: fixeria: Looks good to me, but someone else must approve laforge: Looks good to me, approved Jenkins Builder: Verified
diff --git a/debian/changelog b/debian/changelog index 1e23bc2..8d96b05 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 b2bed9a..6f508ab 100644 --- a/src/libosmo-mgcp-client/Makefile.am +++ b/src/libosmo-mgcp-client/Makefile.am @@ -19,7 +19,7 @@
# 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 \