osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-msc/+/38152?usp=email )
Change subject: Bump version: 1.12.0.5-620c6 → 1.12.1
......................................................................
Bump version: 1.12.0.5-620c6 → 1.12.1
Change-Id: Ieee012f36c8bd230ce96e6c5df3da36a41b03a3d
---
M TODO-RELEASE
M configure.ac
M debian/changelog
3 files changed, 14 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/52/38152/1
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..9a361cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+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 <osmith(a)sysmocom.de> Mon, 16 Sep 2024 11:59:10 +0200
+
osmo-msc (1.12.0) unstable; urgency=medium
[ Manawyrm ]
--
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: newchange
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: Ieee012f36c8bd230ce96e6c5df3da36a41b03a3d
Gerrit-Change-Number: 38152
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>