diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rwxr-xr-x | configure.ac | 4 | ||||
| -rw-r--r-- | doc/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/quagga.info | 8 | 
4 files changed, 14 insertions, 6 deletions
| @@ -1,3 +1,7 @@ +2006-01-19 Paul Jakma <paul.jakma@sun.com> + +	* configure.ac: Bump to 0.99.3 +  2005-11-26 Paul Jakma <paul.jakma@sun.com>  	* configure.ac: Collect together CFLAGS based on compiler diff --git a/configure.ac b/configure.ac index 47522286..fdde63cc 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.116 2005/11/26 08:28:00 paul Exp $ +## $Id: configure.ac,v 1.117 2006/01/19 20:26:17 paul Exp $  AC_PREREQ(2.53) -AC_INIT(Quagga, 0.99.2, [http://bugzilla.quagga.net]) +AC_INIT(Quagga, 0.99.3, [http://bugzilla.quagga.net])  AC_CONFIG_SRCDIR(lib/zebra.h)  dnl ----------------------------------- diff --git a/doc/ChangeLog b/doc/ChangeLog index 4b8b5ed5..2a265a34 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2006-01-19 Paul Jakma <paul.jakma@sun.com> + +	* quagga.info: update auto-built file. +  2005-11-25 Paul Jakma <paul.jakma@sun.com>  	* texinfo.tex: update to newer version, seems to now properly diff --git a/doc/quagga.info b/doc/quagga.info index 0edb068c..b475a368 100644 --- a/doc/quagga.info +++ b/doc/quagga.info @@ -24,8 +24,8 @@ END-INFO-DIR-ENTRY     This file documents the Quagga Software Routing Suite which manages  common TCP/IP routing protocols. -   This is Edition 0.99.2, last updated 11 October 2005 of `The Quagga -Manual', for Quagga Version 0.99.2. +   This is Edition 0.99.3, last updated 31 October 2005 of `The Quagga +Manual', for Quagga Version 0.99.3.     Copyright (C) 1999-2005 Kunihiro Ishiguro, et al. @@ -50,7 +50,7 @@ Quagga  ******  Quagga is an advanced routing software package that provides a suite of -TCP/IP based routing protocols.  This is the Manual for Quagga 0.99.2. +TCP/IP based routing protocols.  This is the Manual for Quagga 0.99.3.  Quagga is a fork of GNU Zebra.     Copyright (C) 1999-2005 Kunihiro Ishiguro, et al. @@ -1029,7 +1029,7 @@ all.       Connected to localhost.       Escape character is '^]'. -     Hello, this is Quagga (version 0.99.2) +     Hello, this is Quagga (version 0.99.3)       Copyright (C) 1999-2005 Kunihiro Ishiguro, et al.       User Access Verification | 
