summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAllan Saddi <allan@saddi.com>2007-07-14 09:16:42 -0700
committerAllan Saddi <allan@saddi.com>2007-07-14 09:16:42 -0700
commit9dd66a81c7250657713ae15f397ba78be81d0486 (patch)
treedc9fcca7988344ec65554b4c8338c183cc6e514c /ChangeLog
parent089258c7c6527534bda7c3a4d354e8966c78478f (diff)
downloadflup-9dd66a81c7250657713ae15f397ba78be81d0486.tar.gz
Prevent ThreadPool inconsistences if an exception is actually raised.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 788037b..fd09c95 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-07-14 Allan Saddi <allan@saddi.com>
+
+ * Prevent ThreadPool inconsistences if an exception is
+ actually raised. Thanks to Tim Chen for the patch.
+
2007-05-17 Allan Saddi <allan@saddi.com>
* Fix fcgi_fork so it can run on Solaris. Thanks to