From 0874125ce56d52cee0f634712e69d1387eadfae1 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 30 Apr 2011 04:56:28 +0000 Subject: unicorn 1.1.7 - major fixes to minor components No changes to the core code, so this release only affects users of the Unicorn::OobGC and Unicorn::ExecCGI modules. Unicorn::OobGC was totally broken by the fix in the v1.1.6 release and is now reimplemented. Unicorn::ExecCGI (which hardly anybody uses) now returns proper HTTP status codes. --- GIT-VERSION-GEN | 2 +- lib/unicorn/const.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index d182227..7a97c16 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.1.6.GIT +DEF_VER=v1.1.7.GIT LF=' ' diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb index 1c56809..b428be5 100644 --- a/lib/unicorn/const.rb +++ b/lib/unicorn/const.rb @@ -8,8 +8,8 @@ module Unicorn # Symbols did not really improve things much compared to constants. module Const - # The current version of Unicorn, currently 1.1.6 - UNICORN_VERSION="1.1.6" + # The current version of Unicorn, currently 1.1.7 + UNICORN_VERSION="1.1.7" DEFAULT_HOST = "0.0.0.0" # default TCP listen host address DEFAULT_PORT = 8080 # default TCP listen port -- cgit v1.2.3-24-ge0c7