[Catalyst-commits] r6404 - in tags/Catalyst-Engine-Apache: . 1.10

andyg at dev.catalyst.perl.org andyg at dev.catalyst.perl.org
Tue May 15 23:17:51 GMT 2007


Author: andyg
Date: 2007-05-15 23:17:50 +0100 (Tue, 15 May 2007)
New Revision: 6404

Added:
   tags/Catalyst-Engine-Apache/1.10/
   tags/Catalyst-Engine-Apache/1.10/Changes
Removed:
   tags/Catalyst-Engine-Apache/1.10/Changes
Log:
Tagged C::E::Apache 1.10

Copied: tags/Catalyst-Engine-Apache/1.10 (from rev 6402, trunk/Catalyst-Engine-Apache)

Deleted: tags/Catalyst-Engine-Apache/1.10/Changes
===================================================================
--- trunk/Catalyst-Engine-Apache/Changes	2007-05-14 17:21:24 UTC (rev 6402)
+++ tags/Catalyst-Engine-Apache/1.10/Changes	2007-05-15 22:17:50 UTC (rev 6404)
@@ -1,62 +0,0 @@
-This file documents the revision history for Catalyst::Engine::Apache.
-
-1.10
-        - Properly detect the base when running within a LocationMatch block.
-        - Use the unparsed URI for building the path instead of Apache's
-          pre-parsed URI.
-        - Load APR::Table when using mod_perl 1.99.
-        - Switch to Module::Install.
-
-1.09    2007-03-28 23:00:00
-        - Fixed compatibility with older Catalyst versions.  5.7008+
-          is recommended for best performance.
-
-1.08    2007-03-28 22:45:00
-        - Improved prepare_query_parameters performance by using C-based
-          Apache modules instead of URI and URI::Escape.
-        - Improved prepare_path performance by removing the use of URI.pm.
-        - Extract host and port from X-Forwarded-Host.
-        - Use Apache2::ModSSL for determining SSL mode if available.
-
-1.07    2006-02-17 17:00:00
-        - Fixed bug: Can't locate object method "FIRSTKEY" via package
-          "APR::Table" when running under mod_perl 2.0.2.
-
-1.06    2006-01-17 16:30:00
-        - Removed t/01use.t as it will fail if Catalyst is not installed.
-
-1.05    2005-12-23 10:00:00
-        - Fixed double-cookie bug on redirects.
-        - Synced tests with Catalyst.
-
-1.04    2005-12-22 13:15:00
-        - Fixed bug when processing a bare HTTP/1.0 HEAD request with no
-          headers.
-
-1.03    2005-12-13 22:30:00
-        - Removed dependency on Catalyst because it causes an endless loop
-          when trying to install Cat with AutoInstall.
-
-1.02    2005-12-06 08:35:00
-        - 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.

Copied: tags/Catalyst-Engine-Apache/1.10/Changes (from rev 6403, trunk/Catalyst-Engine-Apache/Changes)
===================================================================
--- tags/Catalyst-Engine-Apache/1.10/Changes	                        (rev 0)
+++ tags/Catalyst-Engine-Apache/1.10/Changes	2007-05-15 22:17:50 UTC (rev 6404)
@@ -0,0 +1,62 @@
+This file documents the revision history for Catalyst::Engine::Apache.
+
+1.10    2007-05-15 17:40:00
+        - Properly detect the base when running within a LocationMatch block.
+        - Use the unparsed URI for building the path instead of Apache's
+          pre-parsed URI.
+        - Load APR::Table when using mod_perl 1.99.
+        - Switch to Module::Install.
+
+1.09    2007-03-28 23:00:00
+        - Fixed compatibility with older Catalyst versions.  5.7008+
+          is recommended for best performance.
+
+1.08    2007-03-28 22:45:00
+        - Improved prepare_query_parameters performance by using C-based
+          Apache modules instead of URI and URI::Escape.
+        - Improved prepare_path performance by removing the use of URI.pm.
+        - Extract host and port from X-Forwarded-Host.
+        - Use Apache2::ModSSL for determining SSL mode if available.
+
+1.07    2006-02-17 17:00:00
+        - Fixed bug: Can't locate object method "FIRSTKEY" via package
+          "APR::Table" when running under mod_perl 2.0.2.
+
+1.06    2006-01-17 16:30:00
+        - Removed t/01use.t as it will fail if Catalyst is not installed.
+
+1.05    2005-12-23 10:00:00
+        - Fixed double-cookie bug on redirects.
+        - Synced tests with Catalyst.
+
+1.04    2005-12-22 13:15:00
+        - Fixed bug when processing a bare HTTP/1.0 HEAD request with no
+          headers.
+
+1.03    2005-12-13 22:30:00
+        - Removed dependency on Catalyst because it causes an endless loop
+          when trying to install Cat with AutoInstall.
+
+1.02    2005-12-06 08:35:00
+        - 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.




More information about the Catalyst-commits mailing list