Release Name: 0.95.1
Notes:
\Rainbows! is an HTTP server for sleepy Rack applications. It is based on
Unicorn, but designed to handle applications that expect long
request/response times and/or slow clients.
* http://rainbows.rubyforge.org/
* rainbows-talk@rubyforge.org
* git://git.bogomips.org/rainbows.git
Changes:
Eric Wong (3):
test_isolate: document why we test with Rack 1.1.0
doc: make RDoc skip private methods
bump Unicorn dependency to 1.1.1
Changes:
GIT-VERSION-GEN | 2 +-
GNUmakefile | 2 +-
lib/rainbows/const.rb | 2 +-
rainbows.gemspec | 4 ++--
t/test_isolate.rb | 4 ++--
5 files changed, 7 insertions(+), 7 deletions(-)
commit 399bbdb5c5e7cf9e716aacd9f0763813edf52423
Author: Eric Wong
Date: Sun Jul 11 02:52:48 2010 +0000
Rainbows! v0.95.1 - depend on newer Unicorn
Eric Wong (3):
test_isolate: document why we test with Rack 1.1.0
doc: make RDoc skip private methods
bump Unicorn dependency to 1.1.1
commit fa57995d922f0bcd63472c7421716ce7a8eee5cc
Author: Eric Wong
Date: Sun Jul 11 02:51:10 2010 +0000
bump Unicorn dependency to 1.1.1
This avoids costant resolution problems on client EOF
during input processing.
commit 35ef536124ef91a20a1093f6161b57c2a2b9f358
Author: Eric Wong
Date: Sat Jul 10 19:00:56 2010 +0000
doc: make RDoc skip private methods
commit 5ce1496ed684aeddf17074280f5023f8debead01
Author: Eric Wong
Date: Sat Jul 10 19:00:46 2010 +0000
test_isolate: document why we test with Rack 1.1.0
|