diff options
| author | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2025-03-09 23:08:40 -0500 |
|---|---|---|
| committer | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2025-03-09 23:08:40 -0500 |
| commit | bd84f13965d4c4c1c625d3473bcdc5742854bee3 (patch) | |
| tree | 9899c046506d835e85947faea6c85f0cf254e941 | |
| parent | e28ae87f92982ef08251f16f9e7ab151a605bcd0 (diff) | |
debian, redhat: updating changelog for new release
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
| -rw-r--r-- | debian/changelog | 12 | ||||
| -rw-r--r-- | redhat/frr.spec.in | 37 |
2 files changed, 43 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index 9917b5bcb5..d150fffbdf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,14 @@ -frr (10.3~dev-1) UNRELEASED; urgency=medium +frr (10.3-0) unstable; urgency=medium - * FRR 10.3 Development + * New upstream release FRR 10.3 - -- Jafar Al-Gharaibeh <jafar@atcorp.com> Thu, 10 Oct 2024 02:00:00 -0600 + -- Jafar Al-Gharaibeh <jafar@atcorp.com> Mon, 10 Mar 2025 02:00:00 -0600 + +frr (10.2-0) unstable; urgency=medium + + * New upstream release FRR 10.2 + + -- Jafar Al-Gharaibeh <jafar@atcorp.com> Tue, 12 Nov 2024 02:00:00 -0600 frr (10.1-0) unstable; urgency=medium diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index 4e0196d24a..24ca1b80fc 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -837,10 +837,41 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons %changelog -* Thu Oct 10 2024 Jafar Al-Gharaibeh <jafar@atcorp.com> - %{version} +* Mon Mar 10 2025 Jafar Al-Gharaibeh <jafar@atcorp.com> - %{version} -* Thu Oct 10 2024 Jafar Al-Gharaibeh <jafar@atcorp.com> - 10.3-dev -- FRR 10.3 Development +* Mon Mar 10 2025 Jafar Al-Gharaibeh <jafar@atcorp.com> - 10.3 +- Major highlights: +- Lua 5.4 support +- Fixed CVE-2024-55553 +- New match community-count BGP command to limit communities count +- New set metric igp|aigp BGP command to inject IGP metric as MED into BGP +- New bgp ipv6-auto-ra BGP command +- Optimize BGP EVPN L2VNI/L3VIN remote routes processing +- Respect non-transitive BGP extended communities between direct peers +- Drop deprecated bgp network import-check exact command +- Handle BGP ENHE (Extended Next Hop Encoding) capability via dynamic capability +- Implement BGP connect backoff retry +- Implement an ability to import BMP information from a separate BGP instance +- Add support of BGP color extended community color-only types +- Implement SBFD +- Add support for SRv6 static SIDs +- Implement embedded-rp for PIMv6 +- Implement AutoRP mapping-agent for PIM +- Implement MSDP peer SA limiting + +* Tue Nov 12 2024 Jafar Al-Gharaibeh <jafar@atcorp.com> - 10.2 +- Major highlights: +- PIM candidate BSR/RP [#16438] +- Static IGMP join without an IGMP report [1#6450] +- PIM AutoRP discovery/announcements [#16634] +- IGMP proxy [#16861] +- SRv6 SID Manager [#15604] +- Add `bgp ipv6-auto-ra` command [#16354] +- Implement `neighbor x remote-as auto` for BGP [#16345] +- Implement `bgp dual-as` for BGP [#16816] +- Implement BGP-wide configuration for graceful restart [#16099] +- Handle kernel routes appropriately (should fix recent NOPREFIXROUTE issue) [#16300] +- Add `cisco-authentication` password support for NHRP [#16172] * Fri Jul 26 2024 Jafar Al-Gharaibeh <jafar@atcorp.com> - 10.1 - Breaking changes |
