about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-03-15 12:36:10 +0000
committerEric Wong <normalperson@yhbt.net>2011-03-15 12:36:10 +0000
commite9cb419a7887fce13fc7b185177c87fc45279383 (patch)
tree1c133dbbd8f421e38634b145b0e4e924ee6d22e6
parentf550b2ac5cdfedba53564609af19db38c302bbf4 (diff)
downloadrainbows-e9cb419a7887fce13fc7b185177c87fc45279383.tar.gz
We now use IO#trysendfile in the sendfile 1.1.0 to reduce the
cost of generating backtraces for slow clients (from EAGAIN).
Nothing new for people not serving static files (but more
on the way).

Existing "sendfile" gem users must upgrade to 1.1.0
or risk being left without sendfile support at all:
 http://bogomips.org/rainbows.git/patch?id=cd8a874d
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--lib/rainbows/const.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 861c86f..65262ac 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v3.1.0.GIT
+DEF_VER=v3.2.0.GIT
 
 LF='
 '
diff --git a/lib/rainbows/const.rb b/lib/rainbows/const.rb
index 4cba26b..1d25b2a 100644
--- a/lib/rainbows/const.rb
+++ b/lib/rainbows/const.rb
@@ -2,7 +2,7 @@
 # :enddoc:
 module Rainbows::Const
 
-  RAINBOWS_VERSION = '3.1.0'
+  RAINBOWS_VERSION = '3.2.0'
 
   include Unicorn::Const