about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-09-02 02:20:04 +0000
committerEric Wong <normalperson@yhbt.net>2011-09-02 02:20:04 +0000
commitb6b36c534ae1b6f8120d3e48eca47463f21b06ea (patch)
tree55e9fa03499c65552c2a57283b4737afcc5f6ea3
parent30ab37594677c12a4884d7199d808a8a28832549 (diff)
downloadzbatery-b6b36c534ae1b6f8120d3e48eca47463f21b06ea.tar.gz
Zbatery 4.1.1 - small bugfix v4.1.1
This release fixes a potential reentrancy deadlock when
using the default logger from the Ruby standard library.
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--lib/zbatery.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 962cda3..6969b4b 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v4.1.0.GIT
+DEF_VER=v4.1.1.GIT
 
 LF='
 '
diff --git a/lib/zbatery.rb b/lib/zbatery.rb
index 8783fd4..08ac5b1 100644
--- a/lib/zbatery.rb
+++ b/lib/zbatery.rb
@@ -4,7 +4,7 @@ require 'rainbows'
 Rainbows.forked = true
 module Zbatery
 
-  VERSION = "4.1.0"
+  VERSION = "4.1.1"
 
   Rainbows::Const::RACK_DEFAULTS["SERVER_SOFTWARE"] = "Zbatery #{VERSION}"