]> git.puffer.fish Git - matthieu/frr.git/commitdiff
FRR Release 2.0.2 stable/2.0 frr-2.0.2
authorMartin Winter <mwinter@opensourcerouting.org>
Tue, 7 Nov 2017 21:16:57 +0000 (13:16 -0800)
committerMartin Winter <mwinter@opensourcerouting.org>
Tue, 7 Nov 2017 21:16:57 +0000 (13:16 -0800)
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>
configure.ac
debianpkg/changelog.in
redhat/frr.spec.in

index beb87a69c232f45bd4a069ae64f54d551e2eb13a..42213dd35eb2c74a7a557ca339a56b1897409c76 100755 (executable)
@@ -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)
index 105ce2ab99c1b56fce9d66ef706e5cbcf4945a5b..e565cca0a6ef5483ecfb680186c311818827f5f3 100644 (file)
@@ -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
index 8d82d2df1f87137f8c9b14a24c4ef0c2b171842a..183e8d00bc29ca4e68998d9ec7e588c220cf600e 100644 (file)
@@ -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