diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 14 |
2 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2005-04-28 Paul Jakma <paul.jakma@sun.com> + + * NEWS: Added some 0.99 news + 2005-04-25 Paul Jakma <paul.jakma@sun.com> * HACKING: Add some notes about build system changes, to @@ -1,3 +1,17 @@ +* Changes in Quagga 0.99.0 + +- Zserv client code is now buffered in most cases, 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. + +- Background threads added and workqueue API added, with a + 'show work-queues' command. Thread scheduling improved slightly. + +- Zebra now has a work-queue for RIB processing. See 'show work-queues' in + the zebra daemon vty. + * Changes in Quagga 0.98.0 - Logging facilities upgraded. One can now specify a severity level |