pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-uecups/+/41567?usp=email )
Change subject: Bump version: 0.2.2.19-745d-dirty → 0.3.0 ......................................................................
Bump version: 0.2.2.19-745d-dirty → 0.3.0
Change-Id: I3a7ad5634012feedbe2e02c2e7a5b2bb8c0c873f --- M configure.ac M debian/changelog M debian/control 3 files changed, 35 insertions(+), 6 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-uecups refs/changes/67/41567/1
diff --git a/configure.ac b/configure.ac index 6fd8824..caa595a 100644 --- a/configure.ac +++ b/configure.ac @@ -26,9 +26,9 @@ fi PKG_PROG_PKG_CONFIG([0.20])
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.0) -PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.4.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.12.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.12.0) +PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.7.0) PKG_CHECK_MODULES(LIBJANSSON, jansson) PKG_CHECK_MODULES(LIBNLROUTE3, libnl-route-3.0)
diff --git a/debian/changelog b/debian/changelog index 3864249..d32556c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,32 @@ +osmo-uecups (0.3.0) unstable; urgency=medium + + [ Pau Espin Pedrol ] + * .gitignore: Add contrib/osmo-uecups.spec + * jenkins.sh: Skip building unneeded libosmo-abis + * ttcn3: UECUPS_Types: Add templates for existing json commands + * Introduce GTPv1U QFI support + * tun_device: Fix Tx uninitialized gtpu ext hdr fields + * tun_device: Make sure struct iphdr access is 4-byte aligned + * Set thread names + * cups_client: Log conn lost before tear down subprocesses + * cups_client: Add cups_client_alloc/free functions + * cups_client: Fix memleak during conn closed + * cups_client: Use new iofd stream_srv APIs + * gtp_endpoint: Avoid deadlocks logging while thread is cancelled + * tun_device: Introduce helper macro LOGTUN_NC() + * cosmetic: Improve comments on cancellable thread safety + + [ Oliver Smith ] + * contrib: remove rpm spec file + * contrib/jenkins: libosmo-abis after libosmo-netif + + [ Vadim Yanitskiy ] + * README.md: cosmetic: fix a typo + * README.md: fix wrong project's homepage URL + * doc/examples: populate the config file example + + -- Pau Espin Pedrol pespin@sysmocom.de Wed, 03 Dec 2025 20:06:03 +0100 + osmo-uecups (0.2.2) unstable; urgency=medium
[ Harald Welte ] diff --git a/debian/control b/debian/control index 8e5f709..40ed020 100644 --- a/debian/control +++ b/debian/control @@ -11,10 +11,10 @@ pkg-config, libjansson-dev, libnl-route-3-dev, - libosmocore-dev (>= 1.9.0), - libosmo-netif-dev (>= 1.4.0), + libosmocore-dev (>= 1.12.0), + libosmo-netif-dev (>= 1.7.0), libsctp-dev, - osmo-gsm-manuals-dev (>= 1.5.0) + osmo-gsm-manuals-dev (>= 1.7.0) Standards-Version: 3.9.8 Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-uecups Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-uecups