pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-cbc/+/41565?usp=email )
Change subject: Bump version: 0.5.1.7-91ea-dirty → 0.6.0 ...................................................................... Bump version: 0.5.1.7-91ea-dirty → 0.6.0 Change-Id: I25b232eba9d4a8832cb39fcc9365793a1ba547b7 --- M configure.ac M debian/changelog M debian/control 3 files changed, 24 insertions(+), 7 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-cbc refs/changes/65/41565/1 diff --git a/configure.ac b/configure.ac index b8335a1..c373792 100644 --- a/configure.ac +++ b/configure.ac @@ -31,10 +31,10 @@ fi PKG_PROG_PKG_CONFIG([0.20]) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.10.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0) -PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.5.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.12.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.12.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.12.0) +PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.7.0) PKG_CHECK_MODULES(ULFIUS, libulfius) PKG_CHECK_MODULES(JANSSON, jansson) PKG_CHECK_MODULES(ORCANIA, liborcania) diff --git a/debian/changelog b/debian/changelog index 7cfc156..610270f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +osmo-cbc (0.6.0) unstable; urgency=medium + + [ Pau Espin Pedrol ] + * Drop unnecessary static initialization to NULL + * Set default SBcAP local host when no VTY cfg sbcap node provided + * sbcap: Listen on (127.0.0.1|::1) by default + + [ Oliver Smith ] + * Fix typo osmo-bsc -> osmo-cbc + * Generate a version.h file + + [ Vadim Yanitskiy ] + * vty: clarify deprecation messages + * vty: register talloc / stats introspection commands + + -- Pau Espin Pedrol <[email protected]> Wed, 03 Dec 2025 19:57:33 +0100 + osmo-cbc (0.5.1) unstable; urgency=medium [ Oliver Smith ] diff --git a/debian/control b/debian/control index 1b3ac4f..eabb996 100644 --- a/debian/control +++ b/debian/control @@ -11,12 +11,12 @@ pkg-config, python3-minimal, libtalloc-dev, - libosmocore-dev (>= 1.10.0), - libosmo-netif-dev (>= 1.5.0), + libosmocore-dev (>= 1.12.0), + libosmo-netif-dev (>= 1.7.0), libulfius-dev, libjansson-dev, libsctp-dev, - osmo-gsm-manuals-dev (>= 1.6.0) + osmo-gsm-manuals-dev (>= 1.7.0) Standards-Version: 3.9.8 Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-cbc Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-cbc -- To view, visit https://gerrit.osmocom.org/c/osmo-cbc/+/41565?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: newchange Gerrit-Project: osmo-cbc Gerrit-Branch: master Gerrit-Change-Id: I25b232eba9d4a8832cb39fcc9365793a1ba547b7 Gerrit-Change-Number: 41565 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <[email protected]>
