]> git.puffer.fish Git - matthieu/frr.git/commitdiff
FRRouting Release 4.0.1 stable/4.0 frr-4.0.1
authorMartin Winter <mwinter@opensourcerouting.org>
Tue, 8 Jan 2019 09:30:08 +0000 (01:30 -0800)
committerMartin Winter <mwinter@opensourcerouting.org>
Tue, 8 Jan 2019 09:30:08 +0000 (01:30 -0800)
Changes since 4.0:
  - Security Issue (Denial of Service): Fix BGP Attribute 255 (experimental
    VNC) handling
  - Fix for large AS paths
  - Add json support to "show ip route" command
  - bgpd: fix rpki segfault
  - bgpd: fix rpki validation for ipv6
  - Fix for crash with p2p interfaces on *BSD
  - Fix for crash with some IPv6 tunnels
  - Run WatchFRR by default on systems with systemd
  - isisd: Fixed the way isis reads from bpf
  - Add backport to build FRR on Sonic Debian

Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
configure.ac
debianpkg/changelog.in
redhat/frr.spec.in

index 196830a032f6a2cd8c4c88d6639dcd891b1fdd33..688b903b0213fae44206f754af76dbfe3265a152 100755 (executable)
@@ -7,7 +7,7 @@
 ##
 AC_PREREQ(2.60)
 
-AC_INIT(frr, 4.0, [https://github.com/frrouting/frr/issues])
+AC_INIT(frr, 4.0.1, [https://github.com/frrouting/frr/issues])
 PACKAGE_URL="https://frrouting.org/"
 AC_SUBST(PACKAGE_URL)
 PACKAGE_FULLNAME="FRRouting"
index fdea8ca2f1629bb567684c6e07c986e9bd302552..9c45edb9e994ab1fb67c6d7cff6ffc201d8cb53d 100644 (file)
@@ -1,5 +1,20 @@
 frr (@VERSION@) RELEASED; urgency=medium
 
+  * Security Issue (Denial of Service): Fix BGP Attribute 255 (experimental VNC) handling
+  * Fix for large AS paths
+  * Add json support to "show ip route" command
+  * bgpd: fix rpki segfault
+  * bgpd: fix rpki validation for ipv6
+  * Fix for crash with p2p interfaces on *BSD
+  * Fix for crash with some IPv6 tunnels
+  * Run WatchFRR by default on systems with systemd
+  * isisd: Fixed the way isis reads from bpf
+  * Add backport to build FRR on Sonic Debian
+
+ -- FRRouting-Dev <dev@lists.frrouting.org>  Tue,  8 Jan 2019 09:48:00 +0100
+
+frr (4.0-1) RELEASED; urgency=medium
+
   * ISIS-MT - https://tools.ietf.org/html/rfc5120
   * BGP - RPKI (RFC 6810)
   * BGP - v4 labeled unicast as per RFC 3107
index ecf5f63dffa3347bda7031f2ae95daf8a01e40b8..2a613229a90e4a8ae5153241a2f8214a4de9cdd2 100644 (file)
@@ -621,7 +621,19 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
-* Sun May 20 2018 Martin Winter <mwinter@opensourcerouting.org> - %{version}
+* Tue Jan  8 2019 Martin Winter <mwinter@opensourcerouting.org> - %{version}
+- Security Issue (Denial of Service): Fix BGP Attribute 255 (experimental VNC)
+  handling
+- Fix for large AS paths
+- Add json support to "show ip route" command
+- bgpd: fix rpki segfault
+- bgpd: fix rpki validation for ipv6
+- Fix for crash with p2p interfaces on *BSD
+- Fix for crash with some IPv6 tunnels
+- Run WatchFRR by default on systems with systemd
+- isisd: Fixed the way isis reads from bpf
+
+* Sun May 20 2018 Martin Winter <mwinter@opensourcerouting.org> - 4.0
 - Fixed RPKI RPM build
 
 * Sun Mar 11 2018 Martin Winter <mwinter@opensourcerouting.org>