]> git.puffer.fish Git - mirror/frr.git/commitdiff
redhat, debian: Update release notes for 9.1 release 14770/head
authorDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 9 Nov 2023 14:35:13 +0000 (16:35 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Sun, 12 Nov 2023 18:08:56 +0000 (20:08 +0200)
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
debian/changelog
redhat/frr.spec.in

index 5c0429d69deb668592318b5cfe7559fb3e8f224d..345cd09b934f232522848045814743206b60c295 100644 (file)
@@ -1,8 +1,20 @@
-frr (9.1~dev-1) UNRELEASED; urgency=medium
+frr (9.2~dev-1) UNRELEASED; urgency=medium
 
-  * FRR Dev 9.1
+  * FRR Dev 9.2
 
- -- Jafar Al-Gharaibeh <jafar@atcorp.com>  Tue, 06 Jun 2023 12:00:00 -0600
+ -- Donatas Abraitis <donatas@opensourcerouting.org>  Thu, 09 Oct 2023 12:00:00 -0600
+
+frr (9.1-0) unstable; urgency=medium
+
+  * New upstream release FRR 9.1
+
+ -- Donatas Abraitis <donatas@opensourcerouting.org>  Thu, 09 Oct 2023 12:00:00 -0600
+
+frr (9.0-0) unstable; urgency=medium
+
+  * New upstream release FRR 9.0
+
+ -- Jafar Al-Gharaibeh <jafar@atcorp.com>  Fri, 10 Mar 2023 02:00:00 -0600
 
 frr (8.5-0) unstable; urgency=medium
 
index c7fd7e625a73dfbaf53e7939b67049235f58c349..f43d0c17bb9706d162c3e974effe0c98877f93da 100644 (file)
@@ -799,9 +799,40 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons
 
 %changelog
 
-* Tue Jun 06 2023 Martin Winter <mwinter@opensourcerouting.org> - %{version}
+* Thu Oct 09 2023 Donatas Abraitis <donatas@opensourcerouting.org> - %{version}
+
+* Thu Oct 09 2023 Donatas Abraitis <donatas@opensourcerouting.org> - 9.1
+- Major highlights:
+-   OSPFv2 HMAC-SHA Cryptographic Authentication
+-   BGP MAC-VRF Site-Of-Origin support
+-   BGP Dynamic capability support
+-   IS-IS SRv6 uSID support (RFC 9352)
+-   Change next-hop resolution via the default route for a traditional profile
+-   Add support for VLAN, ECN, DSCP mangling/filtering
+-   Zebra support for route replace semantics in FPM
+-   New command for BGP `neighbor x addpath-tx-best-selected`
+-   New command for BGP `mpls bgp l3vpn-multi-domain-switching`
+-   A couple more new BGP route-map commands for as-path, communities manipulation
 
 * Tue Jun 06 2023 Jafar Al-Gharaibeh <jafar@atcorp.com> - 9.0
+- Major highlights:
+-   Centralized Management Daemon (mgmtd)
+-   Switched to libyang minimum version 2.1.80
+-   Memory footprint for BGP reduced drastically
+-   Add BGP `neighbor path-attribute treat-as-withdraw` command
+-   Add BGP ASN dot notation support (RFC 5396)
+-   Add BGP Software Version capability (draft-abraitis-bgp-version-capability)
+-   Allow BGP peering via 127.0.0.0/8
+-   Deprecate BGP internet community - this is the Cisco-specific community, which is never been RFC-defined and confusing
+-   Implement `match source-protocol` for BGP route maps
+-   Implement BGP Node Target extended communities (draft-ietf-idr-node-target-ext-comm)
+-   Implement Flex-Algo for SR-MPLS (RFC 9350)
+-   Add support for IS-IS advertise-passive-only
+-   Add IS-IS affinity-map support
+-   Add the graceful-restart hello-delay OSPFv2/OSPFv3 command
+-   Add the `ipv6 mld join` PIMv6 command
+-   Add `allow-ecmp x` RIP/RIPng command
+-   Add BFD support for RIP
 
 * Fri Mar 10 2023 Jafar Al-Gharaibeh <jafar@atcorp.com> - 8.5
 - Major Highlights: