[Catalyst-commits] r13641 - Catalyst-Engine-Apache/trunk
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Mon Oct 4 22:34:22 GMT 2010
Author: rafl
Date: 2010-10-04 23:34:22 +0100 (Mon, 04 Oct 2010)
New Revision: 13641
Modified:
Catalyst-Engine-Apache/trunk/Changes
Catalyst-Engine-Apache/trunk/dist.ini
Log:
Version 1.16
Modified: Catalyst-Engine-Apache/trunk/Changes
===================================================================
--- Catalyst-Engine-Apache/trunk/Changes 2010-10-04 22:34:18 UTC (rev 13640)
+++ Catalyst-Engine-Apache/trunk/Changes 2010-10-04 22:34:22 UTC (rev 13641)
@@ -1,5 +1,10 @@
This file documents the revision history for Catalyst::Engine::Apache.
+1.16 2010-10-05 00:29:16
+ - No code changes.
+ - Don't ship .rej files in the dist.
+ - Convert to Dist::Zilla.
+
1.15 2010-10-03 22:07:00
- Fix license info for debian et all.
@@ -18,9 +23,9 @@
- Update streaming test to latest 5.70
1.12 2008-02-20 09:00:00
- - Fixed bug where %2b in query parameter is doubly decoded to ' ', instead of '+'
+ - Fixed bug where %2b in query parameter is doubly decoded to ' ', instead of '+'
(Gavin Henry, Tatsuhiko Miyagawa)
- - Fixed bug where req->base and req->uri would include a port number when running
+ - Fixed bug where req->base and req->uri would include a port number when running
in SSL mode.
- Fixed warning when a non-trivial regex is used in a LocationMatch block.
(Steffen Schwigon)
Modified: Catalyst-Engine-Apache/trunk/dist.ini
===================================================================
--- Catalyst-Engine-Apache/trunk/dist.ini 2010-10-04 22:34:18 UTC (rev 13640)
+++ Catalyst-Engine-Apache/trunk/dist.ini 2010-10-04 22:34:22 UTC (rev 13641)
@@ -1,5 +1,5 @@
name = Catalyst-Engine-Apache
-version = 1.15
+version = 1.16
author = Sebastian Riedel <sri at cpan.org>
author = Christian Hansen <ch at ngmedia.com>
author = Andy Grundman <andy at hybridized.org>
More information about the Catalyst-commits
mailing list