about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-12-05 18:36:12 +0000
committerEric Wong <normalperson@yhbt.net>2011-12-05 18:36:12 +0000
commit5c36afdcab8af15cf979e76e87b6c99f857480bc (patch)
tree5db4c404512fb62405411cf972d60f3af7c0ac2e
parent36936f0d729d06c5d2dda2147b9404055c1d0dd9 (diff)
downloadzbatery-5c36afdcab8af15cf979e76e87b6c99f857480bc.tar.gz
Zbatery 4.1.2 - we don't fork, but our apps may! v4.1.2
There are two bugfixes in this release.  Rack applications that
use fork() internally should now behave as-expected when
receiving SIGCHLD.  The pid file is also unlinked during a
graceful shutdown.
-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 6969b4b..e8f60dc 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v4.1.1.GIT
+DEF_VER=v4.1.2.GIT
 
 LF='
 '
diff --git a/lib/zbatery.rb b/lib/zbatery.rb
index 5d208b1..65c9d0c 100644
--- a/lib/zbatery.rb
+++ b/lib/zbatery.rb
@@ -4,7 +4,7 @@ require 'rainbows'
 Rainbows.forked = true
 module Zbatery
 
-  VERSION = "4.1.1"
+  VERSION = "4.1.2"
 
   Rainbows::Const::RACK_DEFAULTS["SERVER_SOFTWARE"] = "Zbatery #{VERSION}"