prep for release - 5.90071 5.90071
Henry Van Styn [Sun, 10 Aug 2014 13:04:47 +0000 (09:04 -0400)]
Changes
lib/Catalyst.pm [changed mode: 0755->0644]
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index c0da9be..2bb1c21 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,13 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+5.90071 - 2014-08-10
+  - Travis config now performs basic reverse dependency testing.
+  - Restored deprecated 'env' code in Engine.pm b/c it is still being used out
+    in the wild (Catalyst-Plugin-Authentication-0.10023) - (removed in 5.90070)
+  - Reverted changes to debug log/handling (5.90069_003) to fix
+    rev dep Catalyst-Plugin-Static-Simple-0.32 test suite.
+  - Added italian translation of default error.
+
 5.90070 - 2014-08-07
   - Retagged previous release as stable; no changes
 
old mode 100755 (executable)
new mode 100644 (file)
index f93e430..f02d62a
@@ -127,7 +127,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 __PACKAGE__->_encode_check(Encode::FB_CROAK | Encode::LEAVE_SRC);
 
 # Remember to update this in Catalyst::Runtime as well!
-our $VERSION = '5.90070';
+our $VERSION = '5.90071';
 
 sub import {
     my ( $class, @arguments ) = @_;
index ce6708d..f2fb334 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008003; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION = '5.90070';
+our $VERSION = '5.90071';
 
 =head1 NAME