osmith has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-hnodeb/+/37603?usp=email )


Change subject: Bump version: 0.1.2.15-cb5e → 0.2.0
......................................................................

Bump version: 0.1.2.15-cb5e → 0.2.0

Change-Id: I2d4a8d92d697f28844380f6ef64d858f00ceffe7
---
M TODO-RELEASE
M configure.ac
M debian/changelog
M debian/control
4 files changed, 63 insertions(+), 25 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-hnodeb refs/changes/03/37603/1

diff --git a/TODO-RELEASE b/TODO-RELEASE
index 61eb973..0ed7189 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -1,11 +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
-libosmocore    depend >= 1.9.0         we need 
osmo_sockaddr_from_str_and_uint()
-libosmo-netif depend > 1.4.0 osmo_prim_srv{_link}_set_name()
\ No newline at end of file
+#library       what                    description / commit summary line
diff --git a/configure.ac b/configure.ac
index b603e5e..0808c78 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,17 +49,17 @@
 LIBS=$old_LIBS

 PKG_CHECK_MODULES(LIBASN1C, libasn1c >= 0.9.30)
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.5.0)
-PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 1.5.0)
-PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.4.0)
-PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.8.0)
-PKG_CHECK_MODULES(LIBOSMORUA, libosmo-rua >= 1.5.0)
-PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 1.5.0)
-PKG_CHECK_MODULES(LIBOSMOHNBAP, libosmo-hnbap >= 1.5.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.6.0)
+PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 1.6.0)
+PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.5.0)
+PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.9.0)
+PKG_CHECK_MODULES(LIBOSMORUA, libosmo-rua >= 1.6.0)
+PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 1.6.0)
+PKG_CHECK_MODULES(LIBOSMOHNBAP, libosmo-hnbap >= 1.6.0)


 dnl checks for header files
diff --git a/debian/changelog b/debian/changelog
index 29dd4fb..0ba651a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,34 @@
+osmo-hnodeb (0.2.0) unstable; urgency=medium
+
+  [ Vadim Yanitskiy ]
+  * vty: fix incomplete docs for 'asn-debug' command
+  * tests/ctrl_test_runner.py: fix wrong CTRL port
+  * tests: enable commented-out 'python-tests' target
+
+  [ Harald Welte ]
+  * Use 'iuh/local-ip' as local IP for RTP sockets
+
+  [ Andreas Eversberg ]
+  * Use uniform log format for default config files
+
+  [ Pau Espin Pedrol ]
+  * iuh: Name stream_cli connection
+  * Name llsk prim_srv{_link}
+  * cosmetic: Fix typo in comment
+  * llsk: Add APIs to interact with llsk->link
+  * Free UE contexts when starting shutdown procedure
+  * Close LLSK during shutdown procedure
+
+  [ Max ]
+  * .deb/.rpm: add osmocom user during package install
+
+  [ Oliver Smith ]
+  * .deb/.rpm: various fixes related to non-root
+  * contrib: remove rpm spec file
+  * debian/postinst: add checks, be verbose
+
+ -- Oliver Smith <[email protected]>  Thu, 25 Jul 2024 10:29:29 +0200
+
 osmo-hnodeb (0.1.2) unstable; urgency=medium

   [ arehbein ]
diff --git a/debian/control b/debian/control
index 86ddb27..81de774 100644
--- a/debian/control
+++ b/debian/control
@@ -14,14 +14,14 @@
                libtalloc-dev,
                libasn1c-dev (>= 0.9.30),
                libsctp-dev,
-               libosmocore-dev (>= 1.9.0),
-               libosmo-sigtran-dev (>= 1.8.0),
-               libosmo-abis-dev (>= 1.5.0),
-               libosmo-netif-dev (>= 1.4.0),
-               libosmo-hnbap-dev (>= 1.5.0),
-               libosmo-ranap-dev (>= 1.5.0),
-               libosmo-rua-dev (>= 1.5.0),
-               osmo-gsm-manuals-dev (>= 1.5.0)
+               libosmocore-dev (>= 1.10.0),
+               libosmo-sigtran-dev (>= 1.9.0),
+               libosmo-abis-dev (>= 1.6.0),
+               libosmo-netif-dev (>= 1.5.0),
+               libosmo-hnbap-dev (>= 1.6.0),
+               libosmo-ranap-dev (>= 1.6.0),
+               libosmo-rua-dev (>= 1.6.0),
+               osmo-gsm-manuals-dev (>= 1.6.0)
 Standards-Version: 3.9.8
 Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-hnodeb
 Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-hnodeb

--
To view, visit https://gerrit.osmocom.org/c/osmo-hnodeb/+/37603?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-hnodeb
Gerrit-Branch: master
Gerrit-Change-Id: I2d4a8d92d697f28844380f6ef64d858f00ceffe7
Gerrit-Change-Number: 37603
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>
Gerrit-MessageType: newchange

Reply via email to