]> git.puffer.fish Git - matthieu/frr.git/commitdiff
FRRouting Releast 7.0.1 frr-7.0.1
authorMartin Winter <mwinter@opensourcerouting.org>
Mon, 13 May 2019 11:49:49 +0000 (04:49 -0700)
committerMartin Winter <mwinter@opensourcerouting.org>
Mon, 13 May 2019 11:49:49 +0000 (04:49 -0700)
Changes since 7.0:
- bgp:
-   Don't send Updates with BGP Max-Prefix Overflow
-   Make sure `next-hop-self all` backward compatible with force
-   Fix as-path validation in "show bgp regexp"
-   Fix interface-based peers to override peergroups
-   Fix removing private AS numbers if local-as is used
-   Fix show bgp labeled_unicast
-   Add command to lookup prefixes in rpki table
-   Fix peer count in "show bgp ipv6 summary"
-   Add missing ipv6 only peer flag action
-   Fix address family output in "show bgp [ipv4|ipv6] neighbors"
-   Add missing checks for vpnv6 nexthops
-   Fix nexthop for ipv6 vpn case
- rip: Fix removal of passive interfaces
- ospf:
-   Fix json timer output
-   Fix milliseconds in json output
- bfd:
-   Fix source port according RFC 5881, Sec 4
-   Fix IPv6 link-local peer removal
-   Fix interface clean up when deleting interface
- pim: Fix interface clean up when deleting interface
- nhrp: Fix interface clean up when deleting interface
- lib:
-   Workaround to get FRR building with libyang 0.x and 1.x
-   Fix in priv handling
-   Make priv elevation thread-safe
- zebra:
-   Pseudowire event recovery
-   Fix race condition in label manager
-   Fix system routes selection and next-hop tracking
-   Set connected route metric based on devaddr metric
-   Display metric for connected routes
-   Add selected fib details to json output
-   Always use replace if installing new route
- watchfrr: Silently ignore declare failures (for backward compatibility)
- RPM packages: Switch to new init script

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

index 127d7fe1472c613659662edc8f916fc8520177f1..4703fc8c825354b86d011f7e221a06afd319c5e6 100644 (file)
@@ -4,7 +4,59 @@ frr (@VERSION@-0) UNRELEASED; urgency=medium
     remove and replace when creating releases!
     (tools/tarsource.sh will handle this)
 
- -- FRRouting-Dev <dev@lists.frrouting.org>  Thu, 25 Oct 2018 16:36:50 +0200
+ -- FRRouting-Dev <dev@lists.frrouting.org>  Mon, 13 May 2019 12:00:00 +0200
+
+frr (7.0.1-0) testing; urgency=medium
+
+  * bgp:
+  *   Don't send Updates with BGP Max-Prefix Overflow
+  *   Make sure `next-hop-self all` backward compatible with force
+  *   Fix as-path validation in "show bgp regexp"
+  *   Fix interface-based peers to override peergroups
+  *   Fix removing private AS numbers if local-as is used
+  *   Fix show bgp labeled_unicast
+  *   Add command to lookup prefixes in rpki table
+  *   Fix peer count in "show bgp ipv6 summary"
+  *   Add missing ipv6 only peer flag action
+  *   Fix address family output in "show bgp [ipv4|ipv6] neighbors"
+  *   Add missing checks for vpnv6 nexthops
+  *   Fix nexthop for ipv6 vpn case
+  * rip: Fix removal of passive interfaces
+  * ospf:
+  *   Fix json timer output
+  *   Fix milliseconds in json output
+  * bfd:
+  *   Fix source port according RFC 5881, Sec 4
+  *   Fix IPv6 link-local peer removal
+  *   Fix interface clean up when deleting interface
+  * pim: Fix interface clean up when deleting interface
+  * nhrp: Fix interface clean up when deleting interface
+  * lib:
+  *   Workaround to get FRR building with libyang 0.x and 1.x
+  *   Fix in priv handling
+  *   Make priv elevation thread-safe
+  * zebra:
+  *   Pseudowire event recovery
+  *   Fix race condition in label manager
+  *   Fix system routes selection and next-hop tracking
+  *   Set connected route metric based on devaddr metric
+  *   Display metric for connected routes
+  *   Add selected fib details to json output
+  *   Always use replace if installing new route
+  * watchfrr: Silently ignore declare failures (for backward compatibility)
+  * RPM packages: Switch to new init script
+
+ -- Martin Winter <mwinter@opensourcerouting.org>  Fri, 10 May 2019 12:30:00 +0200
+
+frr (7.0-0) testing; urgency=medium
+
+  * Added libyang dependency: New work for northbound interface
+    based on libyang
+  * Fabricd: New Daemon based on
+    https://datatracker.ietf.org/doc/draft-white-openfabric/
+  * various bug fixes and other enhancements
+
+ -- FRRouting-Dev <dev@lists.frrouting.org>  Wed,  8 May 2019 10:10:00 +0200
 
 frr (6.0-2) testing; urgency=medium
 
index d2b8c2ae884e6499cd9760bef108989a4381abf2..3ce28e4545ec9fc587dde8f3ed3a44d4a16255be 100755 (executable)
@@ -7,7 +7,7 @@
 ##
 AC_PREREQ([2.60])
 
-AC_INIT([frr], [7.0], [https://github.com/frrouting/frr/issues])
+AC_INIT([frr], [7.0.1], [https://github.com/frrouting/frr/issues])
 PACKAGE_URL="https://frrouting.org/"
 AC_SUBST([PACKAGE_URL])
 PACKAGE_FULLNAME="FRRouting"
index cd30a29c21b643a43b2e66ff702b2e0666687722..12adf43a67de0e5c806419387caaf9c2bc2a2de4 100644 (file)
@@ -665,7 +665,46 @@ fi
 
 
 %changelog
-* Thu Feb 28 2019 Martin Winter <mwinter@opensourcerouting.org> - %{version}
+* Wed May  8 2019 Martin Winter <mwinter@opensourcerouting.org> - %{version}
+- bgp:
+-   Don't send Updates with BGP Max-Prefix Overflow
+-   Make sure `next-hop-self all` backward compatible with force
+-   Fix as-path validation in "show bgp regexp"
+-   Fix interface-based peers to override peergroups
+-   Fix removing private AS numbers if local-as is used
+-   Fix show bgp labeled_unicast
+-   Add command to lookup prefixes in rpki table
+-   Fix peer count in "show bgp ipv6 summary"
+-   Add missing ipv6 only peer flag action
+-   Fix address family output in "show bgp [ipv4|ipv6] neighbors"
+-   Add missing checks for vpnv6 nexthops
+-   Fix nexthop for ipv6 vpn case
+- rip: Fix removal of passive interfaces
+- ospf:
+-   Fix json timer output
+-   Fix milliseconds in json output
+- bfd:
+-   Fix source port according RFC 5881, Sec 4
+-   Fix IPv6 link-local peer removal
+-   Fix interface clean up when deleting interface
+- pim: Fix interface clean up when deleting interface
+- nhrp: Fix interface clean up when deleting interface
+- lib:
+-   Workaround to get FRR building with libyang 0.x and 1.x
+-   Fix in priv handling
+-   Make priv elevation thread-safe
+- zebra:
+-   Pseudowire event recovery
+-   Fix race condition in label manager
+-   Fix system routes selection and next-hop tracking
+-   Set connected route metric based on devaddr metric
+-   Display metric for connected routes
+-   Add selected fib details to json output
+-   Always use replace if installing new route
+- watchfrr: Silently ignore declare failures (for backward compatibility)
+- RPM packages: Switch to new init script
+
+* Thu Feb 28 2019 Martin Winter <mwinter@opensourcerouting.org> - 7.0
 - Added libyang dependency: New work for northbound interface based on libyang
 - Fabricd: New Daemon based on https://datatracker.ietf.org/doc/draft-white-openfabric/
 - various bug fixes and other enhancements