pespin has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-sigtran/+/41586?usp=email )
Change subject: Bump version: 2.2.0.1-2e28-dirty → 2.2.1 ......................................................................
Bump version: 2.2.0.1-2e28-dirty → 2.2.1
Change-Id: I1f615520d97cdb1ae502ea9a04f6ec34cee4c748 --- M configure.ac M debian/changelog M debian/control M src/Makefile.am 4 files changed, 9 insertions(+), 3 deletions(-)
Approvals: pespin: Looks good to me, approved; Verified
diff --git a/configure.ac b/configure.ac index 98a6226..f1e1888 100644 --- a/configure.ac +++ b/configure.ac @@ -48,7 +48,7 @@ AC_ARG_ENABLE([tcap-loadsharing], [AS_HELP_STRING([--enable-tcap-loadsharing], [Build with TCAP loadsharing. Requires libosmo-asn1-tcap [default=no]])], [osmo_ac_tcap="$enableval"],[osmo_ac_tcap="no"]) if test "x$osmo_ac_tcap" = "xyes" ; then - PKG_CHECK_MODULES(LIBOSMOASN1TCAP, libosmo-asn1-tcap >= 0.2.0) + PKG_CHECK_MODULES(LIBOSMOASN1TCAP, libosmo-asn1-tcap >= 0.2.1) AC_DEFINE(WITH_TCAP_LOADSHARING, 1, [Define to build with TCAP LOADSHARING]) AC_SUBST(TCAP_LIBS_PC, [libosmo-asn1-tcap]) fi diff --git a/debian/changelog b/debian/changelog index 70938a8..f4cd909 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libosmo-sigtran (2.2.1) unstable; urgency=medium + + * tcap: use libosmo-asn1-tcap public API + + -- Pau Espin Pedrol pespin@sysmocom.de Thu, 04 Dec 2025 19:00:05 +0100 + libosmo-sigtran (2.2.0) unstable; urgency=medium
[ Pau Espin Pedrol ] diff --git a/debian/control b/debian/control index e8ef4aa..18d7ee0 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ git, doxygen, libdpkg-perl, - libosmo-asn1-tcap-dev (>= 0.2.0), + libosmo-asn1-tcap-dev (>= 0.2.1), libosmo-netif-dev (>= 1.7.0), libsctp-dev, osmo-gsm-manuals-dev (>= 1.7.0) diff --git a/src/Makefile.am b/src/Makefile.am index 4c15c8d..2ef226f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -48,7 +48,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=12:0:0 +LIBVERSION=12:1:0
libosmo_sigtran_la_SOURCES = \ ipa.c \