From 55fe62f634cd3747c9b81ce70c4a508433d53fb2 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 7 Feb 2023 14:29:48 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.9.0.10-4fac-dirty=20?= =?UTF-8?q?=E2=86=92=201.10.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I553fb72c577181c32005093eaf4fa986ae0e6ca8 --- configure.ac | 6 +++--- contrib/osmo-ggsn.spec.in | 6 +++--- debian/changelog | 20 ++++++++++++++++++++ debian/control | 2 +- gtp/Makefile.am | 2 +- 5 files changed, 28 insertions(+), 8 deletions(-) diff --git a/configure.ac b/configure.ac index 67a9e78..c458919 100644 --- a/configure.ac +++ b/configure.ac @@ -154,9 +154,9 @@ adl_FUNC_GETOPT_LONG AM_INIT_AUTOMAKE([foreign]) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.8.0) AC_ARG_ENABLE(sanitize, [AS_HELP_STRING( diff --git a/contrib/osmo-ggsn.spec.in b/contrib/osmo-ggsn.spec.in index f9014b5..22057ba 100644 --- a/contrib/osmo-ggsn.spec.in +++ b/contrib/osmo-ggsn.spec.in @@ -30,9 +30,9 @@ BuildRequires: pkgconfig >= 0.20 BuildRequires: systemd-rpm-macros %endif BuildRequires: pkgconfig(libgtpnl) >= 1.2.0 -BuildRequires: pkgconfig(libosmocore) >= 1.7.0 -BuildRequires: pkgconfig(libosmoctrl) >= 1.7.0 -BuildRequires: pkgconfig(libosmovty) >= 1.7.0 +BuildRequires: pkgconfig(libosmocore) >= 1.8.0 +BuildRequires: pkgconfig(libosmoctrl) >= 1.8.0 +BuildRequires: pkgconfig(libosmovty) >= 1.8.0 Obsoletes: openggsn %{?systemd_requires} diff --git a/debian/changelog b/debian/changelog index 08cfb0b..be0948e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +osmo-ggsn (1.10.0) unstable; urgency=medium + + [ Max ] + * Set working directory in systemd service file + * Ignore .deb build byproducts + * ctrl: take both address and port from vty config + + [ Pau Espin Pedrol ] + * cosmetic: gtp: Fix typo in comment + * Split gsn_t related APIs out of gtp.{c,h} + * Use rate_ctr for gsn_t available_counters + * ggsn: Introduce tdef and make it configurable over VTY + * gtp: Introduce VTY configurable GTP timer X3 + * Fix typos in comments and VTY descriptions + + [ arehbein ] + * osmo-ggsn: Transition to use of 'telnet_init_default' + + -- Pau Espin Pedrol Tue, 07 Feb 2023 14:29:48 +0100 + osmo-ggsn (1.9.0) unstable; urgency=medium [ Pau Espin Pedrol ] diff --git a/debian/control b/debian/control index 2953269..7c17b3d 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9), pkg-config, libdpkg-perl, git, dh-autoreconf, - libosmocore-dev (>= 1.7.0), + libosmocore-dev (>= 1.8.0), osmo-gsm-manuals-dev, libgtpnl-dev (>= 1.2.0) Standards-Version: 3.9.6 diff --git a/gtp/Makefile.am b/gtp/Makefile.am index 77f81cf..8e2aa0b 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=8:1:2 +LIBVERSION=9:0:3 lib_LTLIBRARIES = libgtp.la