pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-gbproxy/+/43332?usp=email )
Change subject: Bump version: 0.5.1.1-422ff-dirty → 0.5.2 ......................................................................
Bump version: 0.5.1.1-422ff-dirty → 0.5.2
Change-Id: I2f6119eca688c0bd0b69a2b95b6c3e6d7d77b3a1 --- M TODO-RELEASE M configure.ac M debian/changelog M debian/control 4 files changed, 12 insertions(+), 7 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-gbproxy refs/changes/32/43332/1
diff --git a/TODO-RELEASE b/TODO-RELEASE index fb115da..0ed7189 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 -libosmocore >1.12.0 log_get_context(), log_{get,set}_filter(_data)() diff --git a/configure.ac b/configure.ac index 2ae8aa0..2d0b92f 100644 --- a/configure.ac +++ b/configure.ac @@ -38,11 +38,11 @@ CFLAGS="$CFLAGS -std=gnu11"
dnl checks for libraries -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(LIBOSMOGB, libosmogb >= 1.10.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.14.2) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.14.2) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.14.2) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.14.2) +PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.14.2)
dnl checks for header files AC_HEADER_STDC diff --git a/debian/changelog b/debian/changelog index 6ec3232..c4a14c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +osmo-gbproxy (1:0.5.2) unstable; urgency=medium + + * Avoid accessing struct log_target members directly + + -- Pau Espin Pedrol pespin@sysmocom.de Thu, 20 Aug 2026 13:21:48 +0200 + osmo-gbproxy (1:0.5.1) unstable; urgency=medium
* jenkins.sh: Use --disable-doxygen configure param diff --git a/debian/control b/debian/control index b72ee2d..a7bd517 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ libtool, pkg-config, libtalloc-dev, - libosmocore-dev (>= 1.10.0), + libosmocore-dev (>= 1.14.2), osmo-gsm-manuals-dev (>= 1.6.0) Standards-Version: 3.9.8 Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-gbproxy