about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
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 /GIT-VERSION-GEN
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 'GIT-VERSION-GEN')
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index d8c4319..033c2c0 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v0.93.0.GIT
+DEF_VER=v0.94.0.GIT
 
 LF='
 '