From 361aa5344d6b2bc5d09fc7de20de703a8501264c Mon Sep 17 00:00:00 2001 From: Timothy J Fontaine Date: Fri, 13 Jun 2014 14:39:53 -0700 Subject: [PATCH 1/2] build: run wix tool chain out of process Building MSIs for different arch's can sometimes confuse MSBuild and Wix, isntead run the toolchain externally so we don't have to worry about which arch cmd.exe is running as. --- tools/msvs/msi/nodemsi.wixproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/msvs/msi/nodemsi.wixproj b/tools/msvs/msi/nodemsi.wixproj index 891291d1966..1059bccb22d 100644 --- a/tools/msvs/msi/nodemsi.wixproj +++ b/tools/msvs/msi/nodemsi.wixproj @@ -58,11 +58,11 @@ - + move "!(TargetPath)" "$(TargetDir)\$(TargetFileName)" move "!(TargetPdbPath)" "$(TargetDir)\$(TargetPdbName)" - \ No newline at end of file + From e22ea56647bb72602a0c2d4494a997a4d913bf72 Mon Sep 17 00:00:00 2001 From: Timothy J Fontaine Date: Mon, 16 Jun 2014 19:16:13 -0500 Subject: [PATCH 2/2] node: update changelog to have proper npm version fixes #7793 --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 32c20cf4a77..cce9b0af316 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,7 @@ * openssl: to 1.0.1h (CVE-2014-0224) -* npm: upgrade to 1.4.10 +* npm: upgrade to 1.4.14 * utf8: Prevent Node from sending invalid UTF-8 (Felix Geisendörfer) - *NOTE* this introduces a breaking change, previously you could construct