This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 0046471 Continue development... new f276230 Bundle new version of VcXsrv: 1.15.2.3-xp+vc2013+x2go1 new b2e5e74 Fix permissions on copy-deps-win32 The 2 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. Summary of changes: copy-deps-win32.bat | 2 +- debian/changelog | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit f276230156a4318da20651b32db853cddfbaccfc Author: Mike DePaulo <mikedep333@gmail.com> Date: Fri Feb 20 07:57:29 2015 -0500 Bundle new version of VcXsrv: 1.15.2.3-xp+vc2013+x2go1 --- copy-deps-win32.bat | 2 +- debian/changelog | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/copy-deps-win32.bat b/copy-deps-win32.bat old mode 100755 new mode 100644 index 5929579..ff19bf6 --- a/copy-deps-win32.bat +++ b/copy-deps-win32.bat @@ -7,7 +7,7 @@ xcopy /E /Y D:\x2goclient-contrib\MinGW-DLLs\i686-4.8.2-release-posix-dwarf-r xcopy /E /Y D:\x2goclient-contrib\MSVC-DLLs\2008-9.0.21022.8-x86 %1\ xcopy /E /Y D:\x2goclient-contrib\pulse\5.0-rev18_bin %1\ xcopy /E /Y D:\x2goclient-contrib\PuTTY\0.63_bin %1\ -xcopy /E /Y /I D:\x2goclient-contrib\VcXsrv\1.15.2.2-xp+vc2013+x2go1_bin %1\VcXsrv +xcopy /E /Y /I D:\x2goclient-contrib\VcXsrv\1.15.2.3-xp+vc2013+x2go1_bin %1\VcXsrv xcopy /E /Y D:\x2goclient-contrib\zlib\1.2.8_bin\zlib1.dll %1\ xcopy /E /Y D:\x2goclient-contrib\zlib\x86-mingw4-1.2.7-1_bin\bin\libz.dll %1\ REM until Win32OpenSSL 1.0.1k comes out diff --git a/debian/changelog b/debian/changelog index 3eeeaac..3eafa8f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,10 @@ x2goclient (4.0.4.0-0x2go1) UNRELEASED; urgency=low + [ Mike DePaulo ] * New upstream release (4.0.4.0): - - Continue Development... + - Windows: Bundle new version of VcXsrv: 1.15.2.3-xp+vc2013+x2go1. + The difference from 1.15.2.2-xp+vc2013+x2go1 is that CVE-2015-0255 + has been fixed. -- X2Go Release Manager <git-admin@x2go.org> Thu, 19 Feb 2015 13:25:28 +0100 -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit b2e5e746aea65a886f3db967233541972c769abd Author: Mike DePaulo <mikedep333@gmail.com> Date: Fri Feb 20 07:58:25 2015 -0500 Fix permissions on copy-deps-win32 (Cygwin is behaving strangely in terms of permissions.) --- 0 files changed diff --git a/copy-deps-win32.bat b/copy-deps-win32.bat old mode 100644 new mode 100755 -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git