diff options
author | paul <paul> | 2005-11-11 10:28:59 +0000 |
---|---|---|
committer | paul <paul> | 2005-11-11 10:28:59 +0000 |
commit | cf220d1f7397fa2d113d4e5f8a8d6c927a610cba (patch) | |
tree | 50f361ec167e4d868cef80cd780c3b6dfa1d60fc | |
parent | 4de6ddcd92290c4f04cc67d93a0cbacbc96df04b (diff) |
2005-11-11 Paul Jakma <paul.jakma@sun.com>
* NEWS: Update.
* configure.ac: Bump to 0.99.2
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 20 | ||||
-rwxr-xr-x | configure.ac | 4 |
3 files changed, 21 insertions, 8 deletions
@@ -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 @@ -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 diff --git a/configure.ac b/configure.ac index aca49e90..60186d98 100755 --- a/configure.ac +++ b/configure.ac @@ -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 ----------------------------------- |