Skip to content

Commit 5dff4ec

Browse files
committed
FRRouting Release 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>
1 parent 887564b commit 5dff4ec

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
##
88
AC_PREREQ(2.60)
99

10-
AC_INIT(frr, 3.0.2, [https://github.com/frrouting/frr/issues])
10+
AC_INIT(frr, 3.0.3, [https://github.com/frrouting/frr/issues])
1111
PACKAGE_URL="https://frrouting.org/"
1212
PACKAGE_FULLNAME="FRRouting"
1313
AC_SUBST(PACKAGE_FULLNAME)

debianpkg/changelog.in

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
frr (@VERSION@) RELEASED; urgency=medium
22

3+
* Added Ubuntu 17.10 Backport
4+
* Fixes for GCC 7.0
5+
* Always enable watchfrr on new installation (req for systemd operation)
6+
* Add 'no password' command (with warning)
7+
8+
-- FRRouting-Dev <dev@lists.frrouting.org> Mon, 09 Jan 2018 02:30:00 -0800
9+
10+
frr (3.0.2-0) RELEASED; urgency=medium
11+
312
* Added Debian 9 Backport
413
* Packaging fixes
514
* Fix for miss-handling of BGP attributes in an error situation

redhat/frr.spec.in

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,12 @@ rm -rf %{buildroot}
572572
%endif
573573

574574
%changelog
575-
* Tue Nov 7 2017 Martin Winter <mwinter@opensourcerouting.org> - %{version}
575+
* Tue Jan 9 2018 Martin Winter <mwinter@opensourcerouting.org> - %{version}
576+
- Fixes for GCC 7.0
577+
- Always enable watchfrr on new installation (req for systemd operation)
578+
- Add 'no password' command (with warning)
579+
580+
* Tue Nov 7 2017 Martin Winter <mwinter@opensourcerouting.org> - 3.0.2
576581
- Packaging fixes
577582
- Fix for miss-handling of BGP attributes in an error situation
578583
- Fix for reading in of a nexthop as part of set ip nexthop ... command

0 commit comments

Comments
 (0)