summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Winter <mwinter@opensourcerouting.org>2017-11-07 16:25:34 -0800
committerMartin Winter <mwinter@opensourcerouting.org>2017-11-07 16:25:34 -0800
commit30283fd991d34517b5fb08ea9f6b65e68432af55 (patch)
treefc43a3996619a51e234b485a44316d79f864133a
parentd4c58314afd833db0d0a850fe2cfbb5a45358e13 (diff)
FRRouting Release 3.0.2frr-3.0.2
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>
-rwxr-xr-xconfigure.ac2
-rw-r--r--debianpkg/changelog.in6
-rw-r--r--redhat/frr.spec.in10
3 files changed, 16 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c0f3cb7396..e16a6e9d6a 100755
--- a/configure.ac
+++ b/configure.ac
@@ -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)
diff --git a/debianpkg/changelog.in b/debianpkg/changelog.in
index f2f1ca78a5..3b36f27c56 100644
--- a/debianpkg/changelog.in
+++ b/debianpkg/changelog.in
@@ -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
diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in
index 25e7398989..03a9981271 100644
--- a/redhat/frr.spec.in
+++ b/redhat/frr.spec.in
@@ -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