about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-11-17 22:37:50 +0000
committerEric Wong <e@80x24.org>2015-11-17 22:37:50 +0000
commit639cc06cb0350e1a934f151fcbdb72a1c681792c (patch)
tree04ff113b05b2067cf71e82529efdfa3c42412f58
parent9abee7848c39616af5e584565d7a2c762623a42d (diff)
downloadunicorn-639cc06cb0350e1a934f151fcbdb72a1c681792c.tar.gz
Once again, we allow nil values in response headers.  We've had
this bug since March 2009, and thus cannot expect existing
applications and middlewares running unicorn to fix this.

Unfortunately, supporting this bug contributes to application
server lock-in, but at least we'll document it as such.

Thanks to Owen Ou <o@heroku.com> for reporting this regression:

  http://bogomips.org/unicorn-public/CAO47=rJa=zRcLn_Xm4v2cHPr6c0UswaFC_omYFEH+baSxHOWKQ@mail.gmail.com/

Additionally, systemd examples are now in the examples/ directory
based on a post by Christos Trochalakis <yatiohi@ideopolis.gr>:

  http://bogomips.org/unicorn-public/20150708130821.GA1361@luke.ws.skroutz.gr/
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 9141c74..82ee39e 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-DEF_VER = "v5.0.0"
+DEF_VER = "v5.0.1"
 CONSTANT = "Unicorn::Const::UNICORN_VERSION"
 RVF = "lib/unicorn/version.rb"
 GVF = "GIT-VERSION-FILE"