diff options
author | paul <paul> | 2005-04-28 20:19:08 +0200 |
---|---|---|
committer | paul <paul> | 2005-04-28 20:19:08 +0200 |
commit | 5e4008f7b8d478a74efec68589a7acfbb049d286 (patch) | |
tree | 8bedbc9758e5285bac260db10dd0030959a7ec74 /NEWS | |
parent | 2005-04-28 Paul Jakma <paul@dishone.st> (diff) | |
download | frr-5e4008f7b8d478a74efec68589a7acfbb049d286.tar.xz frr-5e4008f7b8d478a74efec68589a7acfbb049d286.zip |
2005-04-28 Paul Jakma <paul.jakma@sun.com>
* NEWS: Added some 0.99 news
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 |