The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
This file documents the revision history for Catalyst::Engine::Apache.

1.02 
        - Default to text/html, like the standalone server.

1.01    2005-12-05 14:25:00
        - Added $c->engine->return method to allow custom Apache status
          codes to be returned from the mod_perl handler.
        - Fixed mod_perl 1.99 engine to use correct Apache::OK status code.

1.00    2005-11-13 19:30:00
        - No changes, version bumped to coincide with Catalyst 5.50.

0.99002 2005-11-08 09:00:00
        - Really fixed the return values and status codes this time!

0.99001 2005-10-25 21:25:00
        - Fixed return value from handler to use the correct
          Apache::Const or Apache2::Const value rather than a numeric
          value.
        - Fixed query param handling.
        - Added automated tests using Apache::Test.

0.99    2005-10-10 10:15:00
        - Initial release, separated Apache engines from Catalyst core.