aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-09-12 14:41:33 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2023-09-12 14:41:34 +0200
commitd052f076e385197998c4f05aa787927df2adfbff (patch)
tree4e97287da4f9fd2cbdb54317ef9950a081a35d94
parent37f0b3a8f37a2dd615e4c269d429b21b8f1dcbed (diff)
Bump version: 1.6.0.20-37f0-dirty → 1.7.01.7.0
-rw-r--r--TODO-RELEASE1
-rw-r--r--configure.ac10
-rw-r--r--contrib/osmo-hlr.spec.in10
-rw-r--r--debian/changelog34
-rw-r--r--debian/control8
-rw-r--r--src/mslookup/Makefile.am2
6 files changed, 49 insertions, 16 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 042d1a7..cbfda24 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -7,4 +7,3 @@
# 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 UPDATE_DEP_VER update libosmogsm version dependency after Ib905b8d8bdf248e8299bf50666ee1bca8298433d is released
diff --git a/configure.ac b/configure.ac
index 1ee71bf..66bba75 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,11 +41,11 @@ PKG_PROG_PKG_CONFIG([0.20])
PKG_CHECK_MODULES(TALLOC, [talloc >= 2.0.1])
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.8.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.8.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.8.0)
-PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.8.0)
-PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.4.0)
+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(SQLITE3, sqlite3)
diff --git a/contrib/osmo-hlr.spec.in b/contrib/osmo-hlr.spec.in
index 5c3dae7..f3085e7 100644
--- a/contrib/osmo-hlr.spec.in
+++ b/contrib/osmo-hlr.spec.in
@@ -29,11 +29,11 @@ BuildRequires: python3
%if 0%{?suse_version}
BuildRequires: systemd-rpm-macros
%endif
-BuildRequires: pkgconfig(libosmoabis) >= 1.4.0
-BuildRequires: pkgconfig(libosmocore) >= 1.8.0
-BuildRequires: pkgconfig(libosmoctrl) >= 1.8.0
-BuildRequires: pkgconfig(libosmogsm) >= 1.8.0
-BuildRequires: pkgconfig(libosmovty) >= 1.8.0
+BuildRequires: pkgconfig(libosmoabis) >= 1.5.0
+BuildRequires: pkgconfig(libosmocore) >= 1.9.0
+BuildRequires: pkgconfig(libosmoctrl) >= 1.9.0
+BuildRequires: pkgconfig(libosmogsm) >= 1.9.0
+BuildRequires: pkgconfig(libosmovty) >= 1.9.0
BuildRequires: pkgconfig(sqlite3)
BuildRequires: pkgconfig(talloc) >= 2.0.1
# only needed for populate_hlr_db.pl
diff --git a/debian/changelog b/debian/changelog
index 89b5aed..1344fa8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,37 @@
+osmo-hlr (1.7.0) unstable; urgency=medium
+
+ [ Oliver Smith ]
+ * Run struct_endianness.py
+ * tests/db/db_test.err: adjust to XOR-3G rename
+ * debian: set compat level to 10
+ * systemd: depend on networking-online.target
+
+ [ Pau Espin Pedrol ]
+ * mslookup: Call osmo_fd_unregister() before closing and changing bfd->fd
+
+ [ Vadim Yanitskiy ]
+ * tests/auc/Makefile.am: put object files to LDADD
+ * tests/*/Makefile.am: move -I to AM_CPPFLAGS
+ * lu_fsm: fix memleak in lu_fsm_wait_insert_data_result()
+ * ussd: fix GSUP memleaks in rx_proc_ss_{req,error}()
+ * gsup_server: fix msgb memleak in osmo_gsup_server_read_cb()
+ * USSD: fix handling of ussd-DataCodingScheme != 0x0f
+
+ [ Alexander Couzens ]
+ * hlr: use talloc for memory allocation in osmo_gsup_create_insert_subscriber_data_msg
+ * Add support for multiple APN profiles for subscriber data
+
+ [ Harald Welte ]
+ * Introduce support for XOR-2G algorithm
+ * cosmetic: gen_ts_55_205_test_sets/func_template.c: Use tab-indent
+ * cosmetic: gen_ts_55_205_test_sets/main_template tabs istead of spaces
+ * Port to new libosmogsm 'struct osmo_sub_auth_data2'
+ * src/db.c: Switch from "const char *statements" to "const char * const"
+ * db: extend database schema to support 256bit K and/or OP[c] values
+ * Add VTY support for TUAK algorithm
+
+ -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 12 Sep 2023 14:41:33 +0200
+
osmo-hlr (1.6.0) unstable; urgency=medium
[ Vadim Yanitskiy ]
diff --git a/debian/control b/debian/control
index 59e07f2..ec234a3 100644
--- a/debian/control
+++ b/debian/control
@@ -7,12 +7,12 @@ Build-Depends: debhelper (>= 10),
dh-autoreconf,
autotools-dev,
python3-minimal,
- libosmocore-dev (>= 1.8.0),
- libosmo-abis-dev (>= 1.4.0),
- libosmo-netif-dev (>= 1.3.0),
+ libosmocore-dev (>= 1.9.0),
+ libosmo-abis-dev (>= 1.5.0),
+ libosmo-netif-dev (>= 1.4.0),
libsqlite3-dev,
sqlite3,
- osmo-gsm-manuals-dev (>= 1.4.0)
+ osmo-gsm-manuals-dev (>= 1.5.0)
Standards-Version: 3.9.6
Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-hlr
Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-hlr
diff --git a/src/mslookup/Makefile.am b/src/mslookup/Makefile.am
index 24d1108..9743970 100644
--- a/src/mslookup/Makefile.am
+++ b/src/mslookup/Makefile.am
@@ -1,7 +1,7 @@
# This is _NOT_ the library release version, it's an API version.
# Please read chapter "Library interface versions" of the libtool documentation
# before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html
-LIBVERSION=1:0:0
+LIBVERSION=1:1:0
AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)/include
AM_CFLAGS = -fPIC -Wall $(PCSC_CFLAGS) $(TALLOC_CFLAGS) $(LIBOSMOCORE_CFLAGS)