File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 77# #
88AC_PREREQ ( 2.60 )
99
10- AC_INIT ( frr , 3.0.3 , [ https://github.com/frrouting/frr/issues] )
10+ AC_INIT ( frr , 3.0.4 , [ https://github.com/frrouting/frr/issues] )
1111PACKAGE_URL="https://frrouting.org/"
1212PACKAGE_FULLNAME="FRRouting"
1313AC_SUBST ( PACKAGE_FULLNAME )
Original file line number Diff line number Diff line change 11frr (@VERSION@) RELEASED; urgency=medium
22
3+ * Security Issue (Denial of Service): Fix BGP Attribute 255 (experimental VNC) handling
4+ * ospfd: allow multiple options in the redistribute command
5+
6+ -- FRRouting-Dev <dev@lists.frrouting.org> Tue, 8 Jan 2019 09:48:00 +0100
7+
8+ frr (3.0.3-0) RELEASED; urgency=medium
9+
310 * Added Ubuntu 17.10 Backport
411 * Fixes for GCC 7.0
512 * Always enable watchfrr on new installation (req for systemd operation)
Original file line number Diff line number Diff line change @@ -578,7 +578,14 @@ rm -rf %{buildroot}
578578%endif
579579
580580%changelog
581- * Tue Jan 9 2018 Martin Winter <mwinter@opensourcerouting.org> - %{version}
581+ %changelog
582+ * Tue Jan 8 2019 Martin Winter <mwinter@opensourcerouting.org> - %{version}
583+ - Security Issue (Denial of Service): Fix BGP Attribute 255 (experimental VNC)
584+ handling
585+ - redhat: Fix missing lib_fpm in rpm packaging
586+ - ospfd: allow multiple options in the redistribute command
587+
588+ * Tue Jan 9 2018 Martin Winter <mwinter@opensourcerouting.org> - 3.0.3
582589- Fixes for GCC 7.0
583590- Always enable watchfrr on new installation (req for systemd operation)
584591- Add 'no password' command (with warning)
You can’t perform that action at this time.
0 commit comments