aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-02-07 14:29:48 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2023-02-07 14:29:49 +0100
commit55fe62f634cd3747c9b81ce70c4a508433d53fb2 (patch)
treef2146bedb059cc676f5700eb95ed8a65724c0565
parent4fac842826df642308c2ca3dbfe4f047f7af11a2 (diff)
Bump version: 1.9.0.10-4fac-dirty → 1.10.01.10.0
-rw-r--r--configure.ac6
-rw-r--r--contrib/osmo-ggsn.spec.in6
-rw-r--r--debian/changelog20
-rw-r--r--debian/control2
-rw-r--r--gtp/Makefile.am2
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 <pespin@sysmocom.de> 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