summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-10-09 16:02:58 +0100
committerCarl Hetherington <cth@carlh.net>2013-10-09 16:02:58 +0100
commit695c3dfcf2f636c3db694c4ab6fb000bb4665b26 (patch)
tree44148da3b566d655a24ce0cd5d637e5f15cb476b
parent051e171bde7bc04f1c08453745fc7dfe33353f9c (diff)
Bump libdcp.
-rw-r--r--ChangeLog5
-rw-r--r--cscript2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7072a0d76..52b27fb37 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2013-10-09 Carl Hetherington <cth@carlh.net>
+ * Bump libdcp version to pull in speculative fix
+ for AuthorizedDeviceList thumbprints in KDMs.
+
+2013-10-09 Carl Hetherington <cth@carlh.net>
+
* Version 1.08 released.
2013-10-09 Carl Hetherington <cth@carlh.net>
diff --git a/cscript b/cscript
index 07061d73c..cad0f9401 100644
--- a/cscript
+++ b/cscript
@@ -4,7 +4,7 @@ import os
def dependencies(target):
return (('ffmpeg-cdist', 'b1219246a0cce9a4b916669d506bb33c925225c3'),
- ('libdcp', '49291e362d7236f3ea39b297f4f18cf297571f78'))
+ ('libdcp', 'f45c39be13bae47936d8b87be45df55741b5bb9c'))
def build(target):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()