summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2023-10-11 11:34:57 -0400
committerGitHub <noreply@github.com>2023-10-11 11:34:57 -0400
commit9bc4d9eaec92589deda092bd867054e25e64be3f (patch)
tree7974d7b7f55c5c2ac24d85e238206dc80821082c
parente9227719ea561d5a79d654b9b6d70cbd9420aa89 (diff)
parentbdbb28868a194424e2b90f75ab7ffd3cd5bb6529 (diff)
Merge pull request #14559 from opensourcerouting/feature/update_dev_versions_for_packages
packaging: Increase development version for debian/redhat stuff
-rw-r--r--debian/changelog16
-rw-r--r--redhat/frr.spec.in24
2 files changed, 36 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 5c0429d69d..a11e0e2bbc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,21 @@
-frr (9.1~dev-1) UNRELEASED; urgency=medium
+frr (9.2~dev-1) UNRELEASED; urgency=medium
- * FRR Dev 9.1
+ * FRR Dev 9.2
+
+ -- Donatas Abraitis <donatas@opensourcerouting.org> Tue, 10 Oct 2023 12:00:00 -0600
+
+frr (9.1-0) UNRELEASED; urgency=medium
+
+ * New upstream release FRR 9.1
-- Jafar Al-Gharaibeh <jafar@atcorp.com> Tue, 06 Jun 2023 12:00:00 -0600
+frr (9.0-0) unstable; urgency=medium
+
+ * New upstream release FRR 9.0
+
+ -- Jafar Al-Gharaibeh <jafar@atcorp.com> Wed, 26 Jul 2023 02:00:00 -0600
+
frr (8.5-0) unstable; urgency=medium
* New upstream release FRR 8.5
diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in
index c7fd7e625a..9351283b10 100644
--- a/redhat/frr.spec.in
+++ b/redhat/frr.spec.in
@@ -799,9 +799,29 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons
%changelog
-* Tue Jun 06 2023 Martin Winter <mwinter@opensourcerouting.org> - %{version}
+* Tue Oct 10 2023 Donatas Abraitis <donatas@opensourcerouting.org> - %{version}
-* Tue Jun 06 2023 Jafar Al-Gharaibeh <jafar@atcorp.com> - 9.0
+* Tue Oct 10 2023 Donatas Abraitis <donatas@opensourcerouting.org> - 9.1
+
+* Wed Jul 26 2023 Jafar Al-Gharaibeh <jafar@atcorp.com> - 9.0
+- Major Highlights:
+- Introduce `mgmtd` daemon
+- Add BGP `neighbor path-attribute treat-as-withdraw` command
+- Add BGP ASN dot notation support (RFC 5396)
+- Add BGP Software Version capability
+- Allow BGP peering via 127.0.0.0/8
+- Deprecate BGP `internet` community - this is the Cisco-specific community, which is never been RFC-defined and confusing
+- Implement `match source-protocol` for BGP route maps
+- Implement BGP Node Target extended communities (draft-ietf-idr-node-target-ext-comm)
+- Implement Flex-Algo for SR-MPLS (RFC 9350)
+- Add support for IS-IS `advertise-passive-only`
+- Add IS-IS `affinity-map` support
+- Add the `graceful-restart hello-delay` OSPFv2/OSPFv3 command
+- Add the `ipv6 mld join` PIMv6 command
+- Add `allow-ecmp x` RIP/RIPng Command
+- Add BFD support for RIP
+- For a full list of new features and bug fixes, please refer to:
+- https://frrouting.org/release/
* Fri Mar 10 2023 Jafar Al-Gharaibeh <jafar@atcorp.com> - 8.5
- Major Highlights: