about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-02-14 12:19:02 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-02-14 12:19:02 +0000
commit709ef400130a3a0eeb47271f4357b90c19a92792 (patch)
tree2eec89b473ecf368b2f8c8c19c1e71edb8b4f58f /README
parentd70fae78a6f5d9ee1555974b456af34c180d48dd (diff)
downloadunicorn-709ef400130a3a0eeb47271f4357b90c19a92792.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@36 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index 45f4fbe..78680f1 100644
--- a/README
+++ b/README
@@ -11,7 +11,7 @@ scream without too many portability issues.
 
 == Status
 
-The 0.3.1 release support Ruby On Rails much better than previously, and also
+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.
 
@@ -37,6 +37,9 @@ And you can stop it whenever you like with:
 All of which should be done from your application's directory.  It writes the
 PID of the process you ran into log/mongrel.pid.
 
+There are also many more new options for configuring the rails runner including
+changing to a different directory, adding more MIME types, and setting processor
+threads and timeouts.
 
 == Install