about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-07-01 14:15:34 -0700
committerEric Wong <normalperson@yhbt.net>2009-07-01 15:23:54 -0700
commitb67ff587730abfd4e1f78c448ef128315fbf786d (patch)
tree13ffb65fed4d7b875f0fe06088b6a2ffe19f0f21
parent90c0e4666185f29d3484c12ea6d451fcac528376 (diff)
downloadunicorn-b67ff587730abfd4e1f78c448ef128315fbf786d.tar.gz
-rw-r--r--CHANGELOG1
-rw-r--r--lib/unicorn/const.rb2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 64d03ab..58cdd4b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,4 @@
+v0.9.0 - bodies: "Transfer-Encoding: chunked", rewindable streaming
 v0.8.1 - safer timeout handling, more consistent reload behavior
 v0.8.0 - enforce Rack dependency, minor performance improvements and fixes
 v0.7.1 - minor fixes, cleanups and documentation improvements
diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb
index be23bb4..0d44dba 100644
--- a/lib/unicorn/const.rb
+++ b/lib/unicorn/const.rb
@@ -5,7 +5,7 @@ module Unicorn
   # gave about a 3% to 10% performance improvement over using the strings directly.
   # Symbols did not really improve things much compared to constants.
   module Const
-    UNICORN_VERSION="0.8.1".freeze
+    UNICORN_VERSION="0.9.0".freeze
 
     DEFAULT_HOST = "0.0.0.0".freeze # default TCP listen host address
     DEFAULT_PORT = "8080".freeze    # default TCP listen port