about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-02-11 11:22:21 +0000
committerEric Wong <normalperson@yhbt.net>2011-02-11 11:22:21 +0000
commit502b6bbf8a7f1c6d7706578f0e1ef539b68ea134 (patch)
tree92cc0ab897480e92bdb29cd05a8e00bc0dad30f3
parent190d64dde0ba0f6e14076829668a506ab511893b (diff)
downloadzbatery-502b6bbf8a7f1c6d7706578f0e1ef539b68ea134.tar.gz
Zbatery 3.1.0 - we stole release notes from Rainbows! v3.1.0
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.
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--lib/zbatery.rb3
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