summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorpaul <paul>2004-11-07 22:34:23 +0000
committerpaul <paul>2004-11-07 22:34:23 +0000
commit14c17fd8254807648546d3bbe28db657b5979eef (patch)
tree69964205d871d37478532749b91ae149d55521a9 /ChangeLog
parentb35e5b4efc3c359e7b4f89e4423eaccabd51067b (diff)
2004-11-06 Paul Jakma <paul@dishone.st>
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 91275f2b..3b863da2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2004-11-06 Paul Jakma <paul@dishone.st>
+
+ * 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.
+
2004-11-05 Paul Jakma <paul@dishone.st>
* HACKING: Expand on ChangeLogs, eg current practice for certain