summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-02 17:03:50 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-02 17:03:50 +0100
commitb010bf3a39efe65db2251fbbf2640b2d9e539200 (patch)
tree61ac0f5144e0f4dd6c8a19e8101271ca09b76e9c /ChangeLog
parent73d54683d5e034b56e2edca968b477bb1b3a9603 (diff)
Don't share _terminate.
_terminate was being shared between enqueue() and the encoding threads so that when terminating and recreating the encoding threads any pending enqueue() was dropped (#683).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index db822ffa8..d6821b4a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-09-02 c.hetherington <cth@carlh.net>
+
+ * Fix problems when changing the number
+ of encoding servers / threads during an
+ encode (#683).
+
2015-09-02 Carl Hetherington <cth@carlh.net>
* Version 2.1.50 released.