[Catalyst-commits] r13001 - in Catalyst-Runtime/5.80/trunk: . lib
lib/Catalyst
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Wed Mar 3 23:03:13 GMT 2010
Author: t0m
Date: 2010-03-03 23:03:13 +0000 (Wed, 03 Mar 2010)
New Revision: 13001
Modified:
Catalyst-Runtime/5.80/trunk/Changes
Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm
Log:
Bump versions, expand somewhat on the changelog
Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes 2010-03-03 22:57:24 UTC (rev 13000)
+++ Catalyst-Runtime/5.80/trunk/Changes 2010-03-03 23:03:13 UTC (rev 13001)
@@ -1,7 +1,10 @@
# This file documents the revision history for Perl extension Catalyst.
+5.80021 2010-03-03 23:02:01
+
Bug fixed:
- - uri_for will now escape unsafe chars in captures and encode utf8 chars
+ - $c->uri_for will now escape unsafe characterss in captures
+ ($c->request->captures) and correctly encode utf8 charracters.
5.80020 2010-02-04 06:51:18
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm 2010-03-03 22:57:24 UTC (rev 13000)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm 2010-03-03 23:03:13 UTC (rev 13001)
@@ -7,7 +7,7 @@
# Remember to update this in Catalyst as well!
-our $VERSION='5.80020';
+our $VERSION='5.80021';
$VERSION = eval $VERSION;
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm 2010-03-03 22:57:24 UTC (rev 13000)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm 2010-03-03 23:03:13 UTC (rev 13001)
@@ -78,7 +78,7 @@
# Remember to update this in Catalyst::Runtime as well!
-our $VERSION = '5.80020';
+our $VERSION = '5.80021';
our $PRETTY_VERSION = $VERSION;
$VERSION = eval $VERSION;
More information about the Catalyst-commits
mailing list