about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-06-29 18:49:45 +0000
committerEric Wong <normalperson@yhbt.net>2011-06-29 18:56:47 +0000
commit79c646d69822df542aaabe285eac08cdf4111dc0 (patch)
treebc05230ba2bddab298b251f2f470d25836390aef /GIT-VERSION-GEN
parentcdb9bc905cf8e15e8a7d0900f57409f54a7b80ac (diff)
downloadunicorn-79c646d69822df542aaabe285eac08cdf4111dc0.tar.gz
This release fixes things for users of per-worker "listen"
directives in the after_fork hook.  Thanks to ghazel@gmail.com
for reporting the bug.

The "timeout" configurator directive is now truncated to
0x7ffffffe seconds to prevent overflow when calling
IO.select.
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 e99b00f..98403da 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v4.0.0.GIT
+DEF_VER=v4.0.1.GIT
 
 LF='
 '