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…
-# 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…
# 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 <osmith(a)sysmocom.de> 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 <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange
osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ggsn/+/37577?usp=email )
Change subject: Bump version: 1.11.0.31-7ae1-dirty → 1.12.0
......................................................................
Bump version: 1.11.0.31-7ae1-dirty → 1.12.0
Change-Id: Idf8b178290cbb14e5199590feb584c82dc076dd0
---
M TODO-RELEASE
M configure.ac
M debian/changelog
M debian/control
R debian/libgtp10.install
M debian/rules
M gtp/Makefile.am
7 files changed, 70 insertions(+), 19 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ggsn refs/changes/77/37577/1
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 73c4fbe..0ed7189 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -1,12 +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…
-# 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…
# 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
-libgtp REMOVE remove GTP cause defines of reserved values
-libgtp REMOVE ABI change (removed API: ipv42eua, eua2ipv4)
-libgtpnl > 1.2.5 gtp_tunnel_set_family()
+#library what description / commit summary line
diff --git a/configure.ac b/configure.ac
index 07b8b81..945075a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -71,7 +71,7 @@
[enable_gtp_linux="$enableval"], [enable_gtp_linux="no"])
AS_IF([test "x$enable_gtp_linux" = "xyes"], [
- PKG_CHECK_MODULES([LIBGTPNL], [libgtpnl >= 1.2.0])
+ PKG_CHECK_MODULES([LIBGTPNL], [libgtpnl >= 1.3.0])
])
AM_CONDITIONAL([ENABLE_GTP_KERNEL], [test "$enable_gtp_linux" = "yes"])
@@ -154,9 +154,9 @@
AM_INIT_AUTOMAKE([foreign])
-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(LIBOSMOCORE, libosmocore >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.10.0)
AC_ARG_ENABLE(sanitize,
[AS_HELP_STRING(
diff --git a/debian/changelog b/debian/changelog
index 9eb37fd..d36f674 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,48 @@
+osmo-ggsn (1.12.0) unstable; urgency=medium
+
+ [ Daniel Willmann ]
+ * libgtp: Remove defines for reserved causes in gtp.h
+
+ [ Pau Espin Pedrol ]
+ * pco: Improve IPCP spec reference documentation
+
+ [ Oliver Smith ]
+ * Fix a typo
+ * gtp_new: deduplicate create_and_bind_socket code
+ * kernel-gtp: support IPv6 on outer layer
+ * kernel-gtp: support IPv6 on inner layer
+ * Revert "kernel-gtp: support IPv6 on outer layer"
+ * Cosmetic: Makefile.am: make SUBDIRS diff friendly
+ * Cosmetic: AM_CFLAGS: make diff friendly
+ * Cosmetic: {lib,gtp}/Makefile.am: diff friendly
+ * lib/gtp-kernel.c: initialize ret with 0
+ * lib/gtp-kernel.c: check rc of in46a_from_eua
+ * doc: fix typo ndoe -> node
+ * Add clear error for kernel not supporting IPv6
+ * contrib: remove rpm spec file
+ * libgtp: move includes to osmocom/include/gtp
+ * gtp/gsn_internal.h: new file
+ * gtp/gtp.c: move gtp_create_context_resp down
+ * gtp: remove unused conversion functions
+ * gtp: move conversion functions up
+ * gtp/gtp_internal.h: new file
+ * ggsn/ggsn_vty: create state-dir
+ * doc: set state-dir to /var/lib/osmocom/osmo-ggsn
+ * contrib/systemd: run as osmocom user
+ * Use uniform log format for default config files
+ * {contrib,debian}/osmo-ggsn.init: remove
+
+ [ Harald Welte ]
+ * Add funding link to github mirror
+ * README.md: Improve markdown formatting
+ * README.md: Add Forum + Issue Tracker sections
+ * README.md: Major overhaul
+
+ [ Vadim Yanitskiy ]
+ * README.md: cosmetic: fix a typo
+
+ -- Oliver Smith <osmith(a)sysmocom.de> Wed, 24 Jul 2024 15:13:31 +0200
+
osmo-ggsn (1.11.0) unstable; urgency=medium
[ Daniel Willmann ]
diff --git a/debian/control b/debian/control
index e802d62..409fbf0 100644
--- a/debian/control
+++ b/debian/control
@@ -7,9 +7,9 @@
pkg-config,
libdpkg-perl, git,
dh-autoreconf,
- libosmocore-dev (>= 1.9.0),
+ libosmocore-dev (>= 1.10.0),
osmo-gsm-manuals-dev,
- libgtpnl-dev (>= 1.2.0)
+ libgtpnl-dev (>= 1.3.0)
Standards-Version: 3.9.6
Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-ggsn
Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-ggsn
@@ -24,7 +24,7 @@
operators as the interface between the Internet and the rest of the
mobile network infrastructure.
-Package: libgtp6
+Package: libgtp10
Architecture: any
Multi-Arch: same
Section: libs
@@ -49,7 +49,7 @@
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
- libgtp6 (= ${binary:Version})
+ libgtp10 (= ${binary:Version})
Description: Development files for libgtp
OsmoGGSN is a Gateway GPRS Support Node (GGSN). It is used by mobile
operators as the interface between the Internet and the rest of the
@@ -62,7 +62,7 @@
Section: debug
Architecture: any
Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends}, libgtp6 (= ${binary:Version}), osmo-ggsn (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libgtp10 (= ${binary:Version}), osmo-ggsn (= ${binary:Version})
Multi-Arch: same
Description: Debug symbols for OsmoGGSN
OsmoGGSN is a Gateway GPRS Support Node (GGSN). It is used by mobile
@@ -82,7 +82,7 @@
Section: debug
Architecture: any
Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends}, libgtp6 (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libgtp10 (= ${binary:Version})
Multi-Arch: same
Description: Debug symbols for OsmoGGSN
OsmoGGSN is a Gateway GPRS Support Node (GGSN). It is used by mobile
diff --git a/debian/libgtp6.install b/debian/libgtp10.install
similarity index 100%
rename from debian/libgtp6.install
rename to debian/libgtp10.install
diff --git a/debian/rules b/debian/rules
index c11700c..48397a8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@
override_dh_strip:
dh_strip -posmo-ggsn --dbg-package=osmo-ggsn-dbg
- dh_strip -plibgtp6 --dbg-package=libgtp-dbg
+ dh_strip -plibgtp10 --dbg-package=libgtp-dbg
override_dh_auto_configure:
dh_auto_configure -- \
diff --git a/gtp/Makefile.am b/gtp/Makefile.am
index a140cee..db1942d 100644
--- a/gtp/Makefile.am
+++ b/gtp/Makefile.am
@@ -2,7 +2,7 @@
# 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
# If major=current-age is increased, remember to update the dh_strip line in debian/rules!
-LIBVERSION=9:1:3
+LIBVERSION=10:0:0
lib_LTLIBRARIES = libgtp.la
--
To view, visit https://gerrit.osmocom.org/c/osmo-ggsn/+/37577?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ggsn
Gerrit-Branch: master
Gerrit-Change-Id: Idf8b178290cbb14e5199590feb584c82dc076dd0
Gerrit-Change-Number: 37577
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange
osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/libsmpp34/+/37576?usp=email )
Change subject: Bump version: 1.14.4.1-f1ec → 1.14.5
......................................................................
Bump version: 1.14.4.1-f1ec → 1.14.5
Change-Id: I7c37cdb343120208c396f55cc3b23e5f85c31002
---
M TODO-RELEASE
M debian/changelog
2 files changed, 20 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libsmpp34 refs/changes/76/37576/1
diff --git a/TODO-RELEASE b/TODO-RELEASE
index d0852fc..0ed7189 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -1,9 +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…
-# 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…
# 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
+#library what description / commit summary line
diff --git a/debian/changelog b/debian/changelog
index 612e5d9..13a091f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libsmpp34 (1.14.5) unstable; urgency=medium
+
+ [ Vadim Yanitskiy ]
+ * README.md: cosmetic: fix a typo
+
+ -- Oliver Smith <osmith(a)sysmocom.de> Wed, 24 Jul 2024 14:53:05 +0200
+
libsmpp34 (1.14.4) unstable; urgency=medium
[ Vadim Yanitskiy ]
--
To view, visit https://gerrit.osmocom.org/c/libsmpp34/+/37576?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libsmpp34
Gerrit-Branch: master
Gerrit-Change-Id: I7c37cdb343120208c396f55cc3b23e5f85c31002
Gerrit-Change-Number: 37576
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange
osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/libgtpnl/+/37574?usp=email )
Change subject: Bump version: 1.2.5.28-a2dd → 1.3.0
......................................................................
Bump version: 1.2.5.28-a2dd → 1.3.0
Change-Id: I6620102e86f98b94efdaddfc20506deb8807775b
---
M TODO-RELEASE
M debian/changelog
M src/Makefile.am
3 files changed, 52 insertions(+), 5 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libgtpnl refs/changes/74/37574/1
diff --git a/TODO-RELEASE b/TODO-RELEASE
index d0852fc..0ed7189 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -1,9 +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…
-# 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…
# 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
+#library what description / commit summary line
diff --git a/debian/changelog b/debian/changelog
index ebecf3f..9aba358 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,41 @@
+libgtpnl (1.3.0) unstable; urgency=medium
+
+ [ Oliver Smith ]
+ * gitreview: new file
+ * gitignore: add gtp-link, gtp-tunnel
+ * README, debian/control: update URLs
+ * configure: regular_C(PP)FLAGS -> C(PP)FLAGS
+ * configure: add --enable-werror
+ * include/linux/gtp.h: fix GTPA_MAX
+ * include/linux/gtp.h: sync with kernel header
+ * Use struct gtp_addr for ms_addr and sgsn_addr
+ * Add IPv6 support
+ * configure.ac: move AC_OUTPUT -> AC_CONFIG_FILES
+ * Makefile.am: remove DIST_SUBDIRS
+ * tools/gtp-tunnel: pass rc of gtp_add_tunnel
+ * Add QEMU tests
+ * gtp-link: close sockets on error
+ * tests/qemu: pass MS_PROTO to gtp-tunnel delete
+ * tools/gtp-tunnel: pass rc of gtp_del_tunnel
+ * tests/qemu: add 05_ms_ip46_sgsn_ip4.sh
+ * contrib: remove rpm spec file
+
+ [ Pablo Neira Ayuso ]
+ * gtp-genl: allocate room for maximum IPv6 address
+ * gtp-link: add IPv6 support
+ * gtp-link: set IPv6 socket only
+ * gtp: provide interface to set family
+ * gtp: add flags to gtp_tunnel object
+ * gtp-genl: display gtp device in listing
+ * gtp-tunnel: display i_tei in help
+ * gtp-link: allow to specify listener address
+
+ [ Harald Welte ]
+ * Add funding link to github mirror
+ * README.md: Improve markdown formatting; more links
+
+ -- Oliver Smith <osmith(a)sysmocom.de> Wed, 24 Jul 2024 14:47:19 +0200
+
libgtpnl (1.2.5) unstable; urgency=medium
[ Neels Janosch Hofmeyr ]
diff --git a/src/Makefile.am b/src/Makefile.am
index 4d6910e..fbc7579 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,7 +2,7 @@
# This is _NOT_ the library release version, it's an API version.
# Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification
-LIBVERSION=1:2:1
+LIBVERSION=2:0:2
lib_LTLIBRARIES = libgtpnl.la
--
To view, visit https://gerrit.osmocom.org/c/libgtpnl/+/37574?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libgtpnl
Gerrit-Branch: master
Gerrit-Change-Id: I6620102e86f98b94efdaddfc20506deb8807775b
Gerrit-Change-Number: 37574
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange
osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/libusrp/+/37573?usp=email )
Change subject: Bump version: 3.4.8.2-c5e1 → 3.4.9
......................................................................
Bump version: 3.4.8.2-c5e1 → 3.4.9
Change-Id: I183225622d882021840735541fd8d4ed9c149b69
---
M TODO-RELEASE
M debian/changelog
2 files changed, 20 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libusrp refs/changes/73/37573/1
diff --git a/TODO-RELEASE b/TODO-RELEASE
index d0852fc..0ed7189 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -1,9 +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…
-# 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…
# 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
+#library what description / commit summary line
diff --git a/debian/changelog b/debian/changelog
index 3143db5..7474a0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libusrp (3.4.9) unstable; urgency=medium
+
+ * contrib: remove rpm spec file
+ * m4/ax_boost_base.m4: Fix debian multiarch_libsubdir path for armv8l
+
+ -- Oliver Smith <osmith(a)sysmocom.de> Wed, 24 Jul 2024 14:34:15 +0200
+
libusrp (3.4.8) unstable; urgency=medium
[ Oliver Smith ]
--
To view, visit https://gerrit.osmocom.org/c/libusrp/+/37573?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libusrp
Gerrit-Branch: master
Gerrit-Change-Id: I183225622d882021840735541fd8d4ed9c149b69
Gerrit-Change-Number: 37573
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange
Attention is currently required from: osmith, pespin.
Hello Jenkins Builder, pespin,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/libosmo-pfcp/+/37570?usp=email
to look at the new patch set (#5).
The following approvals got outdated and were removed:
Code-Review-1 by pespin, Verified-1 by Jenkins Builder
Change subject: Bump version: 0.3.0.5-1ffb → 0.4.0
......................................................................
Bump version: 0.3.0.5-1ffb → 0.4.0
Change-Id: Idfb94c78b71497602102bfd13e139b090bda65ae
---
M TODO-RELEASE
M configure.ac
M debian/changelog
M debian/control
M src/libosmo-pfcp/Makefile.am
5 files changed, 33 insertions(+), 9 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-pfcp refs/changes/70/37570/5
--
To view, visit https://gerrit.osmocom.org/c/libosmo-pfcp/+/37570?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-pfcp
Gerrit-Branch: master
Gerrit-Change-Id: Idfb94c78b71497602102bfd13e139b090bda65ae
Gerrit-Change-Number: 37570
Gerrit-PatchSet: 5
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newpatchset