The branch, release/4.0.1.x has been updated via 8ac7d8934719d90fcd35769836c02c3e3a54f85b (commit) from 9c621a42b9143d9cfa7f481d3b909693fc6564b2 (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 | 5 +++++ x2goserver/bin/x2goumount-session | 2 ++ 2 files changed, 7 insertions(+) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 5084adf..7c7c7e0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,11 @@ x2goserver (3.1.0.0-0~x2go1) UNRELEASED; urgency=low - run netstat -tl --all to find free ports for graphic, sound and sshfs tunnels in x2gostartagent and x2goresume-session + [ Milan Knížek ] + * New upstream version (3.1.0.0) + - Fix removal of desktop link on x2goumount-session if local folder of a + Windows client gets unmounted. + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 01 Feb 2012 13:45:00 +0100 x2goserver (3.0.99.10-0~x2go1) unstable; urgency=low diff --git a/x2goserver/bin/x2goumount-session b/x2goserver/bin/x2goumount-session index 76791bb..bc163fa 100755 --- a/x2goserver/bin/x2goumount-session +++ b/x2goserver/bin/x2goumount-session @@ -123,6 +123,8 @@ break: } if (! $found) { + + $remote=~s/\/cygdrive\///g; $remote=~s/\//_/g; $remote=(split(":","$remote"))[1]; $remote="$ENV{'HOME'}/Desktop/$remote"; 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).