This is an automated email from the git hooks/post-receive script. x2go pushed a change to tag 1.15.2.4-xp+vc2013+x2go1 in repository vcxsrv. at 13caba8 (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 978ec71 Incorporate winmultiwindow.patch from Oleksandr Shneyder (phoca GmbH) new 5c4d723 Update "About VcXsrv" and update the version string to 1.15.2.0-xp+vc2013+x2gochanges1 (A simplified version of the branch name) new 7897367 Simplify the version string: 1.15.2.0-xp+vc2013+x2gochanges1 -> 1.15.2.0-xp+vc2013+x2go1 new c70e12e Fix for last commit new c4962ab Update openssl to version openssl-1.0.1j new 13991a1 Increase version string to 1.15.2.1-xp+vc2013+x2go1 new 212ca5c Call makensis.exe from the PATH new 7e1c3b9 Fix CVE-2014-8091..8103. Patches were ported from Ubuntu 14.04 (xorg-server 1.15.1) new faa5026 Increase version string to 1.15.2.2-xp+vc2013+x2go1 new ee914bf Update openssl to version openssl-1.0.1k new 0d28e60 Remove accidentally added Makefile.bak new 50ca778 Fix OpenSSL build - upstream fix for #209 new 6f11c4a xkb: Don't swap XkbSetGeometry data in the input buffer new 31eac81 xkb: Check strings length against request size new a835056 Correct building.txt in terms of Python new 33bd202 VS 2013 Update 3 -> VS 2013 Update 4 new 2245364 Now using: VS Express -> VS Community Edition. new a769ab7 Increase version string to 1.15.2.3-xp+vc2013+x2go1 new 360fe27 Updated to freetype 2.5.5 new 08e3c32 Update packages.txt about openssl 1.0.1k new 13caba8 Increase version string to 1.15.2.4 The 33 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+x2go1 in repository vcxsrv. commit 08e3c3278cbabc9c801c47f20046e51666bb7b1c 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+x2go1 in repository vcxsrv. commit 13caba89a47f48cac9ee7e754e61d7565063354a Author: Mike DePaulo <mikedep333@gmail.com> Date: Sat Feb 28 07:49:50 2015 -0500 Increase version string to 1.15.2.4 Conflicts: xorg-server/hw/xwin/XWin.rc xorg-server/installer/vcxsrv-64-debug.nsi xorg-server/installer/vcxsrv-64.nsi xorg-server/installer/vcxsrv-debug.nsi xorg-server/installer/vcxsrv.nsi --- 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 3cff699..d31b32b 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-x2gochanges...", 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+x2go1 (20 Feb 2015)", IDC_STATIC, 36, 38, 220, 8 + LTEXT "Version 1.15.2.4-xp+vc2013+x2go1 (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 f7fe237..021e60f 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-64-debug.1.15.2.3-xp+vc2013+x2go1.installer.exe" +OutFile "vcxsrv-64-debug.1.15.2.4-xp+vc2013+x2go1.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 b352ff4..506fdfc 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-64.1.15.2.3-xp+vc2013+x2go1.installer.exe" +OutFile "vcxsrv-64.1.15.2.4-xp+vc2013+x2go1.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 e7a7bb6..2c72b94 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-debug.1.15.2.3-xp+vc2013+x2go1.installer.exe" +OutFile "vcxsrv-debug.1.15.2.4-xp+vc2013+x2go1.installer.exe" ; The default installation directory InstallDir $PROGRAMFILES32\VcXsrv diff --git a/xorg-server/installer/vcxsrv.nsi b/xorg-server/installer/vcxsrv.nsi index b192f75..2e6e89f 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.1.15.2.3-xp+vc2013+x2go1.installer.exe" +OutFile "vcxsrv.1.15.2.4-xp+vc2013+x2go1.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