about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
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 /GIT-VERSION-GEN
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 'GIT-VERSION-GEN')
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 5da5904..96f22f6 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v0.93.4.GIT
+DEF_VER=v0.93.5.GIT
 
 LF='
 '