aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@espeweb.net>2021-02-23 13:34:39 +0100
committerPau Espin Pedrol <pespin@espeweb.net>2021-02-23 13:34:40 +0100
commitb1f641b5b7778be094ea7741cb2d249c7b26774e (patch)
tree5bcc74689515575be8f086ca48139a14a78277bf
parentf01ce65f5bfb0fe889d48d307457eff1c17d1af5 (diff)
Bump version: 1.6.0.22-f01c-dirty → 1.7.01.7.0
-rw-r--r--TODO-RELEASE1
-rw-r--r--configure.ac6
-rw-r--r--contrib/osmo-ggsn.spec.in7
-rw-r--r--debian/changelog36
-rw-r--r--debian/control2
-rw-r--r--gtp/Makefile.am2
6 files changed, 44 insertions, 10 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index dd0df1a..d0852fc 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
-osmo-ggsn update osmo-gsm-manuals dependency to > 0.3.0 for vty_cpu_sched.adoc include
diff --git a/configure.ac b/configure.ac
index a1c7180..479ae3b 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.4.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.4.0)
-PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.4.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.5.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.5.0)
+PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.5.0)
AC_ARG_ENABLE(sanitize,
[AS_HELP_STRING(
diff --git a/contrib/osmo-ggsn.spec.in b/contrib/osmo-ggsn.spec.in
index d752a8e..dcf0e7c 100644
--- a/contrib/osmo-ggsn.spec.in
+++ b/contrib/osmo-ggsn.spec.in
@@ -29,11 +29,10 @@ BuildRequires: pkgconfig >= 0.20
%if 0%{?suse_version}
BuildRequires: systemd-rpm-macros
%endif
-BuildRequires: pkgconfig(libgtpnl) >= 1.0.0
-BuildRequires: pkgconfig(libosmocore) >= 1.1.0
-BuildRequires: pkgconfig(libosmoctrl) >= 1.1.0
-BuildRequires: pkgconfig(libosmovty) >= 1.1.0
BuildRequires: pkgconfig(libgtpnl) >= 1.2.0
+BuildRequires: pkgconfig(libosmocore) >= 1.5.0
+BuildRequires: pkgconfig(libosmoctrl) >= 1.5.0
+BuildRequires: pkgconfig(libosmovty) >= 1.5.0
Obsoletes: openggsn
%{?systemd_requires}
diff --git a/debian/changelog b/debian/changelog
index 445e75c..f65aaa8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,39 @@
+osmo-ggsn (1.7.0) unstable; urgency=medium
+
+ [ Vadim Yanitskiy ]
+ * debian/control: change maintainer to the Osmocom team / mailing list
+
+ [ Pau Espin Pedrol ]
+ * configure.ac: Fix trailing whitespace
+ * doc: Update VTY reference xml file
+ * Support setting rt-prio and cpu-affinity mask through VTY
+ * contrib/jenkins: Enable parallel make in make distcheck
+ * ggsn: generate coredump and exit upon SIGABRT received
+ * tests: Explicitly drop category from log
+ * tests: Replace deprecated API log_set_print_filename
+
+ [ Keith ]
+ * Fix vty PDP lookups by IMSI
+ * Prevent Crash in show pdp-context from vty
+ * Minor: remove code duplication
+ * Use imsi_str2gtp() in sgsnemu
+ * sgsnemu: relax check on length of IMSI cmdline arg.
+ * GTP: Replace recently introduced imsi_str2gtp()
+
+ [ Harald Welte ]
+ * Use OSMO_FD_* instead of deprecated BSC_FD_*
+ * gtp-kernel: Remove duplicate #include section
+ * gtp-kernel: don't #include libmnl headers
+
+ [ Oliver Smith ]
+ * contrib/jenkins: don't build osmo-gsm-manuals
+ * configure.ac: set -std=gnu11
+ * apn_start: avoid segfault if missing tun-device
+ * .gitignore: ignore debian/libgtp*
+ * deb/rpm: build with --enable-gtp-linux
+
+ -- Pau Espin Pedrol <pespin@espeweb.net> Tue, 23 Feb 2021 13:34:39 +0100
+
osmo-ggsn (1.6.0) unstable; urgency=medium
[ Pau Espin Pedrol ]
diff --git a/debian/control b/debian/control
index 1fd1937..bbffd49 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.4.0),
+ libosmocore-dev (>= 1.5.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 a392277..64f63b6 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=6:0:0
+LIBVERSION=7:0:1
lib_LTLIBRARIES = libgtp.la