From 85f25d8214cb35cebda6338ac5118459129449b3 Mon Sep 17 00:00:00 2001 From: Martin Winter Date: Thu, 5 Jul 2018 00:40:17 -0700 Subject: [PATCH] FRRouting Release 5.0.1 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 --- configure.ac | 2 +- debianpkg/changelog.in | 17 +++++++++++++++++ redhat/frr.spec.in | 15 ++++++++++++++- 3 files changed, 32 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 4d7c782716..ca7e945275 100755 --- a/configure.ac +++ b/configure.ac @@ -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" diff --git a/debianpkg/changelog.in b/debianpkg/changelog.in index 423c5e3235..8aec43dc10 100644 --- a/debianpkg/changelog.in +++ b/debianpkg/changelog.in @@ -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 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. diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index 3b6e0884de..a46898d829 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -641,7 +641,20 @@ rm -rf %{buildroot} %endif %changelog -* Thu Jun 7 2018 Martin Winter - %{version} +* Thu Jul 5 2018 Martin Winter - %{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 - 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. -- 2.39.5