Skip to content

Commit 9bc4d9e

Browse files
authored
Merge pull request FRRouting#14559 from opensourcerouting/feature/update_dev_versions_for_packages
packaging: Increase development version for debian/redhat stuff
2 parents e922771 + bdbb288 commit 9bc4d9e

File tree

2 files changed

+36
-4
lines changed

2 files changed

+36
-4
lines changed

debian/changelog

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
1-
frr (9.1~dev-1) UNRELEASED; urgency=medium
1+
frr (9.2~dev-1) UNRELEASED; urgency=medium
22

3-
* FRR Dev 9.1
3+
* FRR Dev 9.2
4+
5+
-- Donatas Abraitis <[email protected]> Tue, 10 Oct 2023 12:00:00 -0600
6+
7+
frr (9.1-0) UNRELEASED; urgency=medium
8+
9+
* New upstream release FRR 9.1
410

511
-- Jafar Al-Gharaibeh <[email protected]> Tue, 06 Jun 2023 12:00:00 -0600
612

13+
frr (9.0-0) unstable; urgency=medium
14+
15+
* New upstream release FRR 9.0
16+
17+
-- Jafar Al-Gharaibeh <[email protected]> Wed, 26 Jul 2023 02:00:00 -0600
18+
719
frr (8.5-0) unstable; urgency=medium
820

921
* New upstream release FRR 8.5

redhat/frr.spec.in

+22-2
Original file line numberDiff line numberDiff line change
@@ -799,9 +799,29 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons
799799

800800
%changelog
801801

802-
* Tue Jun 06 2023 Martin Winter <mwinter@opensourcerouting.org> - %{version}
802+
* Tue Oct 10 2023 Donatas Abraitis <donatas@opensourcerouting.org> - %{version}
803803

804-
* Tue Jun 06 2023 Jafar Al-Gharaibeh <[email protected]> - 9.0
804+
* Tue Oct 10 2023 Donatas Abraitis <[email protected]> - 9.1
805+
806+
* Wed Jul 26 2023 Jafar Al-Gharaibeh <[email protected]> - 9.0
807+
- Major Highlights:
808+
- Introduce `mgmtd` daemon
809+
- Add BGP `neighbor path-attribute treat-as-withdraw` command
810+
- Add BGP ASN dot notation support (RFC 5396)
811+
- Add BGP Software Version capability
812+
- Allow BGP peering via 127.0.0.0/8
813+
- Deprecate BGP `internet` community - this is the Cisco-specific community, which is never been RFC-defined and confusing
814+
- Implement `match source-protocol` for BGP route maps
815+
- Implement BGP Node Target extended communities (draft-ietf-idr-node-target-ext-comm)
816+
- Implement Flex-Algo for SR-MPLS (RFC 9350)
817+
- Add support for IS-IS `advertise-passive-only`
818+
- Add IS-IS `affinity-map` support
819+
- Add the `graceful-restart hello-delay` OSPFv2/OSPFv3 command
820+
- Add the `ipv6 mld join` PIMv6 command
821+
- Add `allow-ecmp x` RIP/RIPng Command
822+
- Add BFD support for RIP
823+
- For a full list of new features and bug fixes, please refer to:
824+
- https://frrouting.org/release/
805825

806826
* Fri Mar 10 2023 Jafar Al-Gharaibeh <[email protected]> - 8.5
807827
- Major Highlights:

0 commit comments

Comments
 (0)