about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-06-09 13:36:20 -0700
committerEric Wong <normalperson@yhbt.net>2011-06-09 13:36:20 -0700
commit1c033dfd66c713afb05911e5e220adb7fc4ddc17 (patch)
treecfb5dbd1e6bfdfc157b9f590f34b916b7fd9e273
parentc3880bb0cc00821d1715a7dd94b0b76a03a7ace0 (diff)
downloadunicorn-1c033dfd66c713afb05911e5e220adb7fc4ddc17.tar.gz
* 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)
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--lib/unicorn/const.rb4
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"