-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15623 from Jafaral/uprev-10.0
debian, redhat: updating changelog for 10.0 release
- Loading branch information
Showing
2 changed files
with
24 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,14 @@ | ||
frr (9.2~dev-1) UNRELEASED; urgency=medium | ||
frr (10.1~dev-1) UNRELEASED; urgency=medium | ||
|
||
* FRR Dev 9.2 | ||
* FRR Dev 10.1 | ||
|
||
-- Donatas Abraitis <[email protected]> Tue, 10 Oct 2023 12:00:00 -0600 | ||
-- Jafar Al-Gharaibeh <[email protected]> Tue, 26 Mar 2024 02:00:00 -0600 | ||
|
||
frr (10.0-0) unstable; urgency=medium | ||
|
||
* New upstream release FRR 10.0 | ||
|
||
-- Jafar Al-Gharaibeh <[email protected]> Mon, 25 Mar 2024 02:00:00 -0600 | ||
|
||
frr (9.1-0) unstable; urgency=medium | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -805,7 +805,21 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons | |
|
||
%changelog | ||
|
||
* Tue Oct 10 2023 Donatas Abraitis <[email protected]> - %{version} | ||
* Mon Mar 25 2024 Jafar Al-Gharaibeh <[email protected]> - %{version} | ||
|
||
* Mon Mar 25 2024 Jafar Al-Gharaibeh <[email protected]> - 10.0 | ||
- Major highlights: | ||
- Introduce local host routes | ||
- Require libyang 2.1.128 | ||
- Add suport to configire a log file per daemon | ||
- BGP BMP Loc-RIB (RFC9069) support | ||
- eBGP-OAD (One Administrative Domain) support | ||
- BGP RPKI VRF support | ||
- BGP SNMP traps for BGP4-MIBV2 | ||
- Management (mgmtd) daemon "replace" operation support | ||
- BGP dynamic capabilities for addpath, fqdn, orf capabilities | ||
- SRv6 encapsulation source address feature | ||
- OSPFv3 Point-To-Multipoint mode | ||
|
||
* Mon Oct 09 2023 Donatas Abraitis <[email protected]> - 9.1 | ||
- Major highlights: | ||
|