summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-07-20 10:21:13 +0100
committerCarl Hetherington <cth@carlh.net>2016-07-20 10:21:13 +0100
commitb34310b4e90af1442363fe09db082d68e1721130 (patch)
tree5d0dc102a52bd02db6bbb1f2ff8e4a046a2d3b39 /ChangeLog
parentc7354c8f2052d63b3d4e00da6b57956150c25dbe (diff)
Try to fix intermittent deadlocks with encoding servers.
Before this commit all encoding threads could be removed and then ::encode would always wait on _full_condition no matter what the queue size.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c4f19db9..062677604 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-07-20 Carl Hetherington <cth@carlh.net>
+
+ * Try to fix intermittent hangs with encoding servers.
+
2016-07-14 Carl Hetherington <cth@carlh.net>
* Version 2.9.3 released.