New in version 1.4
  * Random cleanup for file descriptors
	* Fixes for some situations where data was not found
New in version 1.3.4
	* Fixes for chunking added
New in version 1.3.2
	* More fixes for mod_proxy 
New in version 1.3
	* Fixes for solaris (we are flushing a bit more
		now). Code changes to allow for multiple filters.
		(even though they are not finished yet).
New Since version 1.0
	* Wow, that was buggy. Filter Cache directory
	  should work quite a bit better now that
		it is working.
	* Not all filters were working since POST
		was not always getting set.
New Since version 0.6
  * Clean up and support for SSI have been added.
    To have your output filtered by mod_include
    use the keyword SSIFILTER.

New Since version 0.1
  *I've gotten rid of the default
   method for getting access to
   that data (through the FILTER_DATA
   env variable). You can turn this
   on by specifying FilterData On.
  *Content-length is set and you can
   read directly as you would for any
   other URI. (I really don't know why
   I didn't do this in the first place)
  *You can turn off getting the data
   through the content-length/post
   method by doing a FilterData Off
  *FilterHeader can be used to turn 
   off HTTP headers in the original
   request (AKA you won't need to do
   anything about them in your filter).
