From 9c338507225446cb5c477a91c5e5da0bfe305949 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 25 Mar 2009 16:31:33 -0700 Subject: unicorn 0.2.3 --- CHANGELOG | 1 + lib/unicorn/const.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index eb16ceb..c4d1289 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,4 @@ +v0.2.3 - Unlink Tempfiles after use (they were closed, just not unlinked) v0.2.2 - small bug fixes, fix Rack multi-value headers (Set-Cookie:) v0.2.1 - Fix broken Manifest that cause unicorn_rails to not be bundled v0.2.0 - unicorn_rails launcher script. diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb index 8f9e978..ed7f5b1 100644 --- a/lib/unicorn/const.rb +++ b/lib/unicorn/const.rb @@ -68,7 +68,7 @@ module Unicorn REQUEST_URI='REQUEST_URI'.freeze REQUEST_PATH='REQUEST_PATH'.freeze - UNICORN_VERSION="0.2.2".freeze + UNICORN_VERSION="0.2.3".freeze UNICORN_TMP_BASE="unicorn".freeze -- cgit v1.2.3-24-ge0c7