From b2fc4969b9e7f403fde4c506c9afa45ae48e7b3b Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 18 Nov 2009 20:27:54 -0500 Subject: [PATCH] Documentation Update - Minor doc edits. --- ChangeLog | 2 +- README | 4 ++-- configure.ac | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 01f712499..6ee6a1aaf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ ------ current release --------------------------- -1.8.4 () +1.8.5 () ------ old releases ------------------------------ diff --git a/README b/README index de698bba5..08cd2dec8 100644 --- a/README +++ b/README @@ -12,8 +12,8 @@ At the site you'll find a wiki, discussion forums, downloads, news and more. Your contributions are especially welcome. Whether it comes in the form of -code patches, ideas, discussion, bug reports or just encouragement, your input -is needed. +code patches, ideas, discussion, bug reports, encouragement or criticism, your +input is needed. Please send your support questions and code patches to: diff --git a/configure.ac b/configure.ac index b870f7472..ad53579b3 100644 --- a/configure.ac +++ b/configure.ac @@ -6,6 +6,7 @@ AC_INIT(task, 1.8.5, support@taskwarrior.org) CFLAGS="${CFLAGS=}" CXXFLAGS="${CXXFLAGS=}" + # this macro is used to get the arguments supplied # to the configure script (./configure --enable-debug) # Check if we have enable debug support.