osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-sigtran/+/41354?usp=email )
Change subject: Bump version: 2.1.2.2-a679-dirty → 2.1.3 ......................................................................
Bump version: 2.1.2.2-a679-dirty → 2.1.3
Change-Id: I0a079e17bf2f5fa286c78a6a67cc675215a3d58e --- M debian/changelog M src/Makefile.am 2 files changed, 9 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sigtran refs/changes/54/41354/1
diff --git a/debian/changelog b/debian/changelog index a417bb8..424cca4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libosmo-sigtran (2.1.3) unstable; urgency=medium + + [ Alexander Couzens ] + * ipa: fix a minor memleak when receiving invalid IPA CCM messages + * ipa: fix a minor memleak for unknown IPA packets + + -- Oliver Smith osmith@sysmocom.de Thu, 06 Nov 2025 10:21:35 +0100 + libosmo-sigtran (2.1.2) unstable; urgency=medium
[ Neels Janosch Hofmeyr ] diff --git a/src/Makefile.am b/src/Makefile.am index 6492979..9d76f24 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -35,7 +35,7 @@ # This is _NOT_ the library release version, it's an API version. # Please read Chapter 6 "Library interface versions" of the libtool # documentation before making any modification -LIBVERSION=11:2:0 +LIBVERSION=11:3:0
libosmo_sigtran_la_SOURCES = \ ipa.c \