From 943f9ff1a04eb1c0e494bd74b269d3e93e809a98 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 13 Apr 2009 12:08:03 -0700 Subject: unicorn 0.5.0 --- CHANGELOG | 1 + lib/unicorn/const.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index cddb5be..f71cdf9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,4 @@ +v0.5.0 - {after,before}_fork API change, small tweaks/fixes v0.4.2 - fix Rails ARStore, FD leak prevention, descriptive proctitles v0.4.1 - Rails support, per-listener backlog and {snd,rcv}buf v0.2.3 - Unlink Tempfiles after use (they were closed, just not unlinked) diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb index f359594..2d5d9d4 100644 --- a/lib/unicorn/const.rb +++ b/lib/unicorn/const.rb @@ -58,7 +58,7 @@ module Unicorn REQUEST_URI='REQUEST_URI'.freeze REQUEST_PATH='REQUEST_PATH'.freeze - UNICORN_VERSION="0.4.2".freeze + UNICORN_VERSION="0.5.0".freeze UNICORN_TMP_BASE="unicorn".freeze -- cgit v1.2.3-24-ge0c7