diff options
author | David Lamparter <equinox@diac24.net> | 2012-05-01 21:43:53 +0200 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2012-05-01 21:43:53 +0200 |
commit | 828f235df4b6a322aac58e1b7d5089c7f9d6cc0a (patch) | |
tree | 492a0ba45a638fa0c8998206a4de7afbbf91454f | |
parent | d78e2b8b562f8496aaf2977f7371415b71e82433 (diff) |
release: 0.99.21
-rw-r--r-- | NEWS | 14 | ||||
-rwxr-xr-x | configure.ac | 2 |
2 files changed, 15 insertions, 1 deletions
@@ -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 diff --git a/configure.ac b/configure.ac index 8cb1d4fc..80f65b98 100755 --- a/configure.ac +++ b/configure.ac @@ -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]) |