about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-05-14 20:09:09 +0000
committerEric Wong <e@80x24.org>2014-05-14 20:09:09 +0000
commit2383ed7bc4ad78f87300a076f92d9b5c2ebbb9c0 (patch)
tree1a2e61f01e045ff1f0bfe03b742da47477b6fecd
parente3a8072170de81f164d02cbfa59a3de18a63513e (diff)
downloadzbatery-2383ed7bc4ad78f87300a076f92d9b5c2ebbb9c0.tar.gz
zbatery 4.2.0 v4.2.0
Lots of updates for deprecated broken stuff, and we have a good
version number to go with it ;)

See the corresponding Rainbows! release for more details:
http://bogomips.org/rainbows-public/m/20140512074058.GB29516@dcvr.yhbt.net

One notable new feature is the addition of the
--no-default-middleware option which I forgot about and should've
released last year when Rainbows! got it :x

Eric Wong (6):
      Rakefile: s/freshmeat.net/freecode.com/
      Rakefile: kill raa_update task
      rubyforge death updates
      update license to GPLv2+
      warn about premature grandparent death on daemonization
      update for Rainbows! compatibility

Lin Jen-Shin (1):
      Add -N or --no-default-middleware option.
-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 e8f60dc..6e65a3c 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v4.1.2.GIT
+DEF_VER=v4.2.0
 
 LF='
 '
diff --git a/lib/zbatery.rb b/lib/zbatery.rb
index 62d1779..53cf5ed 100644
--- a/lib/zbatery.rb
+++ b/lib/zbatery.rb
@@ -4,7 +4,7 @@ require 'rainbows'
 Rainbows.forked = true
 module Zbatery
 
-  VERSION = "4.1.2"
+  VERSION = "4.2.0"
 
   Rainbows::Const::RACK_DEFAULTS["SERVER_SOFTWARE"] = "Zbatery #{VERSION}"