Changes of Revision 40

commit_bae137d9ebe4c9551af3efcd1e3792f63ee87f8a.txt Deleted
commit_c819234a42af5f0c6a9114b605ff8365e89d770d.txt Added
osmo-hlr_1.7.0.17.bae1.dsc -> osmo-hlr_1.8.0.dsc Changed
x
 
1
@@ -2,13 +2,13 @@
2
 Source: osmo-hlr
3
 Binary: osmo-hlr, osmo-hlr-dbg, libosmo-gsup-client0, libosmo-gsup-client-dev, libosmo-mslookup1, libosmo-mslookup-dev, osmo-mslookup-utils, osmo-hlr-doc
4
 Architecture: any all
5
-Version: 1.7.0.17.bae1
6
+Version: 1.8.0
7
 Maintainer: Osmocom team <openbsc@lists.osmocom.org>
8
 Homepage: https://projects.osmocom.org/projects/osmo-hlr
9
 Standards-Version: 3.9.6
10
 Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-hlr
11
 Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-hlr
12
-Build-Depends: debhelper (>= 10), pkg-config, dh-autoreconf, autotools-dev, python3-minimal, 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.5.0)
13
+Build-Depends: debhelper (>= 10), pkg-config, dh-autoreconf, autotools-dev, python3-minimal, 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.6.0)
14
 Package-List:
15
  libosmo-gsup-client-dev deb net optional arch=any
16
  libosmo-gsup-client0 deb libs optional arch=any
17
@@ -19,8 +19,8 @@
18
  osmo-hlr-doc deb doc optional arch=all
19
  osmo-mslookup-utils deb utils optional arch=any
20
 Checksums-Sha1:
21
- 0f8a8c6e52ee7d70b066bb30a66efff8316bc9ad 176256 osmo-hlr_1.7.0.17.bae1.tar.xz
22
+ 55de90d0f8fe67c6f14cce3db0cb6065f07003e5 176476 osmo-hlr_1.8.0.tar.xz
23
 Checksums-Sha256:
24
- 093eaf01fb006cd18c96a4a75db12e90321d36cc811cb342c29917ab3bbae562 176256 osmo-hlr_1.7.0.17.bae1.tar.xz
25
+ 5d7ba3c1e3ee7e2c4279d453724fcb1faf78c2977f2b319f68fa489d5d0904ee 176476 osmo-hlr_1.8.0.tar.xz
26
 Files:
27
- 37fd58ada151d4dc1b3ab6504329fd2e 176256 osmo-hlr_1.7.0.17.bae1.tar.xz
28
+ f371fa567dc2e12804b3240904a2cf0a 176476 osmo-hlr_1.8.0.tar.xz
29
osmo-hlr_1.7.0.17.bae1.tar.xz/.tarball-version -> osmo-hlr_1.8.0.tar.xz/.tarball-version Changed
4
 
1
@@ -1 +1 @@
2
-1.7.0.17-bae1
3
+1.8.0
4
osmo-hlr_1.7.0.17.bae1.tar.xz/TODO-RELEASE -> osmo-hlr_1.8.0.tar.xz/TODO-RELEASE Changed
16
 
1
@@ -1,10 +1,9 @@
2
 # When cleaning up this file: bump API version in corresponding Makefile.am and rename corresponding debian/lib*.install
3
-# according to https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info
4
-# In short:
5
+# according to https://osmocom.org/projects/cellular-infrastructure/wiki/Make_a_new_release
6
+# In short: https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info
7
 # LIBVERSION=c:r:a
8
 # If the library source code has changed at all since the last update, then increment revision: c:r + 1:a.
9
-# If any interfaces have been added, removed, or changed since the last update: c + 1:0:0.
10
+# If any interfaces have been added, removed, or changed since the last update: c + 1:0:a.
11
 # If any interfaces have been added since the last public release: c:r:a + 1.
12
 # If any interfaces have been removed or changed since the last public release: c:r:0.
13
-#library        what            description / commit summary line
14
-libosmogsm >1.9.0      <osmocom/gsm/protocol/gsm_04_11.h> additions
15
+#library   what            description / commit summary line
16
osmo-hlr_1.7.0.17.bae1.tar.xz/configure.ac -> osmo-hlr_1.8.0.tar.xz/configure.ac Changed
18
 
1
@@ -41,11 +41,11 @@
2
 
3
 PKG_CHECK_MODULES(TALLOC, talloc >= 2.0.1)
4
 
5
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0)
6
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.9.0)
7
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.0)
8
-PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.9.0)
9
-PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.5.0)
10
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.10.0)
11
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0)
12
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.0)
13
+PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.10.0)
14
+PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.6.0)
15
 
16
 PKG_CHECK_MODULES(SQLITE3, sqlite3)
17
 
18
osmo-hlr_1.7.0.17.bae1.tar.xz/debian/changelog -> osmo-hlr_1.8.0.tar.xz/debian/changelog Changed
40
 
1
@@ -1,8 +1,35 @@
2
-osmo-hlr (1.7.0.17.bae1) unstable; urgency=medium
3
+osmo-hlr (1.8.0) unstable; urgency=medium
4
 
5
-  * Automatically generated changelog entry for building the Osmocom master feed
6
+   Vadim Yanitskiy 
7
+  * hlr_vty.c: drop redundant include of hlr_ussd.h
8
+  * build: include {README.md,git-version-gen} into the release tarball
9
+  * README.md: cosmetic: fix a typo
10
 
11
- -- Osmocom OBS scripts <info@osmocom.org>  Wed, 03 Jul 2024 12:01:42 +0000
12
+   Mychaela N. Falconia 
13
+  * SMS over GSUP: implement vty config of SMSC routing
14
+  * SMS over GSUP: implement forwarding of MO SMS
15
+  * SMS over GSUP: implement forwarding of MT SMS
16
+  * SMS over GSUP: handle READY-FOR-SM.req from MSCs
17
+  * ctrl: add subscriber.by-*.imsi GET-able variable
18
+
19
+   Andreas Eversberg 
20
+  * Use uniform log format for default config files
21
+
22
+   Harald Welte 
23
+  * Add funding link to github mirror
24
+  * README.md: Improve mark-down formatting
25
+  * README.md: Add Forum and Issue Tracker sections
26
+
27
+   Max 
28
+  * .deb/.rpm: add osmocom user during package install
29
+
30
+   Oliver Smith 
31
+  * .deb/.rpm: various fixes related to non-root
32
+  * contrib: remove rpm spec file
33
+  * debian/postinst: add checks, be verbose
34
+  * mslookup: don't ignore return value of write()
35
+
36
+ -- Oliver Smith <osmith@sysmocom.de>  Wed, 24 Jul 2024 15:29:12 +0200
37
 
38
 osmo-hlr (1.7.0) unstable; urgency=medium
39
 
40
osmo-hlr_1.7.0.17.bae1.tar.xz/debian/control -> osmo-hlr_1.8.0.tar.xz/debian/control Changed
18
 
1
@@ -7,12 +7,12 @@
2
                dh-autoreconf,
3
                autotools-dev,
4
                python3-minimal,
5
-               libosmocore-dev (>= 1.9.0),
6
-               libosmo-abis-dev (>= 1.5.0),
7
-               libosmo-netif-dev (>= 1.4.0),
8
+               libosmocore-dev (>= 1.10.0),
9
+               libosmo-abis-dev (>= 1.6.0),
10
+               libosmo-netif-dev (>= 1.5.0),
11
                libsqlite3-dev,
12
                sqlite3,
13
-               osmo-gsm-manuals-dev (>= 1.5.0)
14
+               osmo-gsm-manuals-dev (>= 1.6.0)
15
 Standards-Version: 3.9.6
16
 Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-hlr
17
 Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-hlr
18