Updated Changes and MANIFEST
Christian Hansen [Mon, 16 May 2005 22:53:08 +0000 (22:53 +0000)]
Changes
MANIFEST

diff --git a/Changes b/Changes
index a2676f7..2e7455c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -14,6 +14,9 @@ This file documents the revision history for Perl extension Catalyst.
         - installer now supports install_base and destdir
         - allow multiple Catalyst apps to run on the same mod_perl instance
           (not the same app!)
+        - fixed MP2 engines
+        - removed apreq dependency from all MP engines.
+        - added SpeedyCGI engine
 
 5.10  Sat Apr 23 11:16:00 2005
         - updated dependencies to require latest module::pluggable::fast
index 08c7721..b2fde2c 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -8,8 +8,14 @@ lib/Catalyst/Engine.pm
 lib/Catalyst/Engine/Apache.pm
 lib/Catalyst/Engine/Apache/Base.pm
 lib/Catalyst/Engine/Apache/MP13.pm
+lib/Catalyst/Engine/Apache/MP13/APR.pm
+lib/Catalyst/Engine/Apache/MP13/Base.pm
 lib/Catalyst/Engine/Apache/MP19.pm
+lib/Catalyst/Engine/Apache/MP19/APR.pm
+lib/Catalyst/Engine/Apache/MP19/Base.pm
 lib/Catalyst/Engine/Apache/MP20.pm
+lib/Catalyst/Engine/Apache/MP20/APR.pm
+lib/Catalyst/Engine/Apache/MP20/Base.pm
 lib/Catalyst/Engine/CGI.pm
 lib/Catalyst/Engine/CGI/APR.pm
 lib/Catalyst/Engine/CGI/Base.pm
@@ -19,6 +25,8 @@ lib/Catalyst/Engine/FastCGI/Base.pm
 lib/Catalyst/Engine/HTTP.pm
 lib/Catalyst/Engine/HTTP/Base.pm
 lib/Catalyst/Engine/HTTP/Daemon.pm
+lib/Catalyst/Engine/SpeedyCGI.pm
+lib/Catalyst/Engine/SpeedyCGI/Base.pm
 lib/Catalyst/Engine/Test.pm
 lib/Catalyst/Helper.pm
 lib/Catalyst/Log.pm