aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2023-10-11 18:02:16 +0900
committerKazuki Yamaguchi <k@rhe.jp>2023-10-11 18:02:16 +0900
commitad05da65f767c5cb50eaef3e51f7f8ee21e7a03d (patch)
tree7d27750c955ba981003c60427e6608db9d759932
parent8565e5bc50d2aa1e375437f74b797990e4154709 (diff)
downloadbird-pu.tar.gz
-rw-r--r--debian/changelog18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index d4f648af..761f9e17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,21 @@
+bird2 (200:2.14+21-20231011-1) unstable; urgency=medium
+
+ * Rebased 200:2.13.1.15+20-20230822-1 on top of v2.14. All patches are
+ rebased because v2.14 contains various changes in the filter code.
+ ky/filter-fix-constant-expression is dropped as it does not apply anymore.
+ * 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, 11 Oct 2023 17:59:32 +0900
+
bird2 (2.14-1) unstable; urgency=medium
* New upstream version 2.14 (Closes: #1040031)