The branch, twofactorauth has been updated via 84a760d5e08db07be76c05d361ed2024ad0d7632 (commit) from c1dfbd5f915820e4fc062fe5711d3a93b8237ef6 (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 | 8 ++++++++ x2go/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index c13fa83..29a2aec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +python-x2go (0.1.0.3-0~x2go1) unstable; urgency=low + + * New upstream version (0.1.0.3): + - Make SSH proxy code more robust against connection failures. + - Make sure, SSH sessions get closed when not needed any more. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 08 Jun 2011 16:18:45 +0200 + python-x2go (0.1.0.2-0~x2go1) unstable; urgency=low * new upstream version (bugfix release 0.1.0.2): diff --git a/x2go/__init__.py b/x2go/__init__.py index 3b4e8e4..c10b32c 100644 --- a/x2go/__init__.py +++ b/x2go/__init__.py @@ -158,7 +158,7 @@ Contact """ __NAME__ = 'python-x2go' -__VERSION__ = '0.1.0.2' +__VERSION__ = '0.1.0.3' from gevent import monkey monkey.patch_all() hooks/post-receive -- python-x2go.git (Python X2Go Client API) 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.git" (Python X2Go Client API).