From 36a7e7812aa61c90cb552778708d13898b1d9d4c Mon Sep 17 00:00:00 2001 From: Martin Winter Date: Tue, 7 Nov 2017 13:16:57 -0800 Subject: [PATCH] FRR Release 2.0.2 This version of FRR contains these fixes since the last release: 1. Improved Packaging for debian related builds. 2. Fix for a invalid AS-PATH length in BGP. 3. Fix for miss-handling of BGP attributes in an error situation. (Re-Release of 2.0.1 which missed some version number and changelog updates) Signed-off-by: Martin Winter --- configure.ac | 2 +- debianpkg/changelog.in | 8 ++++++++ redhat/frr.spec.in | 7 ++++++- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index beb87a69c2..42213dd35e 100755 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ ## AC_PREREQ(2.60) -AC_INIT(frr, 2.0, [https://github.com/frrouting/frr/issues]) +AC_INIT(frr, 2.0.2, [https://github.com/frrouting/frr/issues]) PACKAGE_URL="https://frrouting.org/" PACKAGE_FULLNAME="FRRouting" AC_SUBST(PACKAGE_FULLNAME) diff --git a/debianpkg/changelog.in b/debianpkg/changelog.in index 105ce2ab99..e565cca0a6 100644 --- a/debianpkg/changelog.in +++ b/debianpkg/changelog.in @@ -1,5 +1,13 @@ frr (@VERSION@) RELEASED; urgency=medium + * Improved Packaging for debian related builds + * Fix for a invalid AS-PATH length in BGP + * Fix for miss-handling of BGP attributes in an error situation + + -- FRRouting-Dev Tue, 7 Nov 2017 10:37:00 -0700 + +frr (2.0.0) RELEASED; urgency=medium + * Switchover to FRR -- FRRouting-Dev Mon, 23 Jan 2017 16:30:22 -0400 diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index 8d82d2df1f..183e8d00bc 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -556,7 +556,12 @@ rm -rf %{buildroot} %endif %changelog -* Fri Oct 20 2017 Martin Winter - %{version} +* Tue Nov 7 2017 Martin Winter - %{version} +- Improved Packaging for debian related builds +- Fix for a invalid AS-PATH length in BGP +- Fix for miss-handling of BGP attributes in an error situation + +* Fri Oct 20 2017 Martin Winter - Fix script location for watchfrr restart functions in daemon config - Fix postun script to restart frr during upgrade - Add posttrans script to fix missing restart in postun script from 2.0 rpm -- 2.39.5