summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Winter <mwinter@opensourcerouting.org>2018-01-09 02:48:03 -0800
committerMartin Winter <mwinter@opensourcerouting.org>2018-01-09 02:52:15 -0800
commit5dff4ecb935149a3aa9adbc90ab2879337402da1 (patch)
treeb151e5ea12c156bef95e094d41b483de49cc5a54
parent887564b913e84f8ff18027d00728bce6f80dd7c1 (diff)
FRRouting Release 3.0.3frr-3.0.3
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>
-rwxr-xr-xconfigure.ac2
-rw-r--r--debianpkg/changelog.in9
-rw-r--r--redhat/frr.spec.in7
3 files changed, 16 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e16a6e9d6a..a6f70253b3 100755
--- a/configure.ac
+++ b/configure.ac
@@ -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)
diff --git a/debianpkg/changelog.in b/debianpkg/changelog.in
index 3b36f27c56..b6b3d13849 100644
--- a/debianpkg/changelog.in
+++ b/debianpkg/changelog.in
@@ -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
diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in
index 03a9981271..90a93d1d62 100644
--- a/redhat/frr.spec.in
+++ b/redhat/frr.spec.in
@@ -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