From 49c7681c58dd6dbd85afcdb9884a5dc8ed766192 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 11 Mar 2013 12:34:31 -0400 Subject: Windows install: check DLL type When copying dlls, make sure to only consider DLLs whose type matches the type of what is loading them. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4f4c71a4..c00f7a18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2013-03-11 Jay Berkenbilt + + * 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 * Use ./install-sh (already present) instead of "install -c" to -- cgit v1.2.3-54-g00ecf