aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index d4f648af..e364f191 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+bird2 (200:2.14.0.23+22-20240131-1) unstable; urgency=medium
+
+ * Rebased 200:2.14+21-20231011-1 on top of current master. Conflicting
+ patches have been rebased.
+ * Allow trailing comma in set literals in filter.
+ * Introduce 'attach_mls([<label stack>])' filter function.
+ * Allow modification of AIGP metric values, at the expense of strict
+ compliance with RFC 7311.
+ * Partially fixed buffer overflow bug with kernel route installing.
+ * Better logging in BFD protocol.
+ * Allow setting BGP AGGREGATOR attribute in filter.
+ * Fix jitter application to BGP filters as specified in RFC 4271 section 10.
+ * Added "soft hold time on" configuration to BGP for debugging my other BGP
+ speaker.
+
+ -- Kazuki Yamaguchi <k@rhe.jp> Wed, 31 Jan 2024 02:21:13 +0900
+
bird2 (2.14-1) unstable; urgency=medium
* New upstream version 2.14 (Closes: #1040031)