about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-04-25 11:58:41 -0700
committerEric Wong <normalperson@yhbt.net>2009-04-25 11:58:41 -0700
commit4dab52409820e94e04d6722da5ddcc2ffebcd154 (patch)
tree75bba5d5492797cb9b8ef9add920b5bc3b7f8160
parentc4c57b3cc4c63051bd0926420f59a83201dc5d64 (diff)
downloadunicorn-4dab52409820e94e04d6722da5ddcc2ffebcd154.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 929175e..a2a5a64 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,4 @@
+v0.7.0 - rack.version is 1.0
 v0.6.0 - cleanups + optimizations, signals to {in,de}crement processes
 v0.5.4 - fix data corruption with some small uploads (not curl)
 v0.5.3 - fix 100% CPU usage when idle, small cleanups
diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb
index 1931530..3bd4808 100644
--- a/lib/unicorn/const.rb
+++ b/lib/unicorn/const.rb
@@ -59,7 +59,7 @@ module Unicorn
     REQUEST_URI='REQUEST_URI'.freeze
     REQUEST_PATH='REQUEST_PATH'.freeze
 
-    UNICORN_VERSION="0.6.0".freeze
+    UNICORN_VERSION="0.7.0".freeze
 
     DEFAULT_HOST = "0.0.0.0".freeze # default TCP listen host address
     DEFAULT_PORT = "8080".freeze    # default TCP listen port