From 38a01043af745d2064dc5fb6fa0f6926bc6f62fd Mon Sep 17 00:00:00 2001 From: Jafar Al-Gharaibeh Date: Mon, 13 Mar 2023 09:01:30 -0500 Subject: [PATCH] debian, redhat: updating changelog for new release Signed-off-by: Jafar Al-Gharaibeh --- debian/changelog | 6 +++--- redhat/frr.spec.in | 26 +++++++++++++++++++++++++- 2 files changed, 28 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index fae7924c16..ad321dac98 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -frr (8.5~dev-1) UNRELEASED; urgency=medium +frr (8.5-0) unstable; urgency=medium - * FRR Dev 8.5 + * New upstream release FRR 8.5 - -- Donatas Abraitis Tue, 04 Oct 2022 16:00:00 +0500 + -- Jafar Al-Gharaibeh Fri, 10 Mar 2023 02:00:00 -0600 frr (8.4.2-1) unstable; urgency=medium diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index a3f5f6b0cd..d006f0ea8f 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -793,7 +793,31 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons %changelog -* Tue Nov 01 2022 Martin Winter - %{version} +* Fri Mar 10 2023 Martin Winter - %{version} + +* Fri Mar 10 2023 Jafar Al-Gharaibeh - 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 - 8.4 - New BGP command (neighbor PEER soo) to configure SoO to prevent routing loops and suboptimal routing on dual-homed sites.