CHANGELOG for mod_xslt

2003-12-17: Fixed Useragent and Accept matching to match against empty String if the Header is not specified.

2003-12-15: Fixed regexfree -> regfree as sugested by Ville Skytt

2003-12-14: Added the noprocess="yes" attribute to <?xsl-stylesheet ...?> which tells mod_xslt not to process this xml-data at all. It is used to enable the browser on the client side to do the processing instead.

2004-01-19: Applied the patches from Ville Skytt which improved noprocess, and header stuff.

2004-01-19: Fixed Bug found by Kedar Hirve that caused a segfault when stylesheet->mediaType == NULL and stylesheet->method == NULL. Now the Content-Type defaults to text/html

2004-01-19: Moved variable declarations before code to be more ISO compliant. This caused warnings in pedantic gcc setups. (Suggested by Dennis F. Latypoff)

2004-01-22: Fixed bug in parameter passing. Because a parameter passed to XSLT cannot contain neither ' nor "

2004-01-22: Added some standard environment parameters that always get passed to the XSLT-Processor:
	* HTTP_SERVER_NAME	* HTTP_SERVER_PORT
	* HTTP_REQUEST_URL
	* HTTP_URI
	* HTTP_QUERY_STRING
	* HTTP_FILENAME
	* HTTP_XSLT_STYLESHEET
	* HTTP_ACCEPT
	* HTTP_ACCEPT_LANGUAGE
	* HTTP_USERAGENT
	* HTTP_ACCEPT_ENCODING
	* HTTP_SERVER_ADDRESS
	* HTTP_METHOD
	* HTTP_REMOTE_ADDRESS
	* HTTP_SERVER_ADMIN
	* HTTP_UPARSED_URI
	* HTTP_REMOTE_USER