about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-06-27 09:51:43 +0000
committerEric Wong <normalperson@yhbt.net>2011-06-27 09:56:54 +0000
commit4410cd08162b34c4caf93d10d4b35de2e5f845aa (patch)
tree57cafd3bba4bdf8f9c8cefd97bb9dff568cde3ab
parent1e11218dfb89e292197a4b6c8985a25fba08e592 (diff)
downloadzbatery-4410cd08162b34c4caf93d10d4b35de2e5f845aa.tar.gz
Zbatery 4.0.0 - another Rainbows! resync v4.0.0
This gets most of the improvements Rainbows! 4.0.0 got:

* client_max_header_size directive is added to limit per-client
  memory usage in headers.

* An experimental StreamResponseEpoll concurrency option

* minor bugfixes, minor stack depth reduction

Since Zbatery doesn't fork workers, the ability of Unicorn 4.x
to scale to a large amount of worker processes doesn't matter
to us.
-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 b059f8b..e99b00f 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v3.4.0.GIT
+DEF_VER=v4.0.0.GIT
 
 LF='
 '
diff --git a/lib/zbatery.rb b/lib/zbatery.rb
index c2b0aa3..15a32af 100644
--- a/lib/zbatery.rb
+++ b/lib/zbatery.rb
@@ -4,7 +4,7 @@ require 'rainbows'
 Rainbows.forked = true
 module Zbatery
 
-  VERSION = "3.4.0"
+  VERSION = "4.0.0"
 
   Rainbows::Const::RACK_DEFAULTS["SERVER_SOFTWARE"] = "Zbatery #{VERSION}"