]> git.puffer.fish Git - matthieu/frr.git/commitdiff
release: 0.99.21
authorDavid Lamparter <equinox@diac24.net>
Tue, 1 May 2012 19:43:53 +0000 (21:43 +0200)
committerDavid Lamparter <equinox@diac24.net>
Tue, 1 May 2012 19:43:53 +0000 (21:43 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index e9d3a998c029a7bfd14515bc3f6362609d397d9a..d67d66469e3c0296c54d475cbc27934f06196725 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Note: this file lists major user-visible changes only.
+
+* Changes in Quagga 0.99.21
+
+- [bgpd] BGP multipath support has been merged
+- [bgpd] SAFI (Multicast topology) support has been extended to propagate
+  the topology to zebra.
+- [bgpd] AS path limit functionality has been removed
+- [babeld] a new routing daemon implementing the BABEL ad-hoc mesh routing
+  protocol has been merged.
+- [isisd] a major overhaul has been picked up. Please note that isisd is
+  STILL NOT SUITABLE FOR PRODUCTION USE.
+- [*] a lot of bugs have been fixed, please refer to the git log
+
 * Changes in Quagga 0.99.10
 
 - [bgpd] 4-byte AS support added
index 8cb1d4fc650849e0943f0ed04493a91c4d87147f..80f65b98bcaafcc8818a2bbab95b82a4a58d8620 100755 (executable)
@@ -7,7 +7,7 @@
 ##
 AC_PREREQ(2.53)
 
-AC_INIT(Quagga, 0.99.20, [https://bugzilla.quagga.net])
+AC_INIT(Quagga, 0.99.21, [https://bugzilla.quagga.net])
 AC_CONFIG_SRCDIR(lib/zebra.h)
 AC_CONFIG_MACRO_DIR([m4])