This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from bc1d185 Update changelog about Cygwin Bash being replaced with Cygwin Dash (Fixes: #636) new e350992 Update changelog about cygwin packages updated to 2014-10-11 new 7b69d4c Apply bug566.aid-debugging.patch from George Trakatelis (uom.edu.gr) 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: debian/changelog | 3 ++- sshmasterconnection.cpp | 5 ++++- 2 files changed, 6 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 e3509921f3aa8df655badeb270a4db85dc2b2762 Author: Mike DePaulo <mikedep333@gmail.com> Date: Sat Oct 11 06:27:26 2014 -0400 Update changelog about cygwin packages updated to 2014-10-11 --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8158f6f..ef993ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -88,7 +88,7 @@ x2goclient (4.0.3.0-0x2go1) UNRELEASED; urgency=low to sh.exe). This also means fewer Cygwin .DLLs are bundled. (Fixes: #636) - Windows: cygwin packages (inluding patched OpenSSH 6.6.1p1-3) updated from - latest versions as of 2014-06-09 to latest versions as of 2014-10-10. This + latest versions as of 2014-06-09 to latest versions as of 2014-10-11. This includes openssl 1.0.1i-1, which fixes the 9 CVEs announced on 2014-08-06. (Cygwin openssl was also individually updated to 1.0.1i-1 in 4.0.2.1+hotfix1+build2.) -- 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 7b69d4cf757bba1a6ee75384577669bbacd5d7c1 Author: Mike DePaulo <mikedep333@gmail.com> Date: Sat Oct 11 06:32:06 2014 -0400 Apply bug566.aid-debugging.patch from George Trakatelis (uom.edu.gr) --- debian/changelog | 1 + sshmasterconnection.cpp | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ef993ed..3c14ab5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -59,6 +59,7 @@ x2goclient (4.0.3.0-0x2go1) UNRELEASED; urgency=low language as the Windows "system locale" AKA "Language for non-Unicode programs." Bug #611 was written for fixing the issue for languages other than the system locale.) + Thanks George Trakatelis (uom.edu.gr) for submitting part of this fix. - Windows: Install VcXsrv "misc" fonts by default, and make all 4 font groups optional: misc, 75dpi, 100dpi and others (Fixes: #108) Note: The fact that all the fonts are included makes the installer about diff --git a/sshmasterconnection.cpp b/sshmasterconnection.cpp index 8c89194..c3f78d7 100755 --- a/sshmasterconnection.cpp +++ b/sshmasterconnection.cpp @@ -519,6 +519,9 @@ void SshMasterConnection::run() #ifdef Q_OS_WIN ssh_options_set ( my_ssh_session, SSH_OPTIONS_SSH_DIR, (mainWnd->getHomeDirectory()+"/ssh").toLocal8Bit()); +#ifdef DEBUG + x2goDebug<<"setting SSH DIR to "<<(mainWnd->getHomeDirectory()+"/ssh").toLocal8Bit(); +#endif if (kerberos) { parseKnownHosts(); @@ -635,7 +638,7 @@ void SshMasterConnection::run() #ifdef Q_OS_WIN ssh_options_set ( my_ssh_session, SSH_OPTIONS_SSH_DIR, (mainWnd->getHomeDirectory()+"/ssh").toLocal8Bit()); #ifdef DEBUG - x2goDebug<<"setting SSH DIR to "<<mainWnd->getHomeDirectory()+"/ssh"; + x2goDebug<<"setting SSH DIR to "<<(mainWnd->getHomeDirectory()+"/ssh").toLocal8Bit(); #endif #endif -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git