]> git.puffer.fish Git - mirror/frr.git/commitdiff
FRRouting Release 5.0 frr-5.0
authorMartin Winter <mwinter@opensourcerouting.org>
Fri, 8 Jun 2018 01:39:07 +0000 (18:39 -0700)
committerMartin Winter <mwinter@opensourcerouting.org>
Fri, 8 Jun 2018 01:39:07 +0000 (18:39 -0700)
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
configure.ac
debianpkg/changelog.in
redhat/frr.spec.in

index 689397e794b7700a3c6a401121ef429009d464bd..4d7c7827160d2a328a4c33d02df4e6ab778560d3 100755 (executable)
@@ -7,7 +7,7 @@
 ##
 AC_PREREQ(2.60)
 
-AC_INIT(frr, 5.0-dev, [https://github.com/frrouting/frr/issues])
+AC_INIT(frr, 5.0, [https://github.com/frrouting/frr/issues])
 PACKAGE_URL="https://frrouting.org/"
 AC_SUBST(PACKAGE_URL)
 PACKAGE_FULLNAME="FRRouting"
index 8f3f4753de78c9da8b1b8e33a213204af5c2526e..423c5e3235301f958af70c40b4bdd9ecc0d960e3 100644 (file)
@@ -1,5 +1,32 @@
 frr (@VERSION@) RELEASED; urgency=medium
 
+  * PIM: Add a Multicast Trace Command draft-ietf-idmr-traceroute-ipm-05
+  * IS-IS: Implement Three-Way Handshake as per RFC5303
+  * BGPD: Implement VPN-VRF route leaking per RFC4364.
+  * BGPD: Implement VRF with NETNS backend
+  * BGPD: Flowspec
+  * PBRD: Add a new Policy Based Routing Daemon
+
+ -- FRRouting-Dev <dev@lists.frrouting.org>  Thu,  7 Jun 2018 17:47:00 -0700
+
+frr (4.0-0) RELEASED; urgency=medium
+
+  * ISIS-MT - https://tools.ietf.org/html/rfc5120
+  * BGP - RPKI (RFC 6810)
+  * BGP - v4 labeled unicast as per RFC 3107
+  * BGP/Zebra - Type 2 and 3 EVPN with symmetric and asymmetric routing
+  * EIGRP - https://tools.ietf.org/html/rfc7868
+  * FRR - Tab completion for iface names, prefix-lists, route-maps, BGP peers
+  * BABEL - https://tools.ietf.org/html/rfc6126
+  * PIM VRF - Added the ability to work with VRF’s to PIM
+  * OSPFv2 VRF - Added the ability to work with VRF’s to OSPFv2
+  * OSPFv2 Experimental SR - draft-ietf-ospf-segment-routing-extensions-24
+  * ZEBRA - Add ability to create a static route that leaks across VRF’s.
+
+ -- FRRouting-Dev <dev@lists.frrouting.org>  Sun, 11 Mar 2018 17:22:20 -0700
+
+frr (3.0.3-1) RELEASED; urgency=medium
+
   * New Enabled: PIM draft Unnumbered
 
  -- FRRouting-Dev <dev@lists.frrouting.org>  Wed, 18 Oct 2017 17:01:42 -0700
index d41c446281a7e7d133c9b572e38a4d9646dd4d60..3b6e0884de463fc4fb8a506841e6e99d768f94a4 100644 (file)
@@ -641,9 +641,30 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
-* Sun May 20 2018 Martin Winter <mwinter@opensourcerouting.org> - %{version}
+* Thu Jun  7 2018 Martin Winter <mwinter@opensourcerouting.org> - %{version}
+- PIM: Add a Multicast Trace Command draft-ietf-idmr-traceroute-ipm-05
+- IS-IS: Implement Three-Way Handshake as per RFC5303
+- BGPD: Implement VPN-VRF route leaking per RFC4364.
+- BGPD: Implement VRF with NETNS backend
+- BGPD: Flowspec
+- PBRD: Add a new Policy Based Routing Daemon
+
+* Sun May 20 2018 Martin Winter <mwinter@opensourcerouting.org> - 4.0.1
 - Fixed RPKI RPM build
 
+* Sun Mar 11 2018 Martin Winter <mwinter@opensourcerouting.org> - 4.0
+- ISIS-MT - https://tools.ietf.org/html/rfc5120
+- BGP - RPKI (RFC 6810)
+- BGP - v4 labeled unicast as per RFC 3107
+- BGP/Zebra - Type 2 and 3 EVPN with symmetric and asymmetric routing
+- EIGRP - https://tools.ietf.org/html/rfc7868
+- FRR - Tab completion for iface names, prefix-lists, route-maps, BGP peers
+- BABEL - https://tools.ietf.org/html/rfc6126
+- PIM VRF - Added the ability to work with VRF’s to PIM
+- OSPFv2 VRF - Added the ability to work with VRF’s to OSPFv2
+- OSPFv2 Experimental SR - draft-ietf-ospf-segment-routing-extensions-24
+- ZEBRA - Add ability to create a static route that leaks across VRF’s.
+
 * Sun Mar  4 2018 Martin Winter <mwinter@opensourcerouting.org>
 - Add option to build with RPKI (default: disabled)