]> git.puffer.fish Git - mirror/frr.git/commitdiff
2005-11-11 Paul Jakma <paul.jakma@sun.com>
authorpaul <paul>
Fri, 11 Nov 2005 10:28:59 +0000 (10:28 +0000)
committerpaul <paul>
Fri, 11 Nov 2005 10:28:59 +0000 (10:28 +0000)
* NEWS: Update.
* configure.ac: Bump to 0.99.2

ChangeLog
NEWS
configure.ac

index f64966b0aa26903ac6de84988d52e28b06deaf60..422ff3cade8b026c77cff7bcbf7558d7ba15b555 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-11 Paul Jakma <paul.jakma@sun.com>
+
+       * NEWS: Update.
+       * configure.ac: Bump to 0.99.2
+
 2005-11-10 Paul Jakma <paul.jakma@sun.com>
 
        * HACKING: Add recommendation to provide a single Subject
diff --git a/NEWS b/NEWS
index edfb017c066b6e20a6534fadece4a6c9e4071d0c..0a9269c5599e22b30dead463be599c536f001680 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,20 @@
 * Changes in Quagga 0.99.2
 
-- Work queues added to bgpd to split up update processing, particularly
-  beneficial when a peer session goes down.
+- [bgpd] Work queues added to bgpd to split up update processing,
+  particularly beneficial when a peer session goes down. AS_PATH
+  parsing rewritten to be clearer, more robust and ready for 4-byte.
 
-- Simple authentication is no longer the default authentication mode for
-  ripd. The default is now no-authentication. Any setups which used
-  simple authentication will probably need to update their configuration
-  manually.
+- [ripd] Simple authentication is no longer the default authentication
+  mode for ripd. The default is now no-authentication. Any setups which
+  used simple authentication will probably need to update their
+  configuration manually.
+
+- [ospfd] 1s dead-interval with sub-second Hellos feature added.
+  SPF timers now specified in milliseconds, and with adaptive
+  hold-time support. RFC3137 Stub-router support added. Default ABR
+  type is now 'cisco'.
+
+- Solaris least privileges support added.
 
 * Changes in Quagga 0.99.1
 
index aca49e90a8d2013fe0e5d2b47f4db1a0734787c1..60186d982240689bdb57830f92b6e7cdd41f8ace 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.113 2005/09/29 14:39:32 paul Exp $
+## $Id: configure.ac,v 1.114 2005/11/11 10:28:59 paul Exp $
 AC_PREREQ(2.53)
 
-AC_INIT(Quagga, 0.99.1, [http://bugzilla.quagga.net])
+AC_INIT(Quagga, 0.99.2, [http://bugzilla.quagga.net])
 AC_CONFIG_SRCDIR(lib/zebra.h)
 
 dnl -----------------------------------