summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-01 19:51:53 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-01 19:51:53 +0100
commita16f2c07ea7301ed1b82b9039ea7db7c025054ff (patch)
treec3cedad2e9f8634e5f6fec8836f0ea0c55f02b09 /ChangeLog
parent78d8f1166fb0f8f8cee7996e3c9b7f5d088f72df (diff)
Fix crash on cancellation of encodes during check of image data; allow cancellation during this time (#679).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 98e349d09..d7d7e2ca5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2015-09-01 Carl Hetherington <cth@carlh.net>
+ * Allow cancellation of transcodes during the
+ checking of existing frames (#679).
+
* Version 2.1.49 released.
2015-08-31 Carl Hetherington <cth@carlh.net>