]> git.proxmox.com Git - mirror_frr.git/commitdiff
FRRouting Release 3.0.3 frr-3.0.3
authorMartin Winter <mwinter@opensourcerouting.org>
Tue, 9 Jan 2018 10:48:03 +0000 (02:48 -0800)
committerMartin Winter <mwinter@opensourcerouting.org>
Tue, 9 Jan 2018 10:52:15 +0000 (02:52 -0800)
This version of FRR contains these fixes since the last release:
1. Fixes for GCC 7.0
2. Always enable watchfrr on new installation (req for systemd operation)
3. Add 'no password' command (with warning)
4. Added backport for Ubuntu 17.10

Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
configure.ac
debianpkg/changelog.in
redhat/frr.spec.in

index e16a6e9d6ade02898da9e87e700b83fa2d59bd86..a6f70253b3360d4deaa8100ffb8dcffe67dc4354 100755 (executable)
@@ -7,7 +7,7 @@
 ##
 AC_PREREQ(2.60)
 
-AC_INIT(frr, 3.0.2, [https://github.com/frrouting/frr/issues])
+AC_INIT(frr, 3.0.3, [https://github.com/frrouting/frr/issues])
 PACKAGE_URL="https://frrouting.org/"
 PACKAGE_FULLNAME="FRRouting"
 AC_SUBST(PACKAGE_FULLNAME)
index 3b36f27c5642e1944add77047edf65fa734c8c7a..b6b3d13849f3072b1f88bb1c3a1879edbf56bf6b 100644 (file)
@@ -1,5 +1,14 @@
 frr (@VERSION@) RELEASED; urgency=medium
 
+  * Added Ubuntu 17.10 Backport
+  * Fixes for GCC 7.0
+  * Always enable watchfrr on new installation (req for systemd operation)
+  * Add 'no password' command (with warning)
+
+ -- FRRouting-Dev <dev@lists.frrouting.org>  Mon, 09 Jan 2018 02:30:00 -0800
+
+frr (3.0.2-0) RELEASED; urgency=medium
+
   * Added Debian 9 Backport
   * Packaging fixes
   * Fix for miss-handling of BGP attributes in an error situation
index 03a9981271d5df80b2bdcbd9233de09153d946c2..90a93d1d6265b1175553ff5e2b7b7233e624edc0 100644 (file)
@@ -572,7 +572,12 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
-* Tue Nov  7 2017 Martin Winter <mwinter@opensourcerouting.org> - %{version}
+* Tue Jan  9 2018 Martin Winter <mwinter@opensourcerouting.org> - %{version}
+- Fixes for GCC 7.0
+- Always enable watchfrr on new installation (req for systemd operation)
+- Add 'no password' command (with warning)
+
+* Tue Nov  7 2017 Martin Winter <mwinter@opensourcerouting.org> - 3.0.2
 - 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