From 7450ebd46b6e7cf0eb59a3d6d561d5d6252bef16 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 18 Aug 2012 07:04:11 +0000 Subject: Rainbows! 4.4.0 - minor improvements For epoll/Cool.io-based concurrency models, shutdown() is now used to timeout keepalive clients to avoid race conditions. Minor documentation improvements. --- GIT-VERSION-GEN | 2 +- lib/rainbows/const.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index db426b7..9b8fa58 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v4.3.1.GIT +DEF_VER=v4.4.0.GIT LF=' ' diff --git a/lib/rainbows/const.rb b/lib/rainbows/const.rb index 1b098ba..27fef50 100644 --- a/lib/rainbows/const.rb +++ b/lib/rainbows/const.rb @@ -2,7 +2,7 @@ # :enddoc: module Rainbows::Const - RAINBOWS_VERSION = '4.3.1' + RAINBOWS_VERSION = '4.4.0' include Unicorn::Const -- cgit v1.2.3-24-ge0c7