From 8a2c144a59b2231caec8ac3f047c62e162f100bd Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 18 Aug 2009 15:28:37 -0700 Subject: unicorn 0.10.2r --- CHANGELOG | 1 + lib/unicorn/const.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 172e8e3..10efbc5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,4 @@ +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) v0.90.0 - switch chunking+trailer handling to Ragel, v0.8.4 fixes diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb index 34f78b7..9b02b22 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.0r".freeze + UNICORN_VERSION="0.10.2r".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