summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Winter <mwinter@opensourcerouting.org>2019-01-08 01:39:43 -0800
committerMartin Winter <mwinter@opensourcerouting.org>2019-01-08 01:39:43 -0800
commit6a18454bd8216779b9b747d051cae58696e8ecc4 (patch)
treea765dded21b960602dab9ba016834673afd1e6cf
parent2c85480e37709b01e236617de9b21ae150b4a61b (diff)
FRRouting Release 3.0.4frr-3.0.4stable/3.0
Changes since 3.0.3: - Security Issue (Denial of Service): Fix BGP Attribute 255 (experimental VNC) handling - ospfd: allow multiple options in the redistribute command Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
-rwxr-xr-xconfigure.ac2
-rw-r--r--debianpkg/changelog.in7
-rw-r--r--redhat/frr.spec.in9
3 files changed, 16 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a6f70253b3..c951784b24 100755
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@
##
AC_PREREQ(2.60)
-AC_INIT(frr, 3.0.3, [https://github.com/frrouting/frr/issues])
+AC_INIT(frr, 3.0.4, [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 b6b3d13849..f546378256 100644
--- a/debianpkg/changelog.in
+++ b/debianpkg/changelog.in
@@ -1,5 +1,12 @@
frr (@VERSION@) RELEASED; urgency=medium
+ * Security Issue (Denial of Service): Fix BGP Attribute 255 (experimental VNC) handling
+ * ospfd: allow multiple options in the redistribute command
+
+ -- FRRouting-Dev <dev@lists.frrouting.org> Tue, 8 Jan 2019 09:48:00 +0100
+
+frr (3.0.3-0) RELEASED; urgency=medium
+
* Added Ubuntu 17.10 Backport
* Fixes for GCC 7.0
* Always enable watchfrr on new installation (req for systemd operation)
diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in
index b37515abde..3e43a6c4fc 100644
--- a/redhat/frr.spec.in
+++ b/redhat/frr.spec.in
@@ -578,7 +578,14 @@ rm -rf %{buildroot}
%endif
%changelog
-* Tue Jan 9 2018 Martin Winter <mwinter@opensourcerouting.org> - %{version}
+%changelog
+* Tue Jan 8 2019 Martin Winter <mwinter@opensourcerouting.org> - %{version}
+- Security Issue (Denial of Service): Fix BGP Attribute 255 (experimental VNC)
+ handling
+- redhat: Fix missing lib_fpm in rpm packaging
+- ospfd: allow multiple options in the redistribute command
+
+* Tue Jan 9 2018 Martin Winter <mwinter@opensourcerouting.org> - 3.0.3
- Fixes for GCC 7.0
- Always enable watchfrr on new installation (req for systemd operation)
- Add 'no password' command (with warning)