aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-11-16 13:49:16 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2021-11-16 13:49:16 +0100
commita3ca2d185b84349533ead613f695371f7ced73c4 (patch)
tree3eae9d07a315b758f164832f7fef7c1609a7e483
parent8cbdd218673403f39061612aa7bb99a964ce0b2d (diff)
Bump version: 1.7.1.20-8cbd-dirty → 1.8.01.8.0
-rw-r--r--TODO-RELEASE1
-rw-r--r--debian/changelog30
-rw-r--r--gtp/Makefile.am2
3 files changed, 31 insertions, 2 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 23c9b6d..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
-libgtp ADD gtp_ran_info_relay_req, gtp_set_cb_ran_info_relay_ind
diff --git a/debian/changelog b/debian/changelog
index 29f9d9c..0b73209 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,33 @@
+osmo-ggsn (1.8.0) unstable; urgency=medium
+
+ [ Oliver Smith ]
+ * doc/examples/Makefile.am: add sgsnemu.conf
+ * doc/examples/osmo-ggsn-kernel-gtp.cfg: new file
+ * doc/manuals: describe GTP-U kernel module
+ * gitignore: add ggsn_vty_reference.xml
+
+ [ Harald Welte ]
+ * Don't install osmo-ggsn-kernel-gtp.cfg to /etc/osmocom/
+ * Don't install sgsnemu.conf to /etc/osmocom/
+ * ggsn: Reject PDP CTX ACT for static IP addresses
+ * vty: Inform user that static IP addresses are not supported
+
+ [ Pau Espin Pedrol ]
+ * gtp: Update teic_confirmed only on resp success
+ * gtp: Rework parsing logic of UpdatePdpCtxResponse
+ * ggsn: Improve logging on incoming DL data packets
+ * gtp: Improve logging of failing pdp ctx resolution from TEI/TID
+ * cosmetic: gtpie.c: Fix trailing whitespace
+ * gtp: constify pointer arg
+ * gtp: Support tx/rx RAN Information Relay message
+ * ggsn: Log tun fd write errors
+ * ggsn: Fix heap-use-after-free during Recovery without associated PDP
+ * cosmetic: configure.ac: Fix tabulation in line
+ * Introduce program gtp-echo-responder
+ * gtp_echo_responder: report invalid chars present in node-feautres cmdline arg as error
+
+ -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 16 Nov 2021 13:49:16 +0100
+
osmo-ggsn (1.7.1) unstable; urgency=medium
[ Harald Welte ]
diff --git a/gtp/Makefile.am b/gtp/Makefile.am
index 64f63b6..3047485 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=7:0:1
+LIBVERSION=8:0:2
lib_LTLIBRARIES = libgtp.la