osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-iuh/+/39509?usp=email )
Change subject: Bump version: 1.6.0.6-aad82-dirty → 1.7.0 ......................................................................
Bump version: 1.6.0.6-aad82-dirty → 1.7.0
Change-Id: I4ba0b1b5b2fad185d362188d0195906b93cc6bac --- M TODO-RELEASE M configure.ac M debian/changelog M debian/control M src/Makefile.am 5 files changed, 26 insertions(+), 11 deletions(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
diff --git a/TODO-RELEASE b/TODO-RELEASE index a6b0779..0ed7189 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -7,4 +7,3 @@ # If any interfaces have been added since the last public release: c:r:a + 1. # If any interfaces have been removed or changed since the last public release: c:r:0. #library what description / commit summary line -libosmo-ranap add API ranap_new_msg_reset_resource() diff --git a/configure.ac b/configure.ac index 2fa4737..da9843c 100644 --- a/configure.ac +++ b/configure.ac @@ -42,12 +42,12 @@ fi PKG_PROG_PKG_CONFIG([0.20])
-PKG_CHECK_MODULES(OSMOCORE, libosmocore >= 1.10.0) -PKG_CHECK_MODULES(OSMOGSM, libosmogsm >= 1.10.0) -PKG_CHECK_MODULES(OSMOVTY, libosmovty >= 1.10.0) -PKG_CHECK_MODULES(OSMOCTRL, libosmoctrl >= 1.10.0) -PKG_CHECK_MODULES(OSMONETIF, libosmo-netif >= 1.5.0) -PKG_CHECK_MODULES(OSMOSIGTRAN, libosmo-sigtran >= 1.9.0) +PKG_CHECK_MODULES(OSMOCORE, libosmocore >= 1.11.0) +PKG_CHECK_MODULES(OSMOGSM, libosmogsm >= 1.11.0) +PKG_CHECK_MODULES(OSMOVTY, libosmovty >= 1.11.0) +PKG_CHECK_MODULES(OSMOCTRL, libosmoctrl >= 1.11.0) +PKG_CHECK_MODULES(OSMONETIF, libosmo-netif >= 1.6.0) +PKG_CHECK_MODULES(OSMOSIGTRAN, libosmo-sigtran >= 2.1.0) PKG_CHECK_MODULES(ASN1C, libasn1c >= 0.9.30)
AC_CONFIG_MACRO_DIR([m4]) diff --git a/debian/changelog b/debian/changelog index 7155581..febce38 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +osmo-iuh (1.7.0) unstable; urgency=medium + + [ Oliver Smith ] + * contrib/jenkins: libosmo-sccp -> libosmo-sigtran + + [ Neels Hofmeyr ] + * fix memleak in ran_decode: free after aper_decode() on error + + [ Pau Espin Pedrol ] + * ranap: Add API to encode Reset Resource into msgb + * jenkins.sh: libosmo-netif no longer depends on libosmo-abis + * jenkins.sh: Skip building unneeded libosmo-abis + * jenkins.sh: No need to build libosmo-sigtran with doxygen + + -- Oliver Smith osmith@sysmocom.de Wed, 12 Feb 2025 11:45:22 +0100 + osmo-iuh (1.6.0) unstable; urgency=medium
[ Vadim Yanitskiy ] diff --git a/debian/control b/debian/control index 9b7bff1..8e5d1a0 100644 --- a/debian/control +++ b/debian/control @@ -11,9 +11,9 @@ git, libasn1c-dev, libsctp-dev, - libosmocore-dev (>= 1.10.0), - libosmo-netif-dev (>= 1.5.0), - libosmo-sigtran-dev (>= 1.9.0), + libosmocore-dev (>= 1.11.0), + libosmo-netif-dev (>= 1.6.0), + libosmo-sigtran-dev (>= 2.1.0), osmo-gsm-manuals-dev (>= 1.6.0), python3 Standards-Version: 3.9.8 diff --git a/src/Makefile.am b/src/Makefile.am index a4da5fe..6fdea3e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -62,7 +62,7 @@ # build the shared RANAP + SABP library # HNBAP_LIBVERSION=1:1:1 -RANAP_LIBVERSION=9:0:2 +RANAP_LIBVERSION=10:0:3 RUA_LIBVERSION=1:2:1 SABP_LIBVERSION=2:0:1 lib_LTLIBRARIES = libosmo-hnbap.la libosmo-ranap.la libosmo-rua.la libosmo-sabp.la