[Catalyst-commits] r13624 - in Catalyst-Engine-Apache/trunk: .
lib/Catalyst/Engine
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Wed Sep 29 01:02:17 GMT 2010
Author: t0m
Date: 2010-09-29 02:02:17 +0100 (Wed, 29 Sep 2010)
New Revision: 13624
Modified:
Catalyst-Engine-Apache/trunk/
Catalyst-Engine-Apache/trunk/Changes
Catalyst-Engine-Apache/trunk/lib/Catalyst/Engine/Apache.pm
Log:
Version 1.13_01
Property changes on: Catalyst-Engine-Apache/trunk
___________________________________________________________________
Added: svn:ignore
+ Catalyst-Engine-Apache-*
MANIFEST
MANIFEST.bak
META.yml
pm_to_blib
blib
inc
Makefile
Modified: Catalyst-Engine-Apache/trunk/Changes
===================================================================
--- Catalyst-Engine-Apache/trunk/Changes 2010-09-29 01:01:26 UTC (rev 13623)
+++ Catalyst-Engine-Apache/trunk/Changes 2010-09-29 01:02:17 UTC (rev 13624)
@@ -1,5 +1,12 @@
This file documents the revision history for Catalyst::Engine::Apache.
+1.13_01
+ - Update tests to pass again.
+ - Update tests to not throw warnings with newer versions of Catalyst.
+ - Fix $c->req->remote_user with this engine.
+ - Clarify use with non-standard ports.
+ - Fixes RT#61707, RT#61706, RT#61704, RT#36829
+
1.13
- Workaround change in LWP that broke a cookie test (RT #40037)
- Update streaming test to latest 5.70
Modified: Catalyst-Engine-Apache/trunk/lib/Catalyst/Engine/Apache.pm
===================================================================
--- Catalyst-Engine-Apache/trunk/lib/Catalyst/Engine/Apache.pm 2010-09-29 01:01:26 UTC (rev 13623)
+++ Catalyst-Engine-Apache/trunk/lib/Catalyst/Engine/Apache.pm 2010-09-29 01:02:17 UTC (rev 13624)
@@ -14,7 +14,8 @@
$ENV{MOD_PERL_API_VERSION} >= 2
);
-our $VERSION = '1.12';
+our $VERSION = '1.13_01';
+$VERSION = eval $VERSION;
__PACKAGE__->mk_accessors(qw/apache return/);
More information about the Catalyst-commits
mailing list