about summary refs log tree commit homepage
path: root/TODO
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-04-01 03:35:47 -0700
committerEric Wong <normalperson@yhbt.net>2009-04-01 03:35:47 -0700
commitc0d79dbb2e5f0f23236c60a0e7c5bb92be2512aa (patch)
treed8c0651521f1730af82e885734d985e5158dd499 /TODO
parentf30bfcff2564d6114db9a44cccbad87863dcb913 (diff)
downloadunicorn-c0d79dbb2e5f0f23236c60a0e7c5bb92be2512aa.tar.gz
Diffstat (limited to 'TODO')
-rw-r--r--TODO16
1 files changed, 6 insertions, 10 deletions
diff --git a/TODO b/TODO
index 9342cf1..2241ff9 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,5 @@
 == 1.0.0
 
-  * integration tests for Rails 1.2.x-2.2.x and 2.3.x+
-
   * tests for preload_app boolean
 
   * reexec_worker_processes config option:
@@ -12,16 +10,8 @@
 
   * integration tests with nginx including bad client handling
 
-  * Unicorn philosophy documentation
-
-  * cleanup HttpParser handling of HTTP_BODY
-
-  * read CLI switches in config.ru at startup, not load time
-
   * tests for timeout
 
-  * QA behaviour on 1.9 (with Rails 2.3.x+)
-
   * manpages (why do so few Ruby executables come with proper manpages?)
 
 == 1.1.0
@@ -29,3 +19,9 @@
   * Transfer-Encoding: chunked request handling.  Testcase:
 
       curl -T- http://host:port/path < file_from_stdin
+
+  * code cleanups (launchers)
+
+  * Pure Ruby HTTP parser
+
+  * Rubinius support?