diff options
| author | Martin Winter <mwinter@opensourcerouting.org> | 2018-12-29 04:27:16 -0800 | 
|---|---|---|
| committer | Martin Winter <mwinter@opensourcerouting.org> | 2018-12-29 04:29:45 -0800 | 
| commit | 5120b706e713d695a411c21c41fd3ff05f7f66aa (patch) | |
| tree | 7710601edcf4bbf1a359f9451ddb8a3df6f115a9 | |
| parent | 9378b564816717b77799fc81894a1650bc5912b2 (diff) | |
FRRouting Release 6.0.1frr-6.0.1
This is a maintenance release. Main change is the Debian Package format
which is cleaned up as part of getting into the official Debian Packages
Major Changes since 6.0:
- New Debian Package structure without backports
- Fix Memory Leak on FreeBSD
- Fix BGP unnumbered peer setup
- Various fixes for label manager
- Various other fixes
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
| -rwxr-xr-x | configure.ac | 2 | ||||
| -rw-r--r-- | redhat/frr.spec.in | 7 | 
2 files changed, 7 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 7e07fabf8b..6faa3b6c45 100755 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@  ##  AC_PREREQ(2.60) -AC_INIT(frr, 6.0, [https://github.com/frrouting/frr/issues]) +AC_INIT(frr, 6.0.1, [https://github.com/frrouting/frr/issues])  PACKAGE_URL="https://frrouting.org/"  AC_SUBST(PACKAGE_URL)  PACKAGE_FULLNAME="FRRouting" diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index 51ec7006df..f533f9f4a9 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -663,7 +663,12 @@ fi  %changelog -* Sun Oct  7 2018 Martin Winter <mwinter@opensourcerouting.org> - %{version} +* Sat Dec 29 2018 Martin Winter <mwinter@opensourcerouting.org> - %{version} +- Various fixes for label manager +- Fix BGP unnumbered peer setup +- Various other fixes + +* Sun Oct  7 2018 Martin Winter <mwinter@opensourcerouting.org> - 6.0  - Staticd: New daemon responsible for management of static routes  - ISISd: Implement dst-src routing as per draft-ietf-isis-ipv6-dst-src-routing  - BFDd: new daemon for BFD (Bidrectional Forwarding Detection). Responsiblei  | 
