Skip to content

Commit

Permalink
FRRouting Release 3.0.3
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mwinter-osr committed Jan 9, 2018
1 parent 887564b commit 5dff4ec
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
9 changes: 9 additions & 0 deletions debianpkg/changelog.in
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 6 additions & 1 deletion redhat/frr.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5dff4ec

Please sign in to comment.