From b6b36c534ae1b6f8120d3e48eca47463f21b06ea Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 2 Sep 2011 02:20:04 +0000 Subject: [PATCH] Zbatery 4.1.1 - small bugfix This release fixes a potential reentrancy deadlock when using the default logger from the Ruby standard library. --- GIT-VERSION-GEN | 2 +- lib/zbatery.rb | 2 +- 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}" -- 2.11.4.GIT