From: Tomas Doran Date: Sun, 7 Aug 2011 10:59:51 +0000 (+0100) Subject: Update TODO and Changes X-Git-Tag: 5.9000~10^2~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=72697c1dd132db9c4df3ec69e770cb3592f44382;hp=b9f72120e78ad2b0bb2e2fe8dee3732b4496b99c Update TODO and Changes --- diff --git a/Changes b/Changes index 38658f3..6d84521 100644 --- a/Changes +++ b/Changes @@ -1,9 +1,32 @@ # This file documents the revision history for Perl extension Catalyst. + Fixed extensions: + + - A number of modules have been updated to pass their tests or not + produce deprecation warnings with the latest version of Catalyst. + + These are: + + Test::WWW::Mechanize::Catalyst - has been updated to not produce + deprecation warnings. + + Catalyst::ActionRole::ACL - has been updated to fix failing tests + (although older versions still function perfectly with this + version of Catalyst). + + Catalyst::Plugin::Session::Store::DBIC - has been updated to fix + failing tests (although older versions still function perfectly + with this version of Catalyst). + Backward compatibility fixes: - Fix calling MyApp->engine_class to set the engine class manually. + Documentation: + + - Documentation which was in the now removed Catalyst::Engine::* classes + has been moved to Catalyst::Manual::Deployment + 5.89003 2011-07-28 20:11:50 (TRIAL release) Backward compatibility fixes: diff --git a/TODO b/TODO index 6d64457..e53739b 100644 --- a/TODO +++ b/TODO @@ -52,8 +52,6 @@ http://github.com/willert/catalyst-plugin-log4perl-simple/tree If it isn't needed, remove. If it is needed, split it out into it's own file and document why it's needed. - * Finish fixing up Catalyst::Manual::Deployment and update for psgi. - * I've noticed a small difference with Catalyst::Test. The latest stable version include two headers, 'host' and 'https'. They are missing from this version - Pedro Melo on list