From d7a5afbafa022c8224342b528ee3269becd9a043 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 4 Sep 2009 12:03:42 -0700 Subject: unicorn 0.91.0 --- CHANGELOG | 1 + lib/unicorn/const.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 96aebae..8326f53 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,4 @@ +v0.91.0 - HTTP/0.9 support, multiline header support, small fixes v0.90.0 - switch chunking+trailer handling to Ragel, v0.8.4 fixes v0.9.2 - Ruby 1.9.2 preview1 compatibility v0.9.1 - FD_CLOEXEC portability fix (v0.8.2 port) diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb index f2e4656..cb08593 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.90.0".freeze + UNICORN_VERSION="0.91.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