* Tue Apr 08 2008 Sierk Bornemann - Updated tidy source to the latest release version 080322 from cvs. * Wed Oct 31 2007 Sierk Bornemann - Updated tidy source to the latest release version 070919 from cvs. * Thu Aug 23 2007 Sierk Bornemann - Updated tidy source to the latest CVS version 070815. * Thu Aug 02 2007 Sierk Bornemann - Updated tidy source to the latest CVS version 070802. * Tue May 15 2007 Sierk Bornemann - Updated tidy source to the latest CVS version 070515. * Fri Feb 23 2007 Sierk Bornemann - Use ap_set_content_type to set Content type of HTTP header * Tue Jan 13 2007 Sierk Bornemann - Updated tidy source to the latest CVS version 070113. * Mon Nov 13 2006 Sierk Bornemann - Spec file cleanup: removed # neededforbuild - Spec file cleanup: made email adresses more obfuscated against Spam. * Tue Oct 31 2006 Sierk Bornemann - Updated tidy source to the latest CVS version 061031. * Tue Oct 24 2006 Sierk Bornemann - Updated tidy source to the latest CVS version 061023. * Fri Oct 06 2006 Sierk Bornemann - Updated tidy source to the latest CVS version 061006. * Tue Sep 19 2006 Sierk Bornemann - Updated tidy source to the latest CVS version 060919. * Thu Jun 15 2006 Sierk Bornemann - Rebuild for SUSE Linux 10.1. * Tue May 23 2006 Sierk Bornemann - Update to version 0.5.6: -apache-2.0.x-mod_tidy.dsp, apache-2.2.x-mod_tidy.dsp: - Renamed mod_tidy-2.0.55.dsp to mod_tidy-apache-2.0.x.dsp. - Renamed mod_tidy-2.2.0.dsp to mod_tidy-apache-2.2.x.dsp. - Added Copyright and license information. - Translated messages into english. - mod_tidy.c: - Due to problems of displaying the error page correct in IE (lt6), the HTTP Media Type of the error page is changed back to 'text/html' and its DOCTYPE to XHTML 1.0 Strict. - Reset HTTP-response headers, meaning the client now gets the Last-modified, Etag and Content-Length header values of the new output rather than the values of the parsed input. Info: the latter caused problems, because the output document displaying the tidy errors is larger than the input document, and the output document has been cut, after the number of bytes from the input document's Content-Length header have been reached. - Added module version info to the XHTML error page * Mon Feb 27 2006 Sierk Bornemann - Updated tidy source to the latest CVS version 060222. - Spec file cleanup: added 'a2enmod tidy' and 'a2dismod tidy' to post message. * Tue Jan 31 2006 Sierk Bornemann - 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 Sierk Bornemann - Update to version 0.5.5: - 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). * Thu Jan 01 2006 Sierk Bornemann - Update to version 0.5.4: - Made some fixes to the memory management, because callbacks in TidyLib have changed. Thanks to Guenter Knauf for contributing the patch. - Added Apache conf files - Added Microsoft Developer Studio Project File for Win32, thanks to Guenter Knauf for contributing. - Added Novell Netware Makefile, thanks to Guenter Knauf for contributing. * Tue Nov 29 2005 Sierk Bornemann - Generating also a debug information sub-package. * Wed Nov 23 2005 Sierk Bornemann - SUSE addons are now comprised in a Tarball instead of spread files. - Rebuild for SUSE Linux 10.0 OSS (GCC 4.0.2). * Fri Nov 11 2005 Sierk Bornemann - 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. * Wed Nov 02 2005 Sierk Bornemann - 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 Sierk Bornemann - Updated tidy source to the latest version 051027. - Updated tidy docs to the latest version 051021. * Thu Oct 27 2005 Sierk Bornemann - Update to version 0.5.3: - Added Base64 image and shortcut icon to the error page. - APR Build macro: search for TidyLib headers in /usr/include/tidy. - Improved Spec file. * Mon Oct 17 2005 Sierk Bornemann - Updated tidy to version 051014. * Wed Oct 11 2005 Sierk Bornemann - Update to version 0.5.2: - Improved and beautified mod_tidy.c: - moved some declarations into new header file mod_tidy.h * Wed Sep 28 2005 Sierk Bornemann - Update to version 0.5.1: - 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. * Tue Sep 20 2005 Sierk Bornemann - Updated tidy to version 050913. * Mon Jul 25 2005 Sierk Bornemann - Updated tidy to version 050723. - Updated Source-URL. * Thu Jul 14 2005 Sierk Bornemann - Update to version 0.5. - Updated license, source URL, summary and description text. * Thu Jun 23 2005 Sierk Bornemann - Update to version 0.4. - Updated source URL. - Improved and updated doc install. * Wed Jun 08 2005 Sierk Bornemann - Improved Spec file according to the SUSE Package conventions. - Added example configuration options to README.openSuSE. * Tue May 24 2005 Sierk Bornemann - Initial build for SuSE Linux.