osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-iuh/+/37572?usp=email )
Change subject: Bump version: 1.5.1.11-d14f-dirty → 1.6.0
......................................................................
Bump version: 1.5.1.11-d14f-dirty → 1.6.0
Change-Id: I3d44b5aae456c90e1c5397e31fcc823fec62e6c0
---
M TODO-RELEASE
M configure.ac
M debian/changelog
M debian/control
M src/Makefile.am
5 files changed, 49 insertions(+), 17 deletions(-)
Approvals:
pespin: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/TODO-RELEASE b/TODO-RELEASE
index d0852fc..0ed7189 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -1,9 +1,9 @@
# When cleaning up this file: bump API version in corresponding Makefile.am and rename
corresponding debian/lib*.install
-# according to
https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info…
-# In short:
+# according to
https://osmocom.org/projects/cellular-infrastructure/wiki/Make_a_new_release
+# In short:
https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info…
# LIBVERSION=c:r:a
# If the library source code has changed at all since the last update, then increment
revision: c:r + 1:a.
-# If any interfaces have been added, removed, or changed since the last update: c +
1:0:0.
+# If any interfaces have been added, removed, or changed since the last update: c +
1:0:a.
# 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
+#library what description / commit summary line
diff --git a/configure.ac b/configure.ac
index 9d7b634..2fa4737 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,12 +42,12 @@
fi
PKG_PROG_PKG_CONFIG([0.20])
-PKG_CHECK_MODULES(OSMOCORE, libosmocore >= 1.9.0)
-PKG_CHECK_MODULES(OSMOGSM, libosmogsm >= 1.9.0)
-PKG_CHECK_MODULES(OSMOVTY, libosmovty >= 1.9.0)
-PKG_CHECK_MODULES(OSMOCTRL, libosmoctrl >= 1.9.0)
-PKG_CHECK_MODULES(OSMONETIF, libosmo-netif >= 1.4.0)
-PKG_CHECK_MODULES(OSMOSIGTRAN, libosmo-sigtran >= 1.8.0)
+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(ASN1C, libasn1c >= 0.9.30)
AC_CONFIG_MACRO_DIR([m4])
diff --git a/debian/changelog b/debian/changelog
index 0720fa0..7155581 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,26 @@
+osmo-iuh (1.6.0) unstable; urgency=medium
+
+ [ Vadim Yanitskiy ]
+ * build: include git-version-gen into the release tarball
+ * README.md: cosmetic: fix a typo
+
+ [ Harald Welte ]
+ * Fix license headers: Should have been AGPLv3+, not GPLv2+
+ * Add ranap_decode_rab_releaseditemies_fromlist()
+ * ranap_common: fix pointer type in ranap_decode_rab_releaseitemies_fromlist()
+ * constify {hnbap_rua}_cause_str() argument
+ * hnbap_common: Make error message more verbose (which type failed)
+ * ranap_common: Implement support for missing procedures
+
+ [ Oliver Smith ]
+ * contrib: remove rpm spec file
+
+ [ Neels Hofmeyr ]
+ * fix memleak: free after aper_decode() also on error
+ * ranap_cn_rx_co(): do not ranap_cn_rx_co_free() on error
+
+ -- Oliver Smith <osmith(a)sysmocom.de> Wed, 24 Jul 2024 12:42:56 +0200
+
osmo-iuh (1.5.1) unstable; urgency=medium
[ Pau Espin Pedrol ]
diff --git a/debian/control b/debian/control
index 8c61fc9..9b7bff1 100644
--- a/debian/control
+++ b/debian/control
@@ -11,10 +11,10 @@
git,
libasn1c-dev,
libsctp-dev,
- libosmocore-dev (>= 1.9.0),
- libosmo-netif-dev (>= 1.4.0),
- libosmo-sigtran-dev (>= 1.8.0),
- osmo-gsm-manuals-dev (>= 1.5.0),
+ libosmocore-dev (>= 1.10.0),
+ libosmo-netif-dev (>= 1.5.0),
+ libosmo-sigtran-dev (>= 1.9.0),
+ osmo-gsm-manuals-dev (>= 1.6.0),
python3
Standards-Version: 3.9.8
Vcs-Git:
https://gitea.osmocom.org/cellular-infrastructure/osmo-iuh
diff --git a/src/Makefile.am b/src/Makefile.am
index 44c4c43..a4da5fe 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -61,9 +61,9 @@
# build the shared RANAP + SABP library
#
-HNBAP_LIBVERSION=1:0:1
-RANAP_LIBVERSION=8:1:1
-RUA_LIBVERSION=1:1:1
+HNBAP_LIBVERSION=1:1:1
+RANAP_LIBVERSION=9:0:2
+RUA_LIBVERSION=1:2:1
SABP_LIBVERSION=2:0:1
lib_LTLIBRARIES = libosmo-hnbap.la libosmo-ranap.la libosmo-rua.la libosmo-sabp.la
libosmo_hnbap_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(HNBAP_LIBVERSION) -no-undefined
--
To view, visit
https://gerrit.osmocom.org/c/osmo-iuh/+/37572?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Change-Id: I3d44b5aae456c90e1c5397e31fcc823fec62e6c0
Gerrit-Change-Number: 37572
Gerrit-PatchSet: 3
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged