aboutsummaryrefslogtreecommitdiffstats
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog23
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 0b73209..08cfb0b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,26 @@
+osmo-ggsn (1.9.0) unstable; urgency=medium
+
+ [ Pau Espin Pedrol ]
+ * tests: in46a_test: Make coverity happy when calling in46a_from_eua
+ * vty: Fix cmd 'no echo-interval' doing nothing
+ * libgtp: Fix ggsn crash if pdp alloc array is full (PDP_MAX)
+ * libgtp: Define retransmit QUEUE_SIZE relative to PDP_MAX (increase)
+ * gtp: Use switch statement in gtp_create_pdp_ind()
+ * gtp: Log detection of rx duplicate
+ * gtp: Small log improvements in gtp_create_pdp_ind()
+ * gtp: Specify retrans queue name & seqnum in log lines
+ * gtp: Log retrans queue register&free entries
+ * gtp: Fix typo in comment
+ * pco.h: Fix typo in reference to spec
+
+ [ Vadim Yanitskiy ]
+ * tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS'
+
+ [ Harald Welte ]
+ * update git URLs (git -> https; gitea)
+
+ -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 28 Jun 2022 17:48:22 +0200
+
osmo-ggsn (1.8.0) unstable; urgency=medium
[ Oliver Smith ]