about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-02-11 10:49:56 +0000
committerEric Wong <normalperson@yhbt.net>2011-02-11 11:13:20 +0000
commit061cb38ee10c431a015276c2cf3db37e5e3e66ef (patch)
tree43aee50fbb648abefb60bcd7b1b8a313d3666dfb /GIT-VERSION-GEN
parent93625a24f0b20a89f4ab732c92f76640e387c1a0 (diff)
downloadrainbows-061cb38ee10c431a015276c2cf3db37e5e3e66ef.tar.gz
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.
Diffstat (limited to 'GIT-VERSION-GEN')
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 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='
 '