]> git.puffer.fish Git - matthieu/frr.git/commitdiff
debian, redhat: updating changelog for new release
authorJafar Al-Gharaibeh <jafar@atcorp.com>
Tue, 6 Jun 2023 20:21:30 +0000 (15:21 -0500)
committerJafar Al-Gharaibeh <jafar@atcorp.com>
Tue, 6 Jun 2023 20:21:30 +0000 (15:21 -0500)
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
debian/changelog
redhat/frr.spec.in

index 008a97c7d5e88342c68a6b62c87f7f545310895c..5c0429d69deb668592318b5cfe7559fb3e8f224d 100644 (file)
@@ -1,14 +1,14 @@
-frr (9.0~dev-1) UNRELEASED; urgency=medium
+frr (9.1~dev-1) UNRELEASED; urgency=medium
 
-  * FRR Dev 9.0
+  * FRR Dev 9.1
 
- -- Donatas Abraitis <donatas@opensourcerouting.org>  Tue, 07 Feb 2023 16:00:00 +0500
+ -- Jafar Al-Gharaibeh <jafar@atcorp.com>  Tue, 06 Jun 2023 12:00:00 -0600
 
-frr (8.5-1) UNRELEASED; urgency=medium
+frr (8.5-0) unstable; urgency=medium
 
   * New upstream release FRR 8.5
 
- -- Donatas Abraitis <donatas@opensourcerouting.org>  Tue, 07 Feb 2023 16:00:00 +0500
+ -- Jafar Al-Gharaibeh <jafar@atcorp.com>  Fri, 10 Mar 2023 02:00:00 -0600
 
 frr (8.4.2-1) unstable; urgency=medium
 
index 4dec84b8fb3ce09c0122d29813c26a398f996de5..656df20cce84e0f64345e3e371a2a7c78fbb9a3c 100644 (file)
@@ -799,9 +799,33 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons
 
 %changelog
 
-* Tue Feb 07 2023 Martin Winter <mwinter@opensourcerouting.org> - %{version}
-
-* Tue Feb 07 2023 Donatas Abraitis <donatas@opensourcerouting.org> - 8.5
+* Tue Jun 06 2023 Martin Winter <mwinter@opensourcerouting.org> - %{version}
+
+* Tue Jun 06 2023 Jafar Al-Gharaibeh <jafar@atcorp.com> - 9.0
+
+* Fri Mar 10 2023 Jafar Al-Gharaibeh <jafar@atcorp.com> - 8.5
+- Major Highlights:
+-   Add support for per-VRF SRv6 SID
+-   Add BGP labeled-unicast Add-Path functionality
+-   Implementation of SNMP BGP4v2-MIB (IPv6 support) for better network management and monitoring
+-   Add BGP new command neighbor path-attribute discard
+-   Add BGP new command neighbor path-attribute treat-as-withdraw
+-   Implement L3 route-target auto/wildcard configuration
+-   Implement BGP ACCEPT_OWN Community Attribute (rfc7611)
+-   Implement The Accumulated IGP Metric Attribute for BGP (rfc7311)
+-   Implement graceful-shutdown command per neighbor
+-   Add BGP new command to configure TCP keepalives for a peer bgp tcp-keepalive
+-   Traffic control (TC) ZAPI implementation
+-   SRv6 uSID (microSID) implementation
+-   Start deprecating start-shell, ssh, and telnet commands due to security reasons
+-   Add VRRPv3 an ability to disable IPv4 pseudo-header checksum
+-   BFD integration for static routes
+-   Allow protocols to configure BFD sessions with automatic source selection
+-   Allow zero-length opaque LSAs for OSPF (rfc5250)
+-   Add ISIS new command set-overload-bit on-startup
+-   PIMv6 BSM support
+- For a full list of new features and bug fixes, please refer to:
+-   https://frrouting.org/release/
 
 * Tue Nov 01 2022 Jafar Al-Gharaibeh <jafar@atcorp.com> - 8.4
 - New BGP command (neighbor PEER soo) to configure SoO to prevent routing loops and suboptimal routing on dual-homed sites.