File apache2-mod_tidy.changes of Package apache2-mod_tidy
-------------------------------------------------------------------
Thu Jul 16 07:22:02 UTC 2015 - pgajdos@suse.com
- Requries: %{apache_suse_maintenance_mmn}
This will pull this module to the update (in released distribution)
when apache maintainer thinks it is good (due api/abi changes).
-------------------------------------------------------------------
Sun Nov 09 01:02:00 UTC 2014 - Led <ledest@gmail.com>
- post script: remove '-e' option of 'echo' command that may be
unsupported in some POSIX-complete shells
-------------------------------------------------------------------
Mon Nov 3 09:47:40 UTC 2014 - pgajdos@suse.com
- call spec-cleaner
- use apache rpm macros
-------------------------------------------------------------------
Mon Feb 13 10:44:14 UTC 2012 - coolo@suse.com
- patch license to follow spdx.org standard
-------------------------------------------------------------------
Sat Sep 17 11:21:24 UTC 2011 - jengelh@medozas.de
- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build
-------------------------------------------------------------------
Mon Nov 13 17:07:37 CET 2006 - poeml@suse.de
- copy package to autobuild, adding .changes file
- remove #neededforbuild
- fix buildrequires (don't work with commas)
-------------------------------------------------------------------
Mon Nov 13 00:00:00 CET 2006 - sierkb@gmx.de
- Spec file cleanup: added libtidy to REQUIRED.
- Spec file cleanup: made email adresses more obfuscated against Spam.
-------------------------------------------------------------------
Tue Jan 31 00:00:00 CET 2006 - sierkb@gmx.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).
-------------------------------------------------------------------
Thu Jan 26 00:00:00 CET 2006 - sierkb@gmx.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).
-------------------------------------------------------------------
Thu Jan 01 00:00:00 CET 2006 - sierkb@gmx.de
- Update to version 0.5.4:
- 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.
-------------------------------------------------------------------
Tue Nov 29 00:00:00 CET 2005 - sierkb@gmx.de
- Generating also a debug information sub-package.
-------------------------------------------------------------------
Wed Nov 23 00:00:00 CET 2005 - sierkb@gmx.de
- 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 00:00:00 CET 2005 - sierkb@gmx.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.
-------------------------------------------------------------------
Wed Nov 02 00:00:00 CET 2005 - sierkb@gmx.de
- 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 00:00:00 CET 2005 - sierkb@gmx.de
- Updated tidy source to the latest version 051027.
- Updated tidy docs to the latest version 051021.
-------------------------------------------------------------------
Thu Oct 27 00:00:00 CET 2005 - sierkb@gmx.de
- 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 00:00:00 CET 2005 - sierkb@gmx.de
- Updated tidy to version 051014.
-------------------------------------------------------------------
Wed Oct 11 00:00:00 CET 2005 - sierkb@gmx.de
- 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 00:00:00 CET 2005 - sierkb@gmx.de
- 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 00:00:00 CET 2005 - sierkb@gmx.de
- Updated tidy to version 050913.
-------------------------------------------------------------------
Mon Jul 25 00:00:00 CET 2005 - sierkb@gmx.de
- Updated tidy to version 050723.
- Updated Source-URL.
-------------------------------------------------------------------
Thu Jul 14 00:00:00 CET 2005 - sierkb@gmx.de
- Update to version 0.5.
- Updated license, source URL, summary and description text.
-------------------------------------------------------------------
Tue May 24 00:00:00 CET 2005 - sierkb@gmx.de
- Initial build for SuSE Linux.