CHANGELOG in thin-0.7.1 vs CHANGELOG in thin-0.8.0

- old
+ new

@@ -1,4 +1,19 @@ +== 0.8.0 Dodgy Dentist release + * Fix server crash when header too large. + * Add --require (-r) option to require a library, before executing your script. + * Rename --rackup short option to -R, warn and load as rackup when file ends with .ru. + * List supported adapters in command usage. + * Add file adapter to built-in adapter, serve static files in current directory. + * Allow disabling signal handling in Server with :signals => false + * Make Server.new arguments more flexible, can now specify any of host, port, app or hash options. + * Add --backend option to specified which backend to use, closes #55 + * Serve static file only on GET and HEAD requests in Rails adapter, fixes #58 + * Add threaded option to run server in threaded mode, calling the application in a + thread allowing for concurrency in the Rack adapter, closes #46 + * Guess which adapter to use from directory (chdir option) + or use specified one in 'adapter' option, re #47. + == 0.7.1 Fancy Pants release * Clean stale PID files when starting as daemon, fixes #53 [Chu Yeow] * Require EventMachine 0.11.0 for UNIX domain sockets. Until it's released, install from: gem install eventmachine --source http://code.macournoyer.com * Ruby 1.8.5 compatibility, closes #49 [Wincent Colaiuta]