about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG1
-rw-r--r--lib/unicorn/const.rb2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c0c6658..6ac1c83 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,4 @@
+v0.5.3 - fix 100% CPU usage when idle, small cleanups
 v0.5.2 - force Status: header for compat, small cleanups
 v0.5.1 - exit correctly on INT/TERM, QUIT is still recommended, however
 v0.5.0 - {after,before}_fork API change, small tweaks/fixes
diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb
index f132e84..80731ab 100644
--- a/lib/unicorn/const.rb
+++ b/lib/unicorn/const.rb
@@ -56,7 +56,7 @@ module Unicorn
     REQUEST_URI='REQUEST_URI'.freeze
     REQUEST_PATH='REQUEST_PATH'.freeze
 
-    UNICORN_VERSION="0.5.2".freeze
+    UNICORN_VERSION="0.5.3".freeze
 
     UNICORN_TMP_BASE="unicorn".freeze