From 26ddbb36f5c6e10fd8ce4083d23f7e36f2b63918 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 8 Sep 2009 16:57:01 -0700 Subject: unicorn 0.10.3r * multiple listener and graceful shutdown support * enable murder_lazy_workers to nuke deadlocked processes * HTTP keepalive/pipelining support * remove Rev monkey patch, depend on rev 0.3.0 --- CHANGELOG | 1 + lib/unicorn/const.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 10efbc5..00866ec 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,4 @@ +v0.10.3r - small fixes, depend on rev 0.3.0+ v0.10.2r - monkey-patch Rev for now (experimental) v0.10.1r - --rainbows/-R command-line option (experimental) v0.10.0r - Rainbows! (experimental, not going to Rubyforge) diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb index 9b02b22..787afaa 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.10.2r".freeze + UNICORN_VERSION="0.10.3r".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