pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ggsn/+/31215 )
Change subject: Bump version: 1.9.0.10-4fac-dirty → 1.10.0
......................................................................
Bump version: 1.9.0.10-4fac-dirty → 1.10.0
Change-Id: I553fb72c577181c32005093eaf4fa986ae0e6ca8
---
M configure.ac
M contrib/osmo-ggsn.spec.in
M debian/changelog
M debian/control
M gtp/Makefile.am
5 files changed, 28 insertions(+), 8 deletions(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, approved
diff --git a/configure.ac b/configure.ac
index 67a9e78..c458919 100644
--- a/configure.ac
+++ b/configure.ac
@@ -154,9 +154,9 @@
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: 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(a)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 @@
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
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ggsn/+/31215
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ggsn
Gerrit-Branch: master
Gerrit-Change-Id: I553fb72c577181c32005093eaf4fa986ae0e6ca8
Gerrit-Change-Number: 31215
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged