]> git.proxmox.com Git - mirror_frr.git/commitdiff
FRRouting Release 5.0.1 frr-5.0.1
authorMartin Winter <mwinter@opensourcerouting.org>
Thu, 5 Jul 2018 07:40:17 +0000 (00:40 -0700)
committerMartin Winter <mwinter@opensourcerouting.org>
Thu, 5 Jul 2018 07:40:17 +0000 (00:40 -0700)
Changes since 5.0:
- Support Automake 1.16.1
- BGPd: Support for flowspec ICMP, DSCP, packet length, fragment and tcp flags
- BGPd: fix rpki validation for ipv6
- VRF: Workaround for kernel bug on Linux 4.14 and newer
- Zebra: Fix interface based routes from zebra not marked up
- Zebra: Fix large zebra memory usage when redistribute between protocols
- Zebra: Allow route-maps to match on source instance
- BGPd: Backport peer-attr overrides, peer-level enforce-first-as and filtered-routes fix
- BGPd: fix for crash during display of filtered-routes
- BGPd: Actually display labeled unicast routes received
- Label Manager: Fix to work correctly behind a label manager proxy
- Debian Package: Fix build dependency for install-info

Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
configure.ac
debianpkg/changelog.in
redhat/frr.spec.in

index 4d7c7827160d2a328a4c33d02df4e6ab778560d3..ca7e945275723d950cfb67e0cfa419f5721c8018 100755 (executable)
@@ -7,7 +7,7 @@
 ##
 AC_PREREQ(2.60)
 
-AC_INIT(frr, 5.0, [https://github.com/frrouting/frr/issues])
+AC_INIT(frr, 5.0.1, [https://github.com/frrouting/frr/issues])
 PACKAGE_URL="https://frrouting.org/"
 AC_SUBST(PACKAGE_URL)
 PACKAGE_FULLNAME="FRRouting"
index 423c5e3235301f958af70c40b4bdd9ecc0d960e3..8aec43dc10a20a2c2b01f02795d56656435e1f5a 100644 (file)
@@ -1,5 +1,22 @@
 frr (@VERSION@) RELEASED; urgency=medium
 
+  * Support Automake 1.16.1
+  * BGPd: Support for flowspec ICMP, DSCP, packet length, fragment and tcp flags
+  * BGPd: fix rpki validation for ipv6
+  * VRF: Workaround for kernel bug on Linux 4.14 and newer
+  * Zebra: Fix interface based routes from zebra not marked up
+  * Zebra: Fix large zebra memory usage when redistribute between protocols
+  * Zebra: Allow route-maps to match on source instance
+  * BGPd: Backport peer-attr overrides, peer-level enforce-first-as and filtered-routes fix
+  * BGPd: fix for crash during display of filtered-routes
+  * BGPd: Actually display labeled unicast routes received
+  * Label Manager: Fix to work correctly behind a label manager proxy
+  * Debian Pkg: Fix build dependency for install-info
+
+ -- FRRouting-Dev <dev@lists.frrouting.org>  Thu,  5 Jul 2018 00:38:00 -0700
+
+frr (5.0-0) 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.
index 3b6e0884de463fc4fb8a506841e6e99d768f94a4..a46898d8294d699f07d253fcc19f4862c8a1cfcc 100644 (file)
@@ -641,7 +641,20 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
-* Thu Jun  7 2018 Martin Winter <mwinter@opensourcerouting.org> - %{version}
+* Thu Jul  5 2018 Martin Winter <mwinter@opensourcerouting.org> - %{version}
+- Support Automake 1.16.1
+- BGPd: Support for flowspec ICMP, DSCP, packet length, fragment and tcp flags
+- BGPd: fix rpki validation for ipv6
+- VRF: Workaround for kernel bug on Linux 4.14 and newer
+- Zebra: Fix interface based routes from zebra not marked up
+- Zebra: Fix large zebra memory usage when redistribute between protocols
+- Zebra: Allow route-maps to match on source instance
+- BGPd: Backport peer-attr overrides, peer-level enforce-first-as and filtered-routes fix
+- BGPd: fix for crash during display of filtered-routes
+- BGPd: Actually display labeled unicast routes received
+- Label Manager: Fix to work correctly behind a label manager proxy
+
+* Thu Jun  7 2018 Martin Winter <mwinter@opensourcerouting.org> - 5.0
 - 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.