2002-10-27 	After having been neglecting mod-xslt for a while and receiving a lot of notes on stuff that people want to get this to work
				I changed mod-xslt.c to account for the API change between 2.0.39 and 2.0.40 (ap_register_output_filter now takes another attribute)
				I also mangled the auto-conf stuff so that it works better.
				config.patch got added and is a patch for a virgin httpd.conf THIS REALLY NEEDS TO BE MADE A LOT BETTER, IT WILL SCREW UP YOU CONFIG IF APPLIED TO A NON VIRGIN FILE

2002-08-13	After having refactored everything, it's working again. Its on for testing. 
				I will pout out an alpha version and RPMs soon. 
				I'm not sure (huge logs) but I believe it still is segfaulting sporadically.
				I will have to investigate this further.
				Aside some stuff has changed (config, parameters) I really need to catch up with the docu.

2002-08-(6-10) I completely refactored everything an broke it. Will be working to resove things soon. (Hopefully before the 14th since I'm gone for 2 weeks)
					I also removed the media-type patch from here. I a provide the Patched Library at www.mod-xslt.com soon

2002-07-18 Made a Patch (Used by defining MEDIATYPEPATCH) which sets the Mediatype of a stylesheet until libxslt does-it

2002-07-17 Fixed Output Encoding. Now it actually does as specified.
           Furthermore XSLTUnsetStylesheet Directive was added
           And I fixed the transmission of the charset header. (Thanks Hideki for pointing that out)
           The <xsl:output media-type=""/> does not work because libxslt ignores it. I sent a patch.
           Let's wait and see. With the Patch it works nicely from what Ican see
           Last but not least I added support for User-Agents:
                xslt-useragent is now passed to the XSLT
                and <?xslt-stylesheet agent="USER-AGENT-STRING" href="URL-OF-THE-STYLESHEET"?> is now supported as a custom
                processing directive to load the stylesheet.
           All in all, it was a quite Productive night.

2002-07-10 Cleaned Out some minor Bugs and Added XSL Debugging (It prints the XSL-Errors to Apache's ErrorLog

2002-04-05 Some segfaults eliminated and XSLTSetStylesheet <mime-type> <url to stylesheet> Directory Directive Added

2002-03-31 First Alpha Version is released

Before 2002-03-31:
Pre-Alpha Versions with the basics
