More todo notes
[catagits/Catalyst-Runtime.git] / TODO
diff --git a/TODO b/TODO
index 9fd9023..0e5050d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -28,6 +28,11 @@ http://github.com/willert/catalyst-plugin-log4perl-simple/tree
 
 ##  PSGI
 
+###  To do at release time
+
+  - Release psgi branch of Catalyst-Devel
+  - Release new Task::Catalyst
+
 ###  Blockers
 
   * Fix nginx middlewares so that they are generic, or can somehow
@@ -36,18 +41,8 @@ http://github.com/willert/catalyst-plugin-log4perl-simple/tree
 
   * 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.
-
-  * Installation issues with some common modules (from Task::Catalyst)
-      - Catalyst::ActionRole::ACL (test failures, fix in repo:
-        https://github.com/bobtfish/catalyst-actionrole-acl/pull/1)
-      - Catalyst::Plugin::Session::Store::DBIC ( test failure because of
-        change to the way Test::Catalyst works, fix in repo at:
-        http://dev.catalystframework.org/svnweb/Catalyst/revision?rev=14058)
-      - Catalyst::Engine::HTTP::Prefork ?? maybe remove from Task::Catalyst?
-      - CatalystX-SimpleLogin : will work once we fix Catalyst::ActionRole::ACL.
-
-#### Script survey
+    this version - Pedro Melo on list
+    ^^ Cannot replicate this? Mailed back to ask for tests..
 
 ###  Nice to have