The branch, release/4.0.1.x has been updated via 54ced06113c3e1d60d279d438ec485bbc040d310 (commit) from 961c61c1b70c53dbddea01f6cd6c5716691e3f98 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/changelog | 4 ++++ x2goserver/bin/x2gomountdirs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 7cad632..5b97a08 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,10 @@ x2goserver (3.1.1.10-0~x2go1) UNRELEASED; urgency=low * New upstream version (3.1.1.10): - Honour CFLAGS when compiling the server's sgid wrapper script (Fixes: #83). + [ Oleksandr Shneyder ] + * New upstream version (3.1.1.10): + - Fix SSHFS mounting from Ubuntu clients + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 23 Nov 2012 15:35:48 +0100 x2goserver (3.1.1.9-0~x2go1) unstable; urgency=low diff --git a/x2goserver/bin/x2gomountdirs b/x2goserver/bin/x2gomountdirs index 5ebf101..ef7f139 100755 --- a/x2goserver/bin/x2gomountdirs +++ b/x2goserver/bin/x2gomountdirs @@ -116,7 +116,7 @@ print F $dsa_key; close(F); open (F,">$key.ident"); -print F "$host $rsa_identity"; +print F "\[$host\]:$port $rsa_identity"; close(F); chmod(0600,"$key"); hooks/post-receive -- x2goserver.git (X2Go Server) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2goserver.git" (X2Go Server).