about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-10-09 00:03:43 +0000
committerEric Wong <normalperson@yhbt.net>2010-10-09 00:03:43 +0000
commit2243c97edf80d635871bc678794f07d6c1d033c2 (patch)
tree1f32029c8883cb098555b53c6c8eee21709b09f2 /GIT-VERSION-GEN
parent6eb46e422f4b2ba98c795fca5e18e7262c0c688e (diff)
downloadunicorn-2243c97edf80d635871bc678794f07d6c1d033c2.tar.gz
There is a new Unicorn::PrereadInput middleware to which allows
input bodies to be drained off the socket and buffered to disk
(or memory) before dispatching the application.

HTTP Pipelining behavior is fixed for Rainbows!  There
are some small Kgio fixes and updates for Rainbows!
users as well.
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 8b23932..ae8f539 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.0.0pre2.GIT
+DEF_VER=v2.0.0pre3.GIT
 
 LF='
 '