Merge pull request #12552 from Jafaral/rel-notes

Release housekeeping
This commit is contained in:
Donald Sharp 2022-12-20 15:49:15 -05:00 committed by GitHub
commit 11a98193dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 5 deletions

6
debian/changelog vendored
View File

@ -4,11 +4,11 @@ frr (8.5~dev-1) UNRELEASED; urgency=medium
-- Donatas Abraitis <donatas@opensourcerouting.org> Tue, 04 Oct 2022 16:00:00 +0500
frr (8.4~dev-1) UNRELEASED; urgency=medium
frr (8.4-0) unstable; urgency=medium
* FRR Dev 8.4
* New upstream release FRR 8.4
-- Jafar Al-Gharaibeh <jafar@atcorp.com> Wed, 20 Jul 2022 10:00:00 +0500
-- Jafar Al-Gharaibeh <jafar@atcorp.com> Tue, 01 Nov 2022 10:00:00 +0500
frr (8.3-0) unstable; urgency=medium

View File

@ -793,9 +793,18 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons
%changelog
* Wed Jul 20 2022 Martin Winter <mwinter@opensourcerouting.org> - %{version}
* Tue Nov 01 2022 Martin Winter <mwinter@opensourcerouting.org> - %{version}
* Tue Oct 04 2022 Donatas Abraitis <donatas@opensourcerouting.org> - 8.4
* 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.
- Command debug bgp allow-martian replaced to bgp allow-martian-nexthop because previously we allowed using martian next-hops when debug is turned on.
- Implement BGP Prefix Origin Validation State Extended Community rfc8097
- Implement Route Leak Prevention and Detection Using Roles in UPDATE and OPEN Messages rfc9234
- BMP L3VPN support
- PIMv6 support
- MLD support
- New command to enable using reserved IPv4 ranges as normal addresses for BGP next-hops, interface addresses, etc.
- For a full list of bug fixes, please refer to https://frrouting.org/release/
* Wed Jul 13 2022 Jafar Al-Gharaibeh <jafar@atcorp.com> - 8.3
- General: