]> git.puffer.fish Git - mirror/frr.git/commitdiff
debian, redhat: updating changelog for new release
authorJafar Al-Gharaibeh <jafar@atcorp.com>
Mon, 10 Mar 2025 04:08:40 +0000 (23:08 -0500)
committerJafar Al-Gharaibeh <jafar@atcorp.com>
Mon, 10 Mar 2025 04:08:40 +0000 (23:08 -0500)
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
debian/changelog
redhat/frr.spec.in

index 9917b5bcb5fe68e90d6c0249c2be769b2a7b00fa..d150fffbdfea663883135086717b532989968aa3 100644 (file)
@@ -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
 
index 4e0196d24acb9e04de00c5bebbbbbfabea95c9a4..24ca1b80fcc5101f1ffbc47aea1330226d6ffa62 100644 (file)
@@ -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