From 4cb1cd95457d2d2457ebc5e82deb1068f5c99bd4 Mon Sep 17 00:00:00 2001 From: Daniel Reimer Date: Fri, 14 Feb 2014 00:30:06 +0000 Subject: [PATCH] Update ChangeLog.txt Add patch.exe.manifest to NSIS svn path=/trunk/RosBE/; revision=2095 --- RosBE-Windows/Root/ChangeLog.txt | 9 +++++---- RosBE-Windows/RosBE.nsi | 1 + 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/RosBE-Windows/Root/ChangeLog.txt b/RosBE-Windows/Root/ChangeLog.txt index 55a68fe..37b3e83 100644 --- a/RosBE-Windows/Root/ChangeLog.txt +++ b/RosBE-Windows/Root/ChangeLog.txt @@ -1,10 +1,11 @@ -*** Feb XXth, 2014 - RosBE 2.1.1 Released +*** Feb 14th, 2014 - RosBE 2.1.1 Released - Amine Edition #2 - - Updated make scripts to use mingw32-make if the makefiles for it are there otherwise use ninja from now on. (Daniel Reimer) -- ROSBE-36 - RosBE patch.exe is a debug build (Thomas Faber) -- Update to ninja 1.4.0 (Amine Khaldi) -- Update to cmake 2.8.12.1 (Amine Khaldi) +- ROSBE-36 added a manifest file for patch.exe (Thomas Faber) +- Updated Ninja to 1.4.0 (Amine Khaldi) +- Updated CMake to 2.8.12.1 (Amine Khaldi) +- Updated SVN to 1.8.5 (Daniel Reimer) *** Dec 22th, 2012 - RosBE 2.1 Released - Amine Edition - diff --git a/RosBE-Windows/RosBE.nsi b/RosBE-Windows/RosBE.nsi index 8787319..9a3b4c4 100644 --- a/RosBE-Windows/RosBE.nsi +++ b/RosBE-Windows/RosBE.nsi @@ -198,6 +198,7 @@ Section -BaseFiles SEC01 File /r Components\Bin\ninja.exe File /r Components\Bin\options.exe File /r Components\Bin\patch.exe + File /r Components\Bin\patch.exe.manifest File /r Components\Bin\pexports.exe File /r Components\Bin\piperead.exe File /r Components\Bin\playwav.exe