This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 1ed20bf src/sshmasterconnection.{c,h}: fix builds, new function should have been registered and not static, but private. new a1a2f62 debian/changelog: fixup. 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, 6 insertions(+), 6 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 a1a2f62e90810708956ff30a255b16decbca8a7a Author: Mihai Moldovan <ionic@ionic.de> Date: Wed May 20 09:54:12 2020 +0200 debian/changelog: fixup. --- debian/changelog | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2251bf9..335cf90 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,15 +17,15 @@ x2goclient (4.1.2.3-0x2go1) UNRELEASED; urgency=medium [ Melroy van den Berg ] * New upstream version (4.1.2.3): - - src/sshmasterconnection: send EOF before closing channel. - - src/sshmasterconnection: return false if login check remote command + - src/sshmasterconnection.c: send EOF before closing channel. + - src/sshmasterconnection.c: return false if login check remote command execution failed. - - src/sshmasterconnection: refactor some of the channel loop and fix + - src/sshmasterconnection.c: refactor some of the channel loop and fix channel/session closes. - - src/sshmasterconnection: fix 'when not' password auth. Avoids double + - src/sshmasterconnection.c: fix 'when not' password auth. Avoids double error messages. - - src/sshmasterconnection: correct retval check. - - src/sshmasterconnection: explicitly mark function parameters as unused. + - src/sshmasterconnection.c: correct retval check. + - src/sshmasterconnection.c: explicitly mark function parameters as unused. - .gitignore: ignore Visual Studio temporary files. Fixes: #1469. [ Mihai Moldovan ] -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git