about summary refs log tree commit homepage
path: root/lib/unicorn/const.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-29 14:35:23 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-29 14:35:23 -0700
commit2f497f7c47730522418e44d9de49ee962e47ff2e (patch)
tree05508bf5b1e76aa437eb3bbde24b32aadb3d6077 /lib/unicorn/const.rb
parent774e523e6d52172ac74483fc526626461708ff02 (diff)
downloadunicorn-2f497f7c47730522418e44d9de49ee962e47ff2e.tar.gz
This release fixes a regression introduced in 0.93.3 where
timed-out worker processes run a chance of not being killed off
at all if they're hung.  While it's not ever advisable to have
requests take a long time, we realize it's easy to fix
everything :)

Eric Wong (3):
      TODO: remove --kill
      fix reliability of timeout kills
      TODO: update for next version (possibly 1.0-pre)
Diffstat (limited to 'lib/unicorn/const.rb')
-rw-r--r--lib/unicorn/const.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb
index 1bd9fbd..5ac9ee8 100644
--- a/lib/unicorn/const.rb
+++ b/lib/unicorn/const.rb
@@ -7,7 +7,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.93.4"
+    UNICORN_VERSION="0.93.5"
 
     DEFAULT_HOST = "0.0.0.0" # default TCP listen host address
     DEFAULT_PORT = 8080      # default TCP listen port