osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-msc/+/38152?usp=email )
Change subject: Bump version: 1.12.0.6-44f34 → 1.12.1 ...................................................................... Bump version: 1.12.0.6-44f34 → 1.12.1 Change-Id: Ieee012f36c8bd230ce96e6c5df3da36a41b03a3d --- M TODO-RELEASE M configure.ac M debian/changelog M debian/control 4 files changed, 18 insertions(+), 3 deletions(-) Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved diff --git a/TODO-RELEASE b/TODO-RELEASE index 02843d4..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-sigtran bump dependency to > 1.9.0 / libosmo-sccp package removal diff --git a/configure.ac b/configure.ac index 49afb7b..05bea8a 100644 --- a/configure.ac +++ b/configure.ac @@ -43,7 +43,7 @@ PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0) PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.6.0) PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.5.0) -PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 2.0.0) PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.13.0) PKG_CHECK_MODULES(LIBOSMOGSUPCLIENT, libosmo-gsup-client >= 1.8.0) diff --git a/debian/changelog b/debian/changelog index d4f562d..42dee7b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +osmo-msc (1.12.1) unstable; urgency=medium + + [ Harald Welte ] + * configure.ac: Remove ibosmo-sccp dependency + + [ Alexander Couzens ] + * vlr.h: remove unused ran_conn out of the header + * vlr.c: drop unused header limits.h + * vlr_auth_fsm.h/vlr_sgs_fsm.h: forward declare struct vlr_subscr + * libvlr/vlr: remove gsm_subscriber.h + + [ Oliver Smith ] + * contrib/jenkins: libosmo-sccp -> libosmo-sigtran + + -- Oliver Smith <[email protected]> Mon, 16 Sep 2024 12:22:47 +0200 + osmo-msc (1.12.0) unstable; urgency=medium [ Manawyrm ] diff --git a/debian/control b/debian/control index 43a6334..89aa040 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ libsmpp34-dev (>= 1.14.0), libasn1c-dev (>= 0.9.30), libosmocore-dev (>= 1.10.0), - libosmo-sigtran-dev (>= 1.9.0), + libosmo-sigtran-dev (>= 2.0.0), libosmo-abis-dev (>= 1.6.0), libosmo-mgcp-client-dev (>= 1.13.0), libosmo-gsup-client-dev (>= 1.8.0), -- To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/38152?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: osmo-msc Gerrit-Branch: master Gerrit-Change-Id: Ieee012f36c8bd230ce96e6c5df3da36a41b03a3d Gerrit-Change-Number: 38152 Gerrit-PatchSet: 4 Gerrit-Owner: osmith <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <[email protected]> Gerrit-Reviewer: osmith <[email protected]> Gerrit-Reviewer: pespin <[email protected]>
