aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2023-08-22 02:44:39 +0900
committerKazuki Yamaguchi <k@rhe.jp>2023-08-22 02:44:39 +0900
commit2df8ca5edd1d7cb04e6fd8627dd7dbc5a139545c (patch)
tree178cf6ad0f271493e199ea5bfa3e28667c482bc6
parentb9a9cafb331e9f3c890a978e7e9a0b98dd388525 (diff)
downloadbird-pu-2.13.1.15+20-20230822.tar.gz
-rw-r--r--debian/changelog18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 9a5e6f74..1bdd7b1d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,21 @@
+bird2 (200:2.13.1.15+20-20230822-1) unstable; urgency=medium
+
+ * Rebased 200:2.13+19-20230424-1 on top of v2.13.1-15-gecbae010bf05, and
+ fixed a CoW bug in ky/attach-mls.
+ * 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.
+ * Probably strict check is performed on constant expression.
+ * 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> Tue, 22 Aug 2023 02:41:24 +0900
+
bird2 (2.0.12-7) unstable; urgency=medium
[ Miao Wang ]