Update TODO and Changes
Tomas Doran [Sun, 7 Aug 2011 10:59:51 +0000 (11:59 +0100)]
Changes
TODO

diff --git a/Changes b/Changes
index 38658f3..6d84521 100644 (file)
--- 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 (file)
--- 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