diff options
| author | Martin Winter <mwinter@opensourcerouting.org> | 2017-11-07 13:16:57 -0800 | 
|---|---|---|
| committer | Martin Winter <mwinter@opensourcerouting.org> | 2017-11-07 13:16:57 -0800 | 
| commit | 36a7e7812aa61c90cb552778708d13898b1d9d4c (patch) | |
| tree | 7709cf6e603c5502169b8a7848340853eb55ac51 | |
| parent | da519638f5cc5918766824812d52ba0d969dbf41 (diff) | |
FRR Release 2.0.2frr-2.0.2stable/2.0
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 <mwinter@opensourcerouting.org>
| -rwxr-xr-x | configure.ac | 2 | ||||
| -rw-r--r-- | debianpkg/changelog.in | 8 | ||||
| -rw-r--r-- | 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 <dev@lists.frrouting.org>  Tue,  7 Nov 2017 10:37:00 -0700 + +frr (2.0.0) RELEASED; urgency=medium +    * Switchover to FRR   -- FRRouting-Dev <dev@lists.frrouting.org>  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 <mwinter@opensourcerouting.org> - %{version} +* Tue Nov  7 2017 Martin Winter <mwinter@opensourcerouting.org> - %{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 <mwinter@opensourcerouting.org>   - 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   | 
