about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-02-06 11:20:57 +0000
committerEric Wong <normalperson@yhbt.net>2013-02-06 11:20:57 +0000
commit1b3352ec9b5c9eeb58cf330d6b9ce8753af4ec16 (patch)
treeb510b0685bb285a38f43a1a9e9881eaaa7d40961
parent9cd8554749a9f120b010c93933d09d2dd27b1280 (diff)
downloadunicorn-1b3352ec9b5c9eeb58cf330d6b9ce8753af4ec16.tar.gz
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
thanks to Lin Jen-Shin.

There are only documentation and test-portability updates
since 4.6.0pre1, no code changes.
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 46ef417..56aef5f 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v4.6.0.pre1
+DEF_VER=v4.6.0
 
 LF='
 '