From 639cc06cb0350e1a934f151fcbdb72a1c681792c Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 17 Nov 2015 22:37:50 +0000 Subject: unicorn 5.0.1 - continuing to violate Rack SPEC 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 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 : http://bogomips.org/unicorn-public/20150708130821.GA1361@luke.ws.skroutz.gr/ --- GIT-VERSION-GEN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3-24-ge0c7