git clone git://github.com/macournoyer/thin.git
Update TODO and ann email for next release
Add more doc in thin script and cluster files.
Fix current cluster port number not beeing forwarded to thin script.
Add cluster support through the -s option in the thin script, start 3 thins like this:
Don't send email w/ announce task
Details doc and add some users to the site
Added Dinooz to the website users page
awwh guess I'm still asleep, small typo
Add Kevin's blog to the users page
Update Git repo url.
Fix IOError when writing to logger when starting server as a daemon.
Add some thing to do
Fix typo in thin script usage message and expand chdir path
Rename thin script options to be the same as mongrel_rails script.
Put Thin name in lowercase again
Updated announcement email
Update announcement email and make benchmark script more cutomizable.
Add codename to version.
Add bug section in TODO
Refactor Rakefile into seperate .rake files
Add simple benchmark script
Add --prefix task to TODO
Add URL rewriting to Rails adapter so that page caching works and / fetches index.html if present.
Add Rails app for testing and Rails adapter specs
* Fix bug in multiline response header parsing.
Add some TODOs
Forgot to update CHANGELOG
Fix Set-Cookie headers in Rails adapter to handle multiple values correcly.
Restore usage and download pages on web site.
Fix Ruby 1.9 incompatibility in Response#headers= and Rakefile.