summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b96e9667..4fa4b38d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+bird2 (2.0.7j-1) unstable; urgency=medium
+
+ * Allow trailing comma in set literals in filter
+ * Use route replace on IPv6
+ * Introduce 'attach_mls([<label stack>])' filter function
+ * Allow modification of AIGP metric values, at the expense of strict
+ compliance with RFC 7311
+ * Possibly fixed buffer overflow bug with kernel route installing
+
+ -- Kazuki Yamaguchi <k@rhe.jp> Mon, 03 Aug 2020 00:48:39 +0900
+
bird2 (2.0.7-3) unstable; urgency=medium
* Don't use /usr/share/doc as ucf source (Closes: #945336)