Bump version: 1.8.0.15-74e4-dirty → 1.9.0

Change-Id: I1acb428ed42dd2217a734bedd286bbc60d0cc526
This commit is contained in:
Oliver Smith
2025-02-12 12:17:52 +01:00
parent 74e413c014
commit 521fe02d41
5 changed files with 36 additions and 12 deletions

27
debian/changelog vendored
View File

@@ -1,3 +1,30 @@
osmo-hlr (1.9.0) unstable; urgency=medium
[ Vadim Yanitskiy ]
* subscriber-create-on-demand: rework configuration
* subscriber-create-on-demand: add mode for MSISDN=IMSI
[ Alexander Couzens ]
* gsupclient: Introduce gsup_client_mux
* gsupclient: add missing SPDX line
* debian/copyright: add gsup_client under GPLv2+
[ Pau Espin Pedrol ]
* gsup: Replace deprecated ipa_msg_push_header()
* jenkins.sh: libosmo-netif no longer depends on libosmo-abis
* Drop use of libosmo-abis osmocom/abis/ipaccess.h
* gsup_client: Add new APIs to avoid users accessing struct fields
* gsup_client: Avoid double memset 0
* Drop unneeded use of abis/ipa.h header
* jenkins.sh: Use --disable-doxygen configure param
[ Mychaela N. Falconia ]
* vty: always emit reject-cause lines in saved config
* change default reject cause to plmn-not-allowed
* change default no-proxy reject cause to net-fail
-- Oliver Smith <osmith@sysmocom.de> Wed, 12 Feb 2025 12:17:52 +0100
osmo-hlr (1.8.0) unstable; urgency=medium
[ Vadim Yanitskiy ]

6
debian/control vendored
View File

@@ -7,9 +7,9 @@ Build-Depends: debhelper (>= 10),
dh-autoreconf,
autotools-dev,
python3-minimal,
libosmocore-dev (>= 1.10.0),
libosmo-abis-dev (>= 1.6.0),
libosmo-netif-dev (>= 1.5.0),
libosmocore-dev (>= 1.11.0),
libosmo-abis-dev (>= 2.0.0),
libosmo-netif-dev (>= 1.6.0),
libsqlite3-dev,
sqlite3,
osmo-gsm-manuals-dev (>= 1.6.0)