aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2013-03-11 17:34:31 +0100
committerJay Berkenbilt <ejb@ql.org>2013-03-11 19:10:37 +0100
commit49c7681c58dd6dbd85afcdb9884a5dc8ed766192 (patch)
tree5f786f49582211c2dc659941fb4b97c5942701a6 /ChangeLog
parent3803e9cc4a9b17996b2eeceed9e39ac53a01b1a2 (diff)
downloadqpdf-49c7681c58dd6dbd85afcdb9884a5dc8ed766192.tar.zst
Windows install: check DLL type
When copying dlls, make sure to only consider DLLs whose type matches the type of what is loading them.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f4c71a4..c00f7a18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2013-03-11 Jay Berkenbilt <ejb@ql.org>
+
+ * When creating Windows binary distributions, make sure to only
+ copy DLLs of the correct type. The ensures that the 32-bit
+ distributions contain 32-bit DLLs and the 64-bit distributions
+ contain 64-bit DLLs.
+
2013-03-07 Jay Berkenbilt <ejb@ql.org>
* Use ./install-sh (already present) instead of "install -c" to