Version: 1.010  Date: 2000/06/17 18:26:05
   Apache::RegistryFilter now overrides Apache's header-sending routines
   with no-ops, so that you may leave header-sending calls in your
   Registry scripts.  This means you can use the same code under
   Apache::Registry and Apache::RegistryFilter.
   
   Added a test to make sure the above header-overriding works properly.
   
   Added lots of insane crap to the 'make test' phase to support apaches
   built with --enable-shared=max or any DSOs.  [caelum@debian.org
   (Rafael Kitover)]
   
   During 'perl Makefile.PL', search around for copies of apache to use
   during 'make test'.  Also default to user 'nobody' if the current user
   is root.  [caelum@debian.org (Rafael Kitover)]
   
   Added Apache::SimpleReplace to list of Filter-aware handlers.
   [gyoung@laserlink.net (Geoffrey Young)]
   
   Changed <\Files> to </Files> in documentation. [sbekman@stason.org (Stas Bekman)]


Version: 1.009  Date: 2000/05/27 14:00:58
   Added the Apache::Final class, which catches the first output that the
   last filter in the chain attempts to send to the browser.  We then
   send the proper headers and immediately step out of the way, putting a
   direct connection between the browser and the code sending the data.
   [gyoung@laserlink.net (Geoffrey Young)]
   
   Sped up the PRINT method a little bit by eliminating a temporary
   variable.
   
   Removed a superfluous semicolon in the documentation.
   [sbekman@stason.org (Stas Bekman)]


Version: 1.008  Date: 2000/04/13 00:53:53
   Added the Apache::RegistryFilter module, which provides support for
   Registry scripts in a Filter chain.
   
   Fixed up the Makefile.PL file a bit.


Version: 1.007  Date: 2000/03/24 15:03:14
   Changed several $r->filename instances to $r->finfo.  This will speed
   up operation.  I did this once in the past, but had to change it back
   to $r->filename because $r->finfo wasn't working right.  mod_perl
   version 1.18 claims to have fixed the problems, so I'm changing it
   forth again.
   
   Fixed a run-time server error that occurs when the input filename
   doesn't exist.  [gyoung@laserlink.net (Geoffrey Young)]


Version: 1.006  Date: 2000/01/29 17:54:44
   Added 'handle' parameter to filter_input().
   [Vegard.Vesterheim@runit.sintef.no (Vegard Vesterheim)]
   
   If $r->filename can't be opened, we no longer abort halfway through
   filter_input().  Just return an undef filehandle at the end.
   [gozer@hbesoftware.com (Philippe M. Chiasson)]


Version: 1.005  Date: 1999/10/17 15:59:23
   No changes - version bump to update the README file.


Version: 1.004  Date: 1999/10/17 15:47:27
   Fixed a problem that prevented proper functioning when Perl is
   compiled with sfio instead of stdio.  Should work properly now.


Version: 1.003  Date: 1999/09/12 03:25:45
   Forgot to replace Doug's PerlRun documentation with my
   PerlRunFilter documentation in the last release, so I did it now.


Version: 1.002  Date: 1999/09/12 02:22:47
   Added $VERSION stuff to integrate with CVS.


Version: 1.001  Date: 1999/09/12 02:17:10
   Added files to CVS