From: Eric Wong Date: Tue, 29 Jan 2013 21:02:55 +0000 (+0000) Subject: unicorn 4.6.0pre1 - hijacking support X-Git-Tag: v4.6.0pre1^0 X-Git-Url: https://repo.or.cz/w/unicorn.git/commitdiff_plain/db919d18e01f6b2339915cbd057fba9dc040988b unicorn 4.6.0pre1 - hijacking support This pre-release adds hijacking support for Rack 1.5 users. See Rack documentation for more information about hijacking. There is also a new --no-default-middleware/-N option for the `unicorn' command to ignore RACK_ENV within unicorn. --- diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 365df8d3..46ef417f 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v4.5.0 +DEF_VER=v4.6.0.pre1 LF=' '