about summary refs log tree commit homepage
path: root/unicorn.gemspec
diff options
context:
space:
mode:
authorEric Wong <bofh@yhbt.net>2020-04-27 02:46:26 +0000
committerEric Wong <bofh@yhbt.net>2020-04-27 02:46:26 +0000
commit17de306edbbf4140df7ec49dbb7e26e59d33c0f9 (patch)
tree99cab504af6cebeda51cb1c79edbccb8ba33adac /unicorn.gemspec
parent221340c4ebc1566677a29551bf4be7c05fc64b07 (diff)
downloadunicorn-17de306edbbf4140df7ec49dbb7e26e59d33c0f9.tar.gz
This release fixes a bug for users of multiple listeners setups
where a busy listen socket could starve other listeners.

Thanks to Stan Hu for reporting and testing.

No need to upgrade if you're using a single listen socket.

Link: https://yhbt.net/unicorn-public/CAMBWrQ=Yh42MPtzJCEO7XryVknDNetRMuA87irWfqVuLdJmiBQ@mail.gmail.com/
Diffstat (limited to 'unicorn.gemspec')
-rw-r--r--unicorn.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/unicorn.gemspec b/unicorn.gemspec
index 04cadff..2118dd9 100644
--- a/unicorn.gemspec
+++ b/unicorn.gemspec
@@ -11,7 +11,7 @@ end.compact
 
 Gem::Specification.new do |s|
   s.name = %q{unicorn}
-  s.version = (ENV['VERSION'] || '5.5.4').dup
+  s.version = (ENV['VERSION'] || '5.5.5').dup
   s.authors = ['unicorn hackers']
   s.summary = 'Rack HTTP server for fast clients and Unix'
   s.description = File.read('README').split("\n\n")[1]