about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorEric Wong <bofh@yhbt.net>2020-12-24 20:28:58 +0000
committerEric Wong <bofh@yhbt.net>2020-12-24 20:38:05 +0000
commitc95f184defc61cb9746f4efa1943ad6d755b95c1 (patch)
tree1cee08955381bdfdf3288e58e7c97527ab6f5745 /GIT-VERSION-GEN
parent81b4ebbde71787deedf113986896880d75b8b71f (diff)
downloadunicorn-d388924730ecb59f3b67e2c8d010f2b0e656e9ce.tar.gz
This release supports env['rack.after_reply'] which allows
rack middleware to pass lambdas to be executed after the client
connection is closed, matching functionality in Puma.

Thanks to Blake Williams for this patch:
https://yhbt.net/unicorn-public/9873E53C-04D3-4759-9678-CA17DBAEF7B7@blakewilliams.me/

The top-level of our website is now simpler and no longer
redundant with the contents of https://yhbt.net/unicorn/README.html
(which contains the old content)
Diffstat (limited to 'GIT-VERSION-GEN')
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 7ffc902..8be8c88 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-DEF_VER = "v5.7.0"
+DEF_VER = "v5.8.0"
 CONSTANT = "Unicorn::Const::UNICORN_VERSION"
 RVF = "lib/unicorn/version.rb"
 GVF = "GIT-VERSION-FILE"