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 "Python X2go Client API". The branch, develop has been updated via 580436d5f8210a4c60574e59c31af5831288a340 (commit) via a7c90dab10f41d9ecc56011924ed8ea148f81400 (commit) via 617488cf69cf7a5c71871fa3b1629d341a2c7c4a (commit) via e77f35f10c67781585e3590f860a14b7da07612f (commit) from 937c799f779752dc857e62071330c820a7527d49 (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 ----------------------------------------------------------------- commit 580436d5f8210a4c60574e59c31af5831288a340 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Feb 25 17:26:13 2011 +0100 added basic support for environment variable injection into server session commit a7c90dab10f41d9ecc56011924ed8ea148f81400 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Feb 25 17:25:48 2011 +0100 adding patches dir to doc section of Debianp package commit 617488cf69cf7a5c71871fa3b1629d341a2c7c4a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Feb 25 17:25:05 2011 +0100 added x2goserver patches for X2goDropbox feature in Python X2go commit e77f35f10c67781585e3590f860a14b7da07612f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Feb 25 16:45:56 2011 +0100 removed tabs, replaced by blanks ----------------------------------------------------------------------- Summary of changes: debian/python-x2go.docs | 3 +- .../3.0.1.x/x2gomountdirs_X2goDropbox.patch | 77 +++++++++++++++++++ .../3.0.99.x/x2gomountdirs_X2goDropbox.patch | 78 ++++++++++++++++++++ x2go/backends/terminal/_stdout.py | 22 +++++- x2go/session.py | 7 +- 5 files changed, 182 insertions(+), 5 deletions(-) create mode 100644 patches/x2goserver/3.0.1.x/x2gomountdirs_X2goDropbox.patch create mode 100644 patches/x2goserver/3.0.99.x/x2gomountdirs_X2goDropbox.patch hooks/post-receive -- Python X2go Client API