Update of /cvsroot/happydoc/HappyDoc
In directory usw-pr-cvs1:/tmp/cvs-serv28570
Modified Files:
CHANGES.txt
Log Message:
updated for 2.0.1 release
Index: CHANGES.txt
===================================================================
RCS file: /cvsroot/happydoc/HappyDoc/CHANGES.txt,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** CHANGES.txt 2001/12/24 19:09:09 1.27
--- CHANGES.txt 2002/02/05 12:24:45 1.28
***************
*** 1,4 ****
--- 1,36 ----
HappyDoc Change History
+ Version 2.0.1 --
+
+ - **New Features**
+
+ - Added limited support for CGI programs by expanding the docset
+ processing to look for files ending in '.cgi' as well as
+ '.py'.
+
+ - **Bug Fixes**
+
+ - Resolved defect #505456 and 498204, a problem with
+ 'happydocwin.py' that prevented it from working properly on
+ Win32 systems.
+
+ - Resolved defect #501240 so that path handling under Win32
+ systems works properly and HappyDoc can generate output.
+
+ - Resolved defect #505188 so that using the '-o' option will
+ properly send output to stdout.
+
+ - **Other Changes**
+
+ - Added more unit tests for formatters, especially
+ 'fileformatterbase.py' and 'formatter_HTMLFile.py'.
+
+ - Updated the StructuredTextNG docstring converter so that if an
+ exception is generated during parsing of the ST, we fall back
+ to ClassicStructuredText. The two syntaxes appear to be
+ incompatible, and this should protect backwards compatibility
+ for most users.
+
+
Version 2.0 --
|