From 0c2029e9121d4c80380c174c2503b7deaf4e03ce Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 29 Apr 2005 03:20:54 +0000 Subject: 2005-04-29 Paul Jakma * NEWS: Added some more 0.99 news. * configure.ac: bump to 0.99.1 (0.99.0 was never released except via CVS snapshots) --- NEWS | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 11c535c6..91dd58d3 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,8 @@ -* Changes in Quagga 0.99.0 +* Changes in Quagga 0.99.1 -- Zserv client code is now buffered in most cases, which should improve - responsiveness of daemons when they must send many messages to zebra. +- Zserv is now buffered via threads and non-blocking in most cases for both + clients and zebra, which should improve responsiveness of daemons when + they must send many messages to zebra. - 'show thread cpu' now displays both cpu+system and wall-clock time, where getrusage() is available. @@ -12,6 +13,15 @@ - Zebra now has a work-queue for RIB processing. See 'show work-queues' in the zebra daemon vty. +- Support for interface renaming on Linux netlink systems. + +- GNU Zebra bgpd merges, including BGP Graceful-restart and "match ip + route-source" command. + +- Automatic logging of backtraces should daemons crash to assist in + diagnosis. See the documentation for more information on configuring + logging correctly, and set --enable-gcc-rdynamic if compiling with gcc. + * Changes in Quagga 0.98.0 - Logging facilities upgraded. One can now specify a severity level -- cgit v1.2.1