This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch 4.0.3.2-mswin in repository x2goclient. from 3d9708d Windows-Specific Release: 4.0.3.2-20150222 new dea67b0 Update from Cygwin bundle 20141018-3 to 20141018-4 new 026c345 Update/correct changelog 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 | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) -- Alioth's /srv/git/code.x2go.org/x2goclient.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 4.0.3.2-mswin in repository x2goclient. commit dea67b069eab6c5cabedc7ba9d5d7bd8188c3211 Author: Mike DePaulo <mikedep333@gmail.com> Date: Tue Feb 24 07:49:32 2015 -0500 Update from Cygwin bundle 20141018-3 to 20141018-4 --- copy-deps-win32.bat | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/copy-deps-win32.bat b/copy-deps-win32.bat index 2849f43..3d411a0 100755 --- a/copy-deps-win32.bat +++ b/copy-deps-win32.bat @@ -1,4 +1,4 @@ -xcopy /E /Y D:\x2goclient-contrib\cygwin\20141018-3_bin %1\ +xcopy /E /Y D:\x2goclient-contrib\cygwin\20141018-4_bin %1\ del %1\nxproxy.exe.unstripped %1\libXcomp.a %1\libXcomp.dll.a xcopy /E /Y D:\x2goclient-contrib\libssh\0.6.4-x2go1-mingw482_bin\bin\libssh.dll %1\ xcopy /E /Y D:\x2goclient-contrib\libzip\0.9.3_bin\bin\libzip.dll %1\ diff --git a/debian/changelog b/debian/changelog index 8d979d5..b64e661 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,12 @@ x2goclient (4.0.3.2-20150222) unstable; urgency=medium In addition to other changes, CVE-2013-6954 has been fixed. (Note: The Cygwin package name is now "libpng15" because "libpng" is now 1.6.x.) + - Windows: Copy the exact version of each cygwin DLL from the cygwin + binary tarballs rather than copying the "rebased" version from + an X2Go developer's cygwin installation. + What effect this will have on users is TBD. However, it does mean + that we are distributing the exact DLLs that the Cygwin project + provides, which is desirable for security. -- Mike DePaulo <mikedep333@gmail.com> Thu, 22 Feb 2015 13:50:00 -0500 -- Alioth's /srv/git/code.x2go.org/x2goclient.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 4.0.3.2-mswin in repository x2goclient. commit 026c34595394651d26087d5a5a69dc873babe0ac Author: Mike DePaulo <mikedep333@gmail.com> Date: Tue Feb 24 08:01:22 2015 -0500 Update/correct changelog --- debian/changelog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index b64e661..7cd8b75 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -x2goclient (4.0.3.2-20150222) unstable; urgency=medium - * New upstream release (4.0.4.0): +x2goclient (4.0.3.2-20150224) unstable; urgency=medium + * New upstream release (4.0.3.2-20150224): - 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. @@ -18,7 +18,7 @@ x2goclient (4.0.3.2-20150222) unstable; urgency=medium that we are distributing the exact DLLs that the Cygwin project provides, which is desirable for security. - -- Mike DePaulo <mikedep333@gmail.com> Thu, 22 Feb 2015 13:50:00 -0500 + -- Mike DePaulo <mikedep333@gmail.com> Tue, 24 Feb 2015 8:00:00 -0500 x2goclient (4.0.3.2-20150219) unstable; urgency=medium -- Alioth's /srv/git/code.x2go.org/x2goclient.git//../..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git