about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
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 /GIT-VERSION-GEN
parent50ca22510c2a64c11628f5c89eac5dd47ebc9f5f (diff)
downloadunicorn-5.3.1.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 '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 a05e26a..0811c7f 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-DEF_VER = "v5.3.0"
+DEF_VER = "v5.3.1"
 CONSTANT = "Unicorn::Const::UNICORN_VERSION"
 RVF = "lib/unicorn/version.rb"
 GVF = "GIT-VERSION-FILE"