From 30283fd991d34517b5fb08ea9f6b65e68432af55 Mon Sep 17 00:00:00 2001 From: Martin Winter Date: Tue, 7 Nov 2017 16:25:34 -0800 Subject: [PATCH] FRRouting Release 3.0.2 This version of FRR contains these fixes since the last release: 1. Some improved packaging fixes 2. Fix for miss-handling of BGP attributes in an error situation. 3. Fix for reading in of a nexthop as part of set ip nexthop ... command. 4. Fix for a memory leak in ISIS. 5. Check for per-peer outbound configuration, in addition to the peer-group config. 6. Enable '-S' usage for BGP. (Re-Release of 3.0.1 which missed some version number and changelog updates) Signed-off-by: Martin Winter --- configure.ac | 2 +- debianpkg/changelog.in | 6 ++++++ redhat/frr.spec.in | 10 +++++++++- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index c0f3cb7396..e16a6e9d6a 100755 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ ## AC_PREREQ(2.60) -AC_INIT(frr, 3.0, [https://github.com/frrouting/frr/issues]) +AC_INIT(frr, 3.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 f2f1ca78a5..3b36f27c56 100644 --- a/debianpkg/changelog.in +++ b/debianpkg/changelog.in @@ -1,6 +1,12 @@ frr (@VERSION@) RELEASED; urgency=medium * Added Debian 9 Backport + * Packaging fixes + * Fix for miss-handling of BGP attributes in an error situation + * Fix for reading in of a nexthop as part of set ip nexthop ... command + * Fix for a memory leak in ISIS + * Check for per-peer outbound config in addition to the peer-group config + * Enable '-S' usage for BGP -- FRRouting-Dev Mon, 16 Oct 2017 03:28:00 -0700 diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index 25e7398989..03a9981271 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -572,7 +572,15 @@ rm -rf %{buildroot} %endif %changelog -* Fri Oct 20 2017 Martin Winter - %{version} +* Tue Nov 7 2017 Martin Winter - %{version} +- Packaging fixes +- Fix for miss-handling of BGP attributes in an error situation +- Fix for reading in of a nexthop as part of set ip nexthop ... command +- Fix for a memory leak in ISIS +- Check for per-peer outbound config in addition to the peer-group config +- Enable '-S' usage for BGP. + +* 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