about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-02-20 06:40:48 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-02-20 06:40:48 +0000
commit766875e7af15b96fad25c5556aa22940b47e7bf5 (patch)
tree0d9f965204d7635705697f916d751a93d8ea47a7 /README
parent1c7d2316b2cef5bff1254f215e57a2395895bd41 (diff)
downloadunicorn-766875e7af15b96fad25c5556aa22940b47e7bf5.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@48 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index 1de4c7d..4b34c60 100644
--- a/README
+++ b/README
@@ -11,9 +11,10 @@ scream without too many portability issues.
 
 == Status
 
-The 0.3.2 release supports Ruby On Rails much better than previously, and also
-sports the beginning of a command and plugin infrastructure.  This last part
-isn't documented yet.
+The 0.3.6 release supports Ruby On Rails much better than previously, and also
+sports the beginning of a command and plugin infrastructure.  There is now a more
+complete CGIWrapper that handles most of the CGI usage, but still doesn't do the
+MIME decoding or file upload/send (it leaves that to CGI).
 
 After you've installed (either with gem install mongrel or via source) you should
 have the mongrel_rails command available in your PATH.  Then you just do the following: