From 14c17fd8254807648546d3bbe28db657b5979eef Mon Sep 17 00:00:00 2001 From: paul Date: Sun, 7 Nov 2004 22:34:23 +0000 Subject: 2004-11-06 Paul Jakma * configure.ac: Arguments to AC_OUTPUT is deprecated, use AC_CONFIG_FILES instead. Rearrange the order slightly to put the Makefiles first (silly aesthetic thing, dont know why I had to do this ;) ). Add doc/defines.texi to the list. * NEWS: bgp route-server support added, refer to docs. * update-autotools: call automake with --add-missing and --copy, former is important for obvious reasons, latter for dist files, and --gnu to enable whatever extra goodness checks. * {depcomp, install-sh, missing}: removed, auto-generated files. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 86b5a61b..236a4cd5 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ * Changes in Quagga 0.98.0 +- BGP route-server support added. See the texinfo documentation. + - OSPF API initialisation is disabled by default even if compiled in. You can enable it with -a/--apiserver command line switch. -- cgit v1.2.1