Changelog for
apache2-mod_tidy-0.5.5-227.2.2.i586.rpm :
Mon Feb 13 13:00:00 2012 cooloAATTsuse.com
- patch license to follow spdx.org standard
Sat Sep 17 14:00:00 2011 jengelhAATTmedozas.de
- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build
Mon Nov 13 13:00:00 2006 poemlAATTsuse.de
- copy package to autobuild, adding .changes file
- remove #neededforbuild
- fix buildrequires (don\'t work with commas)
Sun Nov 12 13:00:00 2006 sierkbAATTgmx.de
- Spec file cleanup: added libtidy to REQUIRED.
- Spec file cleanup: made email adresses more obfuscated against Spam.
Mon Jan 30 13:00:00 2006 sierkbAATTgmx.de
- 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).
Wed Jan 25 13:00:00 2006 sierkbAATTgmx.de
- 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).
Sat Dec 31 13:00:00 2005 sierkbAATTgmx.de
- 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.
Mon Nov 28 13:00:00 2005 sierkbAATTgmx.de
- Generating also a debug information sub-package.
Tue Nov 22 13:00:00 2005 sierkbAATTgmx.de
- SUSE addons are now comprised in a Tarball instead of spread files.
- Rebuild for SUSE Linux 10.0 OSS (GCC 4.0.2).
Thu Nov 10 13:00:00 2005 sierkbAATTgmx.de
- 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.