From 502b6bbf8a7f1c6d7706578f0e1ef539b68ea134 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 11 Feb 2011 11:22:21 +0000 Subject: [PATCH] Zbatery 3.1.0 - we stole release notes from Rainbows! Small bug fixes that have been sitting around, not much but it's already been one month since our last release. * Unicorn dependency updated to 3.4.0, so we get IPv6 support and Kgio.autopush support for ":tcp_nopush => true" users. * Optional :pool_size argument is fixed for NeverBlock and CoolioThreadPool users. * Mostly minor internal code cleanups * Sunshowers support removed, it was out-of-date and unmaintained. Cramp remains supported for now. * X-Rainbows-* response headers support removed, nobody used it. There are severalnew features in this release not documented here. Consider any new features not mentioned in these release notes to be subject to removal/renaming in future releases. --- GIT-VERSION-GEN | 2 +- lib/zbatery.rb | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 017ae4b..861c86f 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v3.0.0.GIT +DEF_VER=v3.1.0.GIT LF=' ' diff --git a/lib/zbatery.rb b/lib/zbatery.rb index 4c14fe1..b81ad23 100644 --- a/lib/zbatery.rb +++ b/lib/zbatery.rb @@ -4,8 +4,7 @@ require 'rainbows' module Zbatery - # version of Zbatery, currently 3.0.0 - VERSION = "3.0.0" + VERSION = "3.1.0" class << self -- 2.11.4.GIT