This is an automated email from the git hooks/post-receive script. x2go pushed a commit to tag 1.14.3.2 in repository vcxsrv. commit 5e505b7d453236c68bd11d5e85a5f4cb6625bab5 Author: Mike DePaulo <mikedep333@gmail.com> Date: Sun Apr 6 08:19:14 2014 -0400 Update NSIS scripts to specify that we are "XP Compatible" --- xorg-server/installer/vcxsrv-64-debug.nsi | 4 ++-- xorg-server/installer/vcxsrv-64.nsi | 4 ++-- xorg-server/installer/vcxsrv-debug.nsi | 4 ++-- xorg-server/installer/vcxsrv.nsi | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/xorg-server/installer/vcxsrv-64-debug.nsi b/xorg-server/installer/vcxsrv-64-debug.nsi index d74f53c..0c13160 100644 --- a/xorg-server/installer/vcxsrv-64-debug.nsi +++ b/xorg-server/installer/vcxsrv-64-debug.nsi @@ -18,10 +18,10 @@ ;-------------------------------- ; The name of the installer -Name "VcXsrv" +Name "VcXsrv - XP Compatible" ; The file to write -OutFile "vcxsrv-64-debug.1.14.3.1.installer.exe" +OutFile "vcxsrv-xp-64-debug.1.14.3.1.installer.exe" ; The default installation directory InstallDir $PROGRAMFILES64\VcXsrv diff --git a/xorg-server/installer/vcxsrv-64.nsi b/xorg-server/installer/vcxsrv-64.nsi index fdd47c6..8ee4b37 100644 --- a/xorg-server/installer/vcxsrv-64.nsi +++ b/xorg-server/installer/vcxsrv-64.nsi @@ -18,10 +18,10 @@ ;-------------------------------- ; The name of the installer -Name "VcXsrv" +Name "VcXsrv - XP Compatible" ; The file to write -OutFile "vcxsrv-64.1.14.3.1.installer.exe" +OutFile "vcxsrv-xp-64.1.14.3.1.installer.exe" ; The default installation directory InstallDir $programfiles64\VcXsrv diff --git a/xorg-server/installer/vcxsrv-debug.nsi b/xorg-server/installer/vcxsrv-debug.nsi index cbefffa..ff9fc43 100644 --- a/xorg-server/installer/vcxsrv-debug.nsi +++ b/xorg-server/installer/vcxsrv-debug.nsi @@ -18,10 +18,10 @@ ;-------------------------------- ; The name of the installer -Name "VcXsrv" +Name "VcXsrv - XP Compatible" ; The file to write -OutFile "vcxsrv-debug.1.14.3.1.installer.exe" +OutFile "vcxsrv-xp-debug.1.14.3.1.installer.exe" ; The default installation directory InstallDir $PROGRAMFILES32\VcXsrv diff --git a/xorg-server/installer/vcxsrv.nsi b/xorg-server/installer/vcxsrv.nsi index 7cebd55..acc4225 100644 --- a/xorg-server/installer/vcxsrv.nsi +++ b/xorg-server/installer/vcxsrv.nsi @@ -18,10 +18,10 @@ ;-------------------------------- ; The name of the installer -Name "VcXsrv" +Name "VcXsrv - XP Compatible" ; The file to write -OutFile "vcxsrv.1.14.3.1.installer.exe" +OutFile "vcxsrv-xp.1.14.3.1.installer.exe" ; The default installation directory InstallDir $PROGRAMFILES32\VcXsrv -- Alioth's /srv/git/code.x2go.org/vcxsrv.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/vcxsrv.git