]> git.proxmox.com Git - mirror_frr.git/commitdiff
FRRouting Release 6.0.1 frr-6.0.1
authorMartin Winter <mwinter@opensourcerouting.org>
Sat, 29 Dec 2018 12:27:16 +0000 (04:27 -0800)
committerMartin Winter <mwinter@opensourcerouting.org>
Sat, 29 Dec 2018 12:29:45 +0000 (04:29 -0800)
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>
configure.ac
redhat/frr.spec.in

index 7e07fabf8b5144742c1c3ec50b6dfaa42b0833c4..6faa3b6c454b5132d01a7ce732dd3e37b71b667c 100755 (executable)
@@ -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"
index 51ec7006dfe002e58b166590f673c66a9dd186ce..f533f9f4a96dbccfe6f25db0c2d64fcca7e2670a 100644 (file)
@@ -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