From 1c033dfd66c713afb05911e5e220adb7fc4ddc17 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 9 Jun 2011 13:36:20 -0700 Subject: unicorn 3.7.0 - minor feature update * miscellaneous documentation improvements * return 414 (instead of 400) for Request-URI Too Long * strip leading and trailing linear whitespace in header values User-visible improvements meant for Rainbows! users: * add :ipv6only "listen" option (same as nginx) --- 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 c5c4c17..d25d15a 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v3.6.2.GIT +DEF_VER=v3.7.0.GIT LF=' ' diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb index d90d358..45f19b2 100644 --- a/lib/unicorn/const.rb +++ b/lib/unicorn/const.rb @@ -8,8 +8,8 @@ # improve things much compared to constants. module Unicorn::Const - # The current version of Unicorn, currently 3.6.2 - UNICORN_VERSION = "3.6.2" + # The current version of Unicorn, currently 3.7.0 + UNICORN_VERSION = "3.7.0" # default TCP listen host address (0.0.0.0, all interfaces) DEFAULT_HOST = "0.0.0.0" -- cgit v1.2.3-24-ge0c7