about summary refs log tree commit homepage
path: root/unicorn.gemspec
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-10-03 18:56:05 +0000
committerEric Wong <e@80x24.org>2017-10-03 18:56:05 +0000
commita14e8115d3450e716428fd3b77b6ede4d0da167e (patch)
tree7dc273f9229caf1c825a5675d35bb027bf172ff0 /unicorn.gemspec
parent50ca22510c2a64c11628f5c89eac5dd47ebc9f5f (diff)
downloadunicorn-a14e8115d3450e716428fd3b77b6ede4d0da167e.tar.gz
This release fixes an occasional GC problem introduced in v5.3.0
to reduce global variable overhead (commit 979ebcf91705709b)

Thanks to Xuanzhong Wei for the patch which lead to this release:

https://bogomips.org/unicorn-public/20171003182054.76392-1-azrlew@gmail.com/T/#u
https://bogomips.org/unicorn-public/20171003145718.30404-1-azrlew@gmail.com/T/#u

Xuanzhong Wei (1):
      fix GC issue on rb_global_variable array
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 74483a2..2e104f7 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.3.0').dup
+  s.version = (ENV['VERSION'] || '5.3.1').dup
   s.authors = ['unicorn hackers']
   s.summary = 'Rack HTTP server for fast clients and Unix'
   s.description = File.read('README').split("\n\n")[1]