summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2023-04-24 19:54:01 +0900
committerKazuki Yamaguchi <k@rhe.jp>2023-04-24 19:54:01 +0900
commitbf297b6401fe6297a560e370fc8c5b4ff647b39a (patch)
tree6acd9c1f081ab8e771c0fea62224e3be0085fe95
parentb367f0f560dfb87241bdb285a6514210938c8c8d (diff)
downloadbird-2.13+19-20230424.tar.gz
debian: update changelogv2.13+19-20230424pu-2.13+19-20230424
-rw-r--r--debian/changelog17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 313af804..4e3a05a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+bird2 (200:2.13+19-20230424-1) unstable; urgency=medium
+
+ * Rebased 200:2.0.12.22+19-20230415-1 on top of v2.13.
+ * 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> Mon, 24 Apr 2023 19:51:30 +0900
+
bird2 (2.0.12-6) unstable; urgency=medium
* Add upstream patch to fix bgp_med handling