Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 28 additions & 5 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,31 @@
frr (10.6.0-dev) UNRELEASED; urgency=medium

* FRR Development 10.6.0

-- Jafar Al-Gharaibeh <jafar@atcorp.com> Mon, 17 Nov 2025 02:00:00 -0600
frr (10.7.0~rc1-0) unstable; urgency=medium

* New upstream release candidate FRR 10.7.0-rc1
* Major highlights:
- BFD authentication with keychain support (cleartext, SHA-1, meticulous)
- BGP-LS SRv6 extensions (Capabilities, Locator, SID NLRI, Endpoint Behavior TLVs)
- BGP route-map based allowas-in for flexible AS-path loop control
- OSPFv2 RFC 4222 control-plane DSCP marking and BFD quick neighbor
- PIM IGMP proxy route-map and multicast-source-interface join filtering
- PIM dense-mode Assert on multi-access LAN and Auto-RP allow-rp support
- Static route per-route metric and nexthop ECMP weight support

-- Jafar Al-Gharaibeh <jafar@atcorp.com> Sun, 21 Jun 2026 02:00:00 -0600

frr (10.6.0-0) unstable; urgency=medium

* New upstream release FRR 10.6.0
* Major highlights:
- EVPN Graceful Restart support and EVPNv6/IPv6 VTEP improvements
- BGP labeled-unicast multiple MPLS labels support
- BGP software-version capability latest-encoding option
- BGP underlay-weight and nexthop-characteristic based ECMP weighting
- OSPFv2 forwarding-address-self command
- PIM/PIMv6 IGMP/MLD join filtering support
- 16-bit nexthop weight support and BFD LTTng tracing
- Packaging/build defaults moved to libyang3

-- Jafar Al-Gharaibeh <jafar@atcorp.com> Wed, 25 Mar 2026 02:00:00 -0600

frr (10.5.0-0) unstable; urgency=medium

Expand Down
26 changes: 23 additions & 3 deletions redhat/frr.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -849,10 +849,30 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons

%changelog

* Mon Nov 17 2025 Jafar Al-Gharaibeh <jafar@atcorp.com> - %{version}
* Sun Jun 21 2026 Jafar Al-Gharaibeh <jafar@atcorp.com> - %{version}

* Mon Nov 17 2025 Jafar Al-Gharaibeh <jafar@atcorp.com> 10.6.0-dev
- FRR Development 10.6.0
* Sun Jun 21 2026 Jafar Al-Gharaibeh <jafar@atcorp.com> 10.7.0-rc1
- New upstream release candidate FRR 10.7.0-rc1
- Major highlights:
- BFD authentication with keychain support (cleartext, SHA-1, meticulous)
- BGP-LS SRv6 extensions (Capabilities, Locator, SID NLRI, Endpoint Behavior TLVs)
- BGP route-map based allowas-in for flexible AS-path loop control
- OSPFv2 RFC 4222 control-plane DSCP marking and BFD quick neighbor
- PIM IGMP proxy route-map and multicast-source-interface join filtering
- PIM dense-mode Assert on multi-access LAN and Auto-RP allow-rp support
- Static route per-route metric and nexthop ECMP weight support

* Wed Mar 25 2026 Jafar Al-Gharaibeh <jafar@atcorp.com> 10.6.0
- New upstream release FRR 10.6.0
- Major highlights:
- EVPN Graceful Restart support and EVPNv6/IPv6 VTEP improvements
- BGP labeled-unicast multiple MPLS labels support
- BGP software-version capability latest-encoding option
- BGP underlay-weight and nexthop-characteristic based ECMP weighting
- OSPFv2 forwarding-address-self command
- PIM/PIMv6 IGMP/MLD join filtering support
- 16-bit nexthop weight support and BFD LTTng tracing
- Packaging/build defaults moved to libyang3

* Sun Nov 09 2025 Jafar Al-Gharaibeh <jafar@atcorp.com> 10.5.0
- New upstream release FRR 10.5.0
Expand Down
Loading