From 2383ed7bc4ad78f87300a076f92d9b5c2ebbb9c0 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 14 May 2014 20:09:09 +0000 Subject: zbatery 4.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. --- 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 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}" -- cgit v1.2.3-24-ge0c7