Changelog
Recent changes of mod_tidy
Release 0.5.5
Mon Feb 27 2006
-
Updated tidy source to the CVS version 060222.
Tue Jan 31 2006
- mod_tidy.c:
- Added compile variable MODULE_RELEASE;
- Replaced Tabs with white spaces;
- Replaced deprecated // Comments with /**/.
- /tidy/include/platform.h:
- Added patch #11012006knauf (Netware convenience patch).
Thu Jan 26 2006
-
Made mod_tidy ready for Apache 2.2 (APR 1.x):
-
Iteration over a brigade with the macro APR_BRIGADE_FOREACH is deprecated
since apr-util 0.9.x.
Since apr-util 1.x, which is used by Apache 2.2, iteration over a brigade
has to be done in a different way (see http://www.apachetutor.org/dev/brigades).
Release 0.5.4
Thu Jan 12 2006
- Made some fixes to the memory management, because callbacks in TidyLib have changed. Thanks to Guenter Knauf <gknauf@users.sourceforge.net> for contributing the patch.
- Added Apache conf files
- Added Microsoft Developer Studio Project File for Win32, thanks to Guenter Knauf <gknauf@users.sourceforge.net> for contributing.
- Added Novell Netware Makefile, thanks to Guenter Knauf <gknauf@users.sourceforge.net> for contributing.
Fri Nov 11 2005
- Short intermediate fix:
-
Changed HTTP Media Type of error page from 'application/xhtml+xml'
to 'application/xml', respecting that Internet Explorer up to version 6
doesn't recognize the 'true' XHTML Media Type but the default
XML Media Type for applications.
References:
http://www.w3.org/TR/xhtml-mediatypes (XHTML Media Types),
RFC 3023 (The 'application/xml' Media Type),
RFC 3236 (The 'application/xhtml+xml' Media Type).
-
Added HTTP charset parameter to HTTP Media Type as recommended
in the W3C note and the RFCs mentioned above.
Release 0.5.3
Wed Nov 02 2005
- Removed copyright notice on error page footer.
-
Changed error page from XHTML 1.0 to XHTML 1.1 and its Content-Type
from 'text/html' to 'application/xhtml+xml'.
- Fixed typo.
Tue Nov 01 2005
- Updated tidy source to the latest Release 051027.
- Updated tidy docs to the latest Release 051021.
Wed Oct 26 2005
- Added Base64 image and shortcut icon to the error page.
Release 0.5.2
Mon Oct 17 2005
- Updated tidy source to the latest Release 051014.
Wed Oct 11 2005
- Improved and beautified mod_tidy.c:
- moved some declarations into new header file mod_tidy.h
Release 0.5.1
Wed Sep 28 2005
- Styled error log similar to the style of the W3C Markup Validation Service.
- Fixed some little unclean written code which caused several warnings:
- removed unused variables;
-
added prototypes for mod_tidy_FatalError, mod_tidy_MemAlloc,
mod_tidy_MemFree and mod_tidy_MemRealloc.
Release 0.5
Tue Sep 20 2005
- Updated tidy source to the latest Release 050913.
- Updated tidy docs to the latest Release 050706.
Mon Jul 25 2005
- Updated tidy source to the latest Release 050723.
Thu Jul 14 2005
- Updated tidy source to the latest Release 050623.
- Added Apache License, Version 2.0
- Changed Copyright notices where appropriate.
Thu Jun 30 2005
-
Registered mod_tidy as an Open Source project at Sourceforge.net
with grant permission of the former private owner Sebastian Tusk.
From now on the project's home is http://mod-tidy.sourceforge.net/.
mod_tidy now is licensed under an OSI-approved Apache Licence, Version 2.0.
Old versions of of mod_tidy, authored by Sebastian Tusk
Release 0.4
- added a copyright notice (Sebastian Tusk)
Release 0.3
- fix undefined 'null' error (Sebastian Tusk)
- tidylib is now distributed with mod_tidy (Sebastian Tusk)
- build process rewritten (Sebastian Tusk)