1                        mod_tidy - a TidyLib based DSO module for the Apache HTTP Server Version 2
2
3
4Changelog
5=========
6
7Version 0.5.5:
8* Mon Feb 27 2006 - Sierk Bornemann <bornemann@users.sourceforge.net>
9- Updated tidy source to the CVS version 060222.
10
11* Tue Jan 31 2006 - Sierk Bornemann <bornemann@users.sourceforge.net>
12- mod_tidy.c:
13    Added compile variable MODULE_RELEASE;
14    Replaced Tabs with white spaces;
15    Replaced deprecated // Comments with /**/.
16- /tidy/include/platform.h:
17    Added patch #11012006knauf (Netware convenience patch).
18
19* Thu Jan 26 2006 - Sierk Bornemann <bornemann@users.sourceforge.net>
20- Made mod_tidy ready for Apache 2.2 (APR 1.x):
21  - Iteration over a brigade with the macro APR_BRIGADE_FOREACH is deprecated
22    since apr-util 0.9.x.
23    Since apr-util 1.x, which is used by Apache 2.2, iteration over a brigade
24    has to be done in a different way (see http://www.apachetutor.org/dev/brigades).
25
26Version 0.5.4:
27* Thu Jan 12 2006 - Sierk Bornemann <bornemann@users.sourceforge.net>
28- Made some fixes to the memory management, because callbacks in TidyLib have
29  changed. Thanks to Guenter Knauf <gknauf@users.sourceforge.net> for contributing the patch.
30- Added Apache conf files
31- Added Microsoft Developer Studio Project File for Win32,
32  thanks to Guenter Knauf <gknauf@users.sourceforge.net> for contributing.
33- Added Novell Netware Makefile,
34  thanks to Guenter Knauf <gknauf@users.sourceforge.net> for contributing.
35
36* Fri Nov 11 2005 - Sierk Bornemann <bornemann@users.sourceforge.net>
37- Short intermediate fix:
38  - Changed HTTP Media Type of error page from 'application/xhtml+xml'
39    to 'application/xml', respecting that Internet Explorer up to version 6
40    doesn't recognize the 'true' XHTML Media Type but the default
41    XML Media Type for applications.
42    References:
43    http://www.w3.org/TR/xhtml-mediatypes (XHTML Media Types),
44    RFC 3023 (The 'application/xml' Media Type),
45    RFC 3236 (The 'application/xhtml+xml' Media Type).
46  - Added HTTP charset parameter to HTTP Media Type as recommended
47    in the W3C note and the RFCs mentioned above.
48
49Version 0.5.3:
50* Wed Nov 02 2005 - Sierk Bornemann <bornemann@users.sourceforge.net>
51- Removed copyright notice on error page footer.
52- Changed error page from XHTML 1.0 to XHTML 1.1 and its Content-Type
53  from 'text/html' to 'application/xhtml+xml'.
54- Fixed typo.
55
56* Tue Nov 01 2005 - Sierk Bornemann <bornemann@users.sourceforge.net>
57- Updated tidy source to the latest version 051027.
58- Updated tidy docs to the latest version 051021.
59
60* Wed Oct 26 2005 - Sierk Bornemann <bornemann@users.sourceforge.net>
61- Added Base64 image and shortcut icon to the error page.
62
63Version 0.5.2:
64* Mon Oct 17 2005 - Sierk Bornemann <bornemann@users.sourceforge.net>
65- Updated tidy source to the latest version 051014.
66
67* Wed Oct 11 2005 - Sierk Bornemann <bornemann@users.sourceforge.net>
68- Improved and beautified mod_tidy.c:
69  - moved some declarations into new header file mod_tidy.h
70
71Version 0.5.1:
72* Wed Sep 28 2005 - Sierk Bornemann <bornemann@users.sourceforge.net>
73- Styled error log similar to the style of the W3C Markup Validation Service.
74- Fixed some little unclean written code which caused several warnings:
75  - removed unused variables;
76  - added prototypes for mod_tidy_FatalError, mod_tidy_MemAlloc,
77    mod_tidy_MemFree and mod_tidy_MemRealloc.
78
79* Tue Sep 20 2005 - Sierk Bornemann <bornemann@users.sourceforge.net>
80- Updated tidy source to the latest version 050913.
81- Updated tidy docs to the latest version 050706.
82
83* Mon Jul 25 2005 - Sierk Bornemann <bornemann@users.sourceforge.net>
84- Updated tidy source to the latest version 050723.
85
86Version 0.5:
87* Thu Jul 14 2005 - Sierk Bornemann <bornemann@users.sourceforge.net>
88- Updated tidy source to the latest version 050623.
89- Added Apache License, Version 2.0
90- Changed Copyright notices where appropriate.
91
92* Thu Jun 30 2005 - Sierk Bornemann <bornemann@users.sourceforge.net>
93- Registered mod_tidy as an Open Source project at Sourceforge.net
94  with grant permission of the former private owner Sebastian Tusk.
95  From now on the project's home is http://mod-tidy.sourceforge.net/.
96  mod_tidy now is licensed under an OSI-approved Apache Licence, Version 2.0.
97
98Version 0.4:
99- added a copyright notice (Sebastian Tusk)
100
101Version 0.3:
102- fix undefined 'null' error (Sebastian Tusk)
103- tidylib is now distributed with mod_tidy (Sebastian Tusk)
104- build process rewritten (Sebastian Tusk)
105