diff --git a/NEWS b/NEWS index 6da9f5c..cc56928 100644 --- a/NEWS +++ b/NEWS @@ -62,3 +62,11 @@ And so we have release 1.0! This will help Windows users who don't have it. Also changed test1 so that it doesn't use toupper, which apparently causes problem for non-ASCII character sets. + +10/31/04 - A few more tweaks, none of which should be noticeable to people +who are already using the lib without trouble. Maybe I shouldn't release +things early in the morning! Also note that manual.html is now generated +from manual.xml. If you have your own docbook xsl style that you prefer, +then have at it. + + diff --git a/README b/README index 00b0c59..225e33f 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -TCLAP - Templatized Command Line Arguement Parser +TCLAP - Templatized Command Line Argument Parser This is a simple C++ library that facilitates parsing command line arguments in a type independent manner. It doesn't conform exactly @@ -7,6 +7,8 @@ to either the GNU or POSIX standards, although it is close. See docs/manual.html for descriptions of how things work or look at the simple examples in the examples dir. +To find out what the latest changes are read the NEWS file in this directory. + Any and all feedback is welcome to: Mike Smoot