about summary refs log tree commit homepage
path: root/lib/rainbows/const.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-06-04 08:24:33 +0000
committerEric Wong <normalperson@yhbt.net>2010-06-04 08:24:33 +0000
commit6ada0eb9916bbcebbcf2af843c1f5fb11904caee (patch)
treeb282872b8db877e72e5b5d1a6910ac247fc0939f /lib/rainbows/const.rb
parent761b4a346865267c3fef79a62b9bebcbf6277319 (diff)
downloadrainbows-6ada0eb9916bbcebbcf2af843c1f5fb11904caee.tar.gz
This release fixes corrupted large response bodies for Ruby 1.8
users with the WriterThreadSpawn and WriterThreadPool models
introduced in 0.93.0.  This bug did not affect Ruby 1.9 users
nor the users of any older concurrency models.

There is also a strange new Rainbows::Sendfile middleware.  It
is used to negate the effect of Rack::Contrib::Sendfile, if that
makes sense.  See the RDoc or
http://rainbows.rubyforge.org/Rainbows/Sendfile.html for all the
gory details.

Finally, the RDoc for our test suite is on the website:

  http://rainbows.rubyforge.org/Test_Suite.html

I wrote this document back when the project started but
completely forgot to tell RDoc about it.  Personally, this
test suite is one of my favorite parts of the project.
Diffstat (limited to 'lib/rainbows/const.rb')
-rw-r--r--lib/rainbows/const.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows/const.rb b/lib/rainbows/const.rb
index 6fee6e0..feed443 100644
--- a/lib/rainbows/const.rb
+++ b/lib/rainbows/const.rb
@@ -3,7 +3,7 @@
 module Rainbows
 
   module Const
-    RAINBOWS_VERSION = '0.93.0'
+    RAINBOWS_VERSION = '0.94.0'
 
     include Unicorn::Const