summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-10-27 21:00:41 +0100
committerCarl Hetherington <cth@carlh.net>2016-10-31 11:34:16 +0000
commit83efe84020dc0ba2801c4b305448790720fe133f (patch)
treecbe46d9cbcad21e9495f2624e2c8c8f61e1ca0e3 /ChangeLog
parent5b04f870694373ad9c6086aed5ab38b0c6b41ccc (diff)
Use the same ContextID whenever encrypting the picture asset for a project;
this ensures that resumption of encodes works. Before this, a random ContextID would be created for each run (#980).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 60e90800e..f2057c48d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-10-31 c.hetherington <cth@carlh.net>
+
+ * Fix failure to resume encodes when using encryption (#980).
+
2016-10-29 Carl Hetherington <cth@carlh.net>
* Updated de_DE translation from Carsten Kurz.