[Happydoc-checkins] CVS: HappyDoc CHANGES.txt,1.29,1.30
Brought to you by:
doughellmann,
krlosaqp
From: Doug H. <dou...@us...> - 2002-08-24 20:43:13
|
Update of /cvsroot/happydoc/HappyDoc In directory usw-pr-cvs1:/tmp/cvs-serv1594 Modified Files: CHANGES.txt Log Message: Updated with comments for 2.1. Index: CHANGES.txt =================================================================== RCS file: /cvsroot/happydoc/HappyDoc/CHANGES.txt,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** CHANGES.txt 10 Feb 2002 13:24:52 -0000 1.29 --- CHANGES.txt 24 Aug 2002 20:43:10 -0000 1.30 *************** *** 1,10 **** HappyDoc Change History ! Version 2.0.2 -- - **New Features** - **Bug Fixes** - Resolved defect #510447, a problem with escaping special characters in HTML output. Text enclosed in single quotes --- 1,26 ---- HappyDoc Change History ! Version 2.1 -- - **New Features** + - #514237 - The PluginLoader no longer requires a '.py' + extension on plugins. This should allow plugins to be written + in any language for which Python can load a module, and as + long as the file is named with the right convention they will + be picked up and loaded. (The source of this change request + was the maintainers of the PLD Linux Distribution.) + - **Bug Fixes** + - Resolved defect #513850, where output was written to the wrong + place when the -d option was used. + + **NOTE** *The solution to this problem resulted in changes to + the file names being used for output. It is recommended that + a new directory be used to generate documentation for existing + code, rather than trying to write over the top of existing + files.* + - Resolved defect #510447, a problem with escaping special characters in HTML output. Text enclosed in single quotes *************** *** 12,18 **** passed directly to the output file. ! - - **Other Changes** --- 28,36 ---- passed directly to the output file. ! - Fixed a problem with Windows installation using 'setup.py'. - **Other Changes** + + - Minor tweaks to the build and test tools. |