pespin submitted this change.
Bump version: 0.5.1.7-91ea-dirty → 0.5.2
Change-Id: I25b232eba9d4a8832cb39fcc9365793a1ba547b7
---
M configure.ac
M debian/changelog
M debian/control
3 files changed, 24 insertions(+), 7 deletions(-)
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..1384f9c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+osmo-cbc (0.5.2) 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 <pespin@sysmocom.de> Wed, 03 Dec 2025 19:58:47 +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 change 41565. To unsubscribe, or for help writing mail filters, visit settings.