]> git.proxmox.com Git - mirror_frr.git/commitdiff
FRRouting Release 3.0.2 frr-3.0.2
authorMartin Winter <mwinter@opensourcerouting.org>
Wed, 8 Nov 2017 00:25:34 +0000 (16:25 -0800)
committerMartin Winter <mwinter@opensourcerouting.org>
Wed, 8 Nov 2017 00:25:34 +0000 (16:25 -0800)
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 <mwinter@opensourcerouting.org>
configure.ac
debianpkg/changelog.in
redhat/frr.spec.in

index c0f3cb739680da1bcea3f8e0951476e1fc15d52c..e16a6e9d6ade02898da9e87e700b83fa2d59bd86 100755 (executable)
@@ -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)
index f2f1ca78a581a863d132abe023e16da96f185e59..3b36f27c5642e1944add77047edf65fa734c8c7a 100644 (file)
@@ -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 <dev@lists.frrouting.org>  Mon, 16 Oct 2017 03:28:00 -0700
 
index 25e73989893fbd922546cf0039c3b349f9569071..03a9981271d5df80b2bdcbd9233de09153d946c2 100644 (file)
@@ -572,7 +572,15 @@ 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}
+- 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 <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