This is an automated email from the git hooks/post-receive script. x2go pushed a change to tag 1.15.2.4-xp+vc2013 in repository vcxsrv. at 7b65337 (commit) This tag includes the following new commits: new 3ffe138 Initial work to get VcXsrv 1.15.2.0 to compile under the MSVC2013 XP target new 9169b4c Update building.txt, you need to decide which build script to use new 9cec60a Additional changes for XP targeting. From [1b493f] on the xp-fixesonly branch. new 0a98b73 Fix build of mhmake new c5dd72a Build was successful. Update building.txt for Python 3, which is now required. new 0ccf45e Specify that buildall.sh should be called, not buildall.bat. new 873f764 Call setvcenv.sh from buildall.sh new 8a8f50c Update NSIS scripts to specify that we are "XP Compatible" new cf84b2d Update buildall.bat to work with VS express edition. Note that I am not using buildall.bat to build currently. new f13663b Update OpenSSL from 1.0.1h to 1.0.1i new d6bee13 Update packages.txt for OpenSSL 1.0.1i new d2d01e3 Revert permissions changes on 3 OpenSSL files new 8aa7b05 Update openssl to version openssl-1.0.1j new 0be6b44 Increase version string to 1.15.2.1-xp+vc2013 new 9380c31 Call makensis.exe from the PATH new 0f3cca7 Fix CVE-2014-8091..8103. Patches were ported from Ubuntu 14.04 (xorg-server 1.15.1) new 15915c2 Increase version string to 1.15.2.2-xp+vc2013 new 4668cbf Update openssl to version openssl-1.0.1k new 43aa0f6 Remove accidentally added Makefile.bak new 7e45dd4 Fix OpenSSL build - upstream fix for #209 new ef3dd96 xkb: Don't swap XkbSetGeometry data in the input buffer new 0413ecd xkb: Check strings length against request size new 1f91982 Correct building.txt in terms of Python new 313ad54 VS 2013 Update 3 -> VS 2013 Update 4 new 5a10289 Now using: VS Express -> VS Community Edition. new 9080263 Increase version string to 1.15.2.3 new 5a8f066 Updated to freetype 2.5.5 new 09ac38d Update packages.txt about openssl 1.0.1k new da4484e Increase version string to 1.15.2.4 new 7b65337 vcxsrv-xp.1.15.2.4.installer.exe -> vcxsrv.1.15.2.4-xp+vc2013.installer.exe The 30 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. -- Alioth's /srv/git/code.x2go.org/vcxsrv.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/vcxsrv.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to tag 1.15.2.4-xp+vc2013 in repository vcxsrv. commit 09ac38dd180aa004f2eeab904f7116abe044ff35 Author: Mike DePaulo <mikedep333@gmail.com> Date: Sat Feb 28 07:23:38 2015 -0500 Update packages.txt about openssl 1.0.1k --- packages.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.txt b/packages.txt index 619fd40..33e0457 100644 --- a/packages.txt +++ b/packages.txt @@ -66,7 +66,7 @@ libxcb git version libxkbfile-1.0.8 mesa git version mkfontscale git version -openssl-1.0.1j +openssl-1.0.1k pixman git version presentproto-1.0 pthreads-w32 cvs version -- Alioth's /srv/git/code.x2go.org/vcxsrv.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/vcxsrv.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to tag 1.15.2.4-xp+vc2013 in repository vcxsrv. commit da4484e53f2a4661e9df43c90aad4b52c2ffc0c2 Author: Mike DePaulo <mikedep333@gmail.com> Date: Sat Feb 28 07:49:50 2015 -0500 Increase version string to 1.15.2.4 --- include/dix-config.h | 2 +- xorg-server/hw/xwin/XWin.rc | 2 +- xorg-server/installer/vcxsrv-64-debug.nsi | 2 +- xorg-server/installer/vcxsrv-64.nsi | 2 +- xorg-server/installer/vcxsrv-debug.nsi | 2 +- xorg-server/installer/vcxsrv.nsi | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/dix-config.h b/include/dix-config.h index c571d2e..726be32 100644 --- a/include/dix-config.h +++ b/include/dix-config.h @@ -366,7 +366,7 @@ #undef XORG_RELEASE /* Current Xorg version */ -#define XORG_VERSION_CURRENT (((1) * 10000000) + ((15) * 100000) + ((2) * 1000) + 3) +#define XORG_VERSION_CURRENT (((1) * 10000000) + ((15) * 100000) + ((2) * 1000) + 4) /* Xorg release date */ #define XORG_DATE "10 Sept 2009" diff --git a/xorg-server/hw/xwin/XWin.rc b/xorg-server/hw/xwin/XWin.rc index 901a404..ad4c61d 100644 --- a/xorg-server/hw/xwin/XWin.rc +++ b/xorg-server/hw/xwin/XWin.rc @@ -47,7 +47,7 @@ BEGIN LTEXT "VcXsrv X Server ", IDC_STATIC, 36, 8, 220, 8 LTEXT "https://sourceforge.net/u/mikedep333/vcxsrv/ci/xp-latestmsvc2013/tree/", IDC_STATIC, 36, 18, 220, 8 LTEXT "x2go-dev@lists.x2go.org", IDC_STATIC, 36, 28, 220, 8 - LTEXT "Version 1.15.2.3-xp+vc2013 (20 Feb 2015)", IDC_STATIC, 36, 38, 220, 8 + LTEXT "Version 1.15.2.4-xp+vc2013 (28 Feb 2015)", IDC_STATIC, 36, 38, 220, 8 DEFPUSHBUTTON "OK", IDOK, 105, 75, 50, 15 END diff --git a/xorg-server/installer/vcxsrv-64-debug.nsi b/xorg-server/installer/vcxsrv-64-debug.nsi index e76e88f..bf4b8e7 100644 --- a/xorg-server/installer/vcxsrv-64-debug.nsi +++ b/xorg-server/installer/vcxsrv-64-debug.nsi @@ -21,7 +21,7 @@ Name "VcXsrv - XP Compatible" ; The file to write -OutFile "vcxsrv-xp-64-debug.1.15.2.3.installer.exe" +OutFile "vcxsrv-xp-64-debug.1.15.2.4.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 f3f52f7..93001a4 100644 --- a/xorg-server/installer/vcxsrv-64.nsi +++ b/xorg-server/installer/vcxsrv-64.nsi @@ -21,7 +21,7 @@ Name "VcXsrv - XP Compatible" ; The file to write -OutFile "vcxsrv-xp-64.1.15.2.3.installer.exe" +OutFile "vcxsrv-xp-64.1.15.2.4.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 5ef0ea3..d505b19 100644 --- a/xorg-server/installer/vcxsrv-debug.nsi +++ b/xorg-server/installer/vcxsrv-debug.nsi @@ -21,7 +21,7 @@ Name "VcXsrv - XP Compatible" ; The file to write -OutFile "vcxsrv-xp-debug.1.15.2.3.installer.exe" +OutFile "vcxsrv-xp-debug.1.15.2.4.installer.exe" ; The default installation directory InstallDir $PROGRAMFILES32\VcXsrv diff --git a/xorg-server/installer/vcxsrv.nsi b/xorg-server/installer/vcxsrv.nsi index ba1c36a..8a7ed89 100644 --- a/xorg-server/installer/vcxsrv.nsi +++ b/xorg-server/installer/vcxsrv.nsi @@ -21,7 +21,7 @@ Name "VcXsrv - XP Compatible" ; The file to write -OutFile "vcxsrv-xp.1.15.2.3.installer.exe" +OutFile "vcxsrv-xp.1.15.2.4.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
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to tag 1.15.2.4-xp+vc2013 in repository vcxsrv. commit 7b65337c8f87fb963c38190ea1c35d9056269dfd Author: Mike DePaulo <mikedep333@gmail.com> Date: Sat Feb 28 18:20:05 2015 -0500 vcxsrv-xp.1.15.2.4.installer.exe -> vcxsrv.1.15.2.4-xp+vc2013.installer.exe --- xorg-server/installer/vcxsrv-64-debug.nsi | 2 +- xorg-server/installer/vcxsrv-64.nsi | 2 +- xorg-server/installer/vcxsrv-debug.nsi | 2 +- xorg-server/installer/vcxsrv.nsi | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/xorg-server/installer/vcxsrv-64-debug.nsi b/xorg-server/installer/vcxsrv-64-debug.nsi index bf4b8e7..624d6cd 100644 --- a/xorg-server/installer/vcxsrv-64-debug.nsi +++ b/xorg-server/installer/vcxsrv-64-debug.nsi @@ -21,7 +21,7 @@ Name "VcXsrv - XP Compatible" ; The file to write -OutFile "vcxsrv-xp-64-debug.1.15.2.4.installer.exe" +OutFile "vcxsrv-64-debug.1.15.2.4-xp+vc2013.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 93001a4..d3081b6 100644 --- a/xorg-server/installer/vcxsrv-64.nsi +++ b/xorg-server/installer/vcxsrv-64.nsi @@ -21,7 +21,7 @@ Name "VcXsrv - XP Compatible" ; The file to write -OutFile "vcxsrv-xp-64.1.15.2.4.installer.exe" +OutFile "vcxsrv-64.1.15.2.4-xp+vc2013.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 d505b19..c8dff0c 100644 --- a/xorg-server/installer/vcxsrv-debug.nsi +++ b/xorg-server/installer/vcxsrv-debug.nsi @@ -21,7 +21,7 @@ Name "VcXsrv - XP Compatible" ; The file to write -OutFile "vcxsrv-xp-debug.1.15.2.4.installer.exe" +OutFile "vcxsrv-debug.1.15.2.4-xp+vc2013.installer.exe" ; The default installation directory InstallDir $PROGRAMFILES32\VcXsrv diff --git a/xorg-server/installer/vcxsrv.nsi b/xorg-server/installer/vcxsrv.nsi index 8a7ed89..5263bb5 100644 --- a/xorg-server/installer/vcxsrv.nsi +++ b/xorg-server/installer/vcxsrv.nsi @@ -21,7 +21,7 @@ Name "VcXsrv - XP Compatible" ; The file to write -OutFile "vcxsrv-xp.1.15.2.4.installer.exe" +OutFile "vcxsrv.1.15.2.4-xp+vc2013.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