This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch release/4.0.1.x in repository x2goclient. from d7e5f66 Fix mod map on Mac with kerberos. Fix focus on pass form. new 5b935e2 Increase ssh_select timeout to 0.5 sec. The 1 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 | 2 +- sshmasterconnection.cpp | 2 +- 2 files changed, 2 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 release/4.0.1.x in repository x2goclient. commit 5b935e26eab2bdfb4be1a7e63509b570f466ac51 Author: Oleksandr Shneyder <o.schneyder@phoca-gmbh.de> Date: Fri Jan 24 12:21:10 2014 +0100 Increase ssh_select timeout to 0.5 sec. --- debian/changelog | 2 +- sshmasterconnection.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7a27bea..b3e4049 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,7 @@ x2goclient (4.0.1.4-0x2go1) UNRELEASED; urgency=low [ Oleksandr Shneyder ] * New upstream version (4.0.1.4): - - Increase timeout in ssh_select. + - Increase ssh_select timeout to 0.5 sec. - Set mod map from client to server on Mac, hide keyboard settings on Mac. - Fix mod map on Mac with kerberos. - Fix focus on pass form. diff --git a/sshmasterconnection.cpp b/sshmasterconnection.cpp index d4f6e34..34eea42 100755 --- a/sshmasterconnection.cpp +++ b/sshmasterconnection.cpp @@ -1445,7 +1445,7 @@ void SshMasterConnection::channelLoop() struct timeval tv; tv.tv_sec = 0; - tv.tv_usec = 100000; + tv.tv_usec = 500000; int retval; int maxsock=-1; -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git