aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2024-07-24 12:42:56 +0200
committerOliver Smith <osmith@sysmocom.de>2024-07-24 16:21:12 +0200
commitbb71c57a9ca42f74ef8d6a4fe56bef962352671c (patch)
tree4dcf9bae62a1abbf37a980cdd16b3a03a4e99ad2
parentd14fb9987272926a70bc3d830525d10522b1cd05 (diff)
Bump version: 1.5.1.11-d14f-dirty → 1.6.01.6.0
-rw-r--r--TODO-RELEASE8
-rw-r--r--configure.ac12
-rw-r--r--debian/changelog23
-rw-r--r--debian/control8
-rw-r--r--src/Makefile.am6
5 files changed, 40 insertions, 17 deletions
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.html#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.html#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 @@ if test "x$PKG_CONFIG_INSTALLED" = "xno"; then
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@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 @@ Build-Depends: debhelper (>= 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 @@ AM_CFLAGS = -Wall -I$(top_srcdir)/include -I$(top_builddir)/include \
# 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