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


Change subject: Bump version: 1.7.0.17-bae13-dirty → 1.8.0
......................................................................

Bump version: 1.7.0.17-bae13-dirty → 1.8.0

Change-Id: I3b05d5ac5417f5c995e7057474adba72326ebf11
---
M TODO-RELEASE
M configure.ac
M debian/changelog
M debian/control
4 files changed, 54 insertions(+), 13 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-hlr refs/changes/78/37578/1

diff --git a/TODO-RELEASE b/TODO-RELEASE
index d8e3568..0ed7189 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -1,10 +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
-libosmogsm     >1.9.0          <osmocom/gsm/protocol/gsm_04_11.h> additions
+#library       what                    description / commit summary line
diff --git a/configure.ac b/configure.ac
index 61fcee8..31ba870 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,11 +41,11 @@

 PKG_CHECK_MODULES(TALLOC, [talloc >= 2.0.1])

-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.5.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.6.0)

 PKG_CHECK_MODULES(SQLITE3, sqlite3)

diff --git a/debian/changelog b/debian/changelog
index 1344fa8..66b4a80 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,36 @@
+osmo-hlr (1.8.0) unstable; urgency=medium
+
+  [ Vadim Yanitskiy ]
+  * hlr_vty.c: drop redundant include of hlr_ussd.h
+  * build: include {README.md,git-version-gen} into the release tarball
+  * README.md: cosmetic: fix a typo
+
+  [ Mychaela N. Falconia ]
+  * SMS over GSUP: implement vty config of SMSC routing
+  * SMS over GSUP: implement forwarding of MO SMS
+  * SMS over GSUP: implement forwarding of MT SMS
+  * SMS over GSUP: handle READY-FOR-SM.req from MSCs
+  * ctrl: add subscriber.by-*.imsi GET-able variable
+
+  [ Andreas Eversberg ]
+  * Use uniform log format for default config files
+
+  [ Harald Welte ]
+  * Add funding link to github mirror
+  * README.md: Improve mark-down formatting
+  * README.md: Add Forum and Issue Tracker sections
+
+  [ 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
+  * mslookup: don't ignore return value of write()
+
+ -- Oliver Smith <[email protected]>  Wed, 24 Jul 2024 15:29:12 +0200
+
 osmo-hlr (1.7.0) unstable; urgency=medium

   [ Oliver Smith ]
diff --git a/debian/control b/debian/control
index ec234a3..a82843c 100644
--- a/debian/control
+++ b/debian/control
@@ -7,9 +7,9 @@
                dh-autoreconf,
                autotools-dev,
                python3-minimal,
-               libosmocore-dev (>= 1.9.0),
-               libosmo-abis-dev (>= 1.5.0),
-               libosmo-netif-dev (>= 1.4.0),
+               libosmocore-dev (>= 1.10.0),
+               libosmo-abis-dev (>= 1.6.0),
+               libosmo-netif-dev (>= 1.5.0),
                libsqlite3-dev,
                sqlite3,
                osmo-gsm-manuals-dev (>= 1.5.0)

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

Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-Change-Id: I3b05d5ac5417f5c995e7057474adba72326ebf11
Gerrit-Change-Number: 37578
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>
Gerrit-MessageType: newchange

Reply via email to