pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-sigtran/+/40404?usp=email )
Change subject: Bump version: 2.1.0.5-b3d1 → 2.1.1 ...................................................................... Bump version: 2.1.0.5-b3d1 → 2.1.1 Change-Id: Ib936d0c64ace70bdf6ed9f08f108e8e12ae63b03 --- M debian/changelog M src/Makefile.am 2 files changed, 11 insertions(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/libosmo-sigtran refs/changes/04/40404/1 diff --git a/debian/changelog b/debian/changelog index d76c2e0..59e9578 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +libosmo-sigtran (2.1.1) unstable; urgency=medium + + * snm: Fix generating wrong format in 'affected PCs' log string + * ipa: Fix asp_id/SLS unset in tcp-server mode + * sccp_sclc.c: Fix potential memory leak + * sccp_scoc: Match local conn by src_ref, not dest_ref + * asp: Avoid double-free of received msg if conn is teared down + + -- Pau Espin Pedrol <pes...@sysmocom.de> Wed, 28 May 2025 16:51:59 +0200 + libosmo-sigtran (2.1.0) unstable; urgency=medium [ Andreas Eversberg ] diff --git a/src/Makefile.am b/src/Makefile.am index ced19f1..79c8d37 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:0:0 +LIBVERSION=11:1:0 libosmo_sigtran_la_SOURCES = \ ipa.c \ -- To view, visit https://gerrit.osmocom.org/c/libosmo-sigtran/+/40404?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: newchange Gerrit-Project: libosmo-sigtran Gerrit-Branch: pespin/rel-2.1.0 Gerrit-Change-Id: Ib936d0c64ace70bdf6ed9f08f108e8e12ae63b03 Gerrit-Change-Number: 40404 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pes...@sysmocom.de>