This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 8bc1b2b {example/x2goclient-cli,src/onmainwindow.cpp}: remove hopefully obsolete HOSTNAME exporting into environment. new 248d227 debian/changelog: add bug closure for #1122. 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 | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/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 248d22794db8f63d26187fe21045b64e12088427 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Dec 10 06:03:29 2017 +0100 debian/changelog: add bug closure for #1122. --- debian/changelog | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5cdc048..e3a4322 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ x2goclient (4.1.1.1-0x2go1) UNRELEASED; urgency=medium in MacPorts. - src/sshmasterconnection.cpp: don't ask for private key passphrase if auto-login merely failed due to the server denying the public key. + Fixes: #1122. - src/{httpbrokerclient,onmainwindow,sshmasterconnection}.{cpp,h}: introduce new passphrase_type enum and replace the old verificationCode boolean value with that. Allows using more messages, including a new one @@ -18,11 +19,12 @@ x2goclient (4.1.1.1-0x2go1) UNRELEASED; urgency=medium include onmainwindow.h to avoid a circular dependency, it has to be part of SshMasterConnection for now. - src/sshmasterconnection.cpp: query for password if it wasn't already - provided. This usually happens if auto-login is enabled, which bypasses - the password prompt. If auto-login fails, authentication normally - continues via challenge auth or plain passwords, but since users had no - chance to input a password, such authentication will always fail. Give - users a way to enter passwords, in case the auto-login failed. + provided. Fixes: #1122. This usually happens if auto-login is enabled, + which bypasses the password prompt. If auto-login fails, authentication + normally continues via challenge auth or plain passwords, but since + users had no chance to input a password, such authentication will always + fail. Give users a way to enter passwords, in case the auto-login + failed. - src/onmainwindow.cpp: finally include version information in debug output. - res/i18n/x2goclient_*.ts: apply last change to translation files -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git