about summary refs log tree commit homepage
tag namev0.95.0 (ad0baefd8c6bcb76d2e4b41b31041019c7baaf60)
tag date2010-07-10 08:45:37 +0000
tagged byEric Wong <normalperson@yhbt.net>
tagged objectcommit 5308c68e7e...
downloadrainbows-0.95.0.tar.gz
Rainbows! 0.95.0 - sendfile() support!
In addition to the 1.9-only IO.copy_stream, the new sendfile
1.0.0 gem may optionally be used with most concurrency models
(even under 1.8).

See http://rainbows.rubyforge.org/Static_Files.html for more info

Other changes:

* 1.9 encoding bugfix for (Rev)FiberSpawn and FiberPool
* fixed potential rack.input corruption with Revactor
* ThreadPool graceful shutdown no longer blocks until timeout
* optional ServerToken middleware for to display Server: header
* Dependencies bumped to Rack 1.1+ and Unicorn 1.1.0+
* numerous internal cleanups, small bugfixes and speedups
* more concise website oriented at users