about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
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 /GIT-VERSION-GEN
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
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 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='
 '