From 4dab52409820e94e04d6722da5ddcc2ffebcd154 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 25 Apr 2009 11:58:41 -0700 Subject: unicorn 0.7.0 --- CHANGELOG | 1 + lib/unicorn/const.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-24-ge0c7