Thin v0.5.1 Release Notes

    • Add URL rewriting to Rails adapter so that page caching works and / fetches index.html if present.
    • Fix bug in multiline response header parsing.
    • Add specs for the Rails adapter.
    • Fix Set-Cookie headers in Rails adapter to handle multiple values correctly.
    • Fix Ruby 1.9 incompatibility in Response#headers= and Rakefile.
    • Fix parser to be Ruby 1.9 compatible [Aman Gupta]
    • Set gemspec to use EventMachine version 0.8.1 as it's the latest one having precompiled windows binaries. [Francis Cianfrocca].
    • Add -D option to thin script to set debugging on.
    • Output incoming data and response when debugging is on.