From 79c646d69822df542aaabe285eac08cdf4111dc0 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 29 Jun 2011 18:49:45 +0000 Subject: unicorn 4.0.1 - regression bugfixes 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. --- GIT-VERSION-GEN | 2 +- lib/unicorn/const.rb | 3 +-- 2 files changed, 2 insertions(+), 3 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=' ' diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb index eb85837..a119629 100644 --- a/lib/unicorn/const.rb +++ b/lib/unicorn/const.rb @@ -8,8 +8,7 @@ # improve things much compared to constants. module Unicorn::Const - # The current version of Unicorn, currently 4.0.0 - UNICORN_VERSION = "4.0.0" + UNICORN_VERSION = "4.0.1" # default TCP listen host address (0.0.0.0, all interfaces) DEFAULT_HOST = "0.0.0.0" -- cgit v1.2.3-24-ge0c7