]> git.puffer.fish Git - mirror/frr.git/commitdiff
2005-04-29 Paul Jakma <paul.jakma@sun.com>
authorpaul <paul>
Fri, 29 Apr 2005 03:20:54 +0000 (03:20 +0000)
committerpaul <paul>
Fri, 29 Apr 2005 03:20:54 +0000 (03:20 +0000)
* NEWS: Added some more 0.99 news.
* configure.ac: bump to 0.99.1 (0.99.0 was never released except
  via CVS snapshots)

ChangeLog
NEWS
configure.ac

index aba9f7080020a168fa13f3f050fd95fb79560d6a..ff557e0ea50743abca7eee78ad35359a0b4cdb88 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
-2005-04-28 Paul Jakma <paul.jakma@sun.com>
+2005-04-29 Paul Jakma <paul.jakma@sun.com>
 
-       * NEWS: Added some 0.99 news
+       * NEWS: Added some more 0.99 news.
+       * configure.ac: bump to 0.99.1 (0.99.0 was never released except
+         via CVS snapshots)
 
 2005-04-25 Paul Jakma <paul.jakma@sun.com>
 
diff --git a/NEWS b/NEWS
index 11c535c627dd7a42a11a50ef60fee938249d6705..91dd58d3f0bcd527dd701cb8860b89b7b2d42f80 100644 (file)
--- 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.
 - 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
index cbc9521245d29c25de60099cf6b18904d5548482..e3582e7479db6e5f906cdda16bbdfe373c2b1ca2 100755 (executable)
@@ -5,10 +5,10 @@
 ##  Copyright (c) 1996, 97, 98, 99, 2000 Kunihiro Ishiguro <kunihiro@zebra.org>
 ##  Portions Copyright (c) 2003 Paul Jakma <paul@dishone.st>
 ##
-## $Id: configure.ac,v 1.104 2005/04/16 17:11:24 ajs Exp $
+## $Id: configure.ac,v 1.105 2005/04/29 03:20:54 paul Exp $
 AC_PREREQ(2.53)
 
-AC_INIT(Quagga, 0.99.0, [http://bugzilla.quagga.net])
+AC_INIT(Quagga, 0.99.1, [http://bugzilla.quagga.net])
 AC_CONFIG_SRCDIR(lib/zebra.h)
 
 dnl -----------------------------------