The branch, twofactorauth has been updated via 58bd193467ccc40111b187955bac8b7c7d7ac2b0 (commit) from 4ef2323698bda18366344ccb6f947055e476bd47 (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 | 11 ++++++++++- x2go/__init__.py | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 0b3bc8b..78c19a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,13 @@ -python-x2go (0.0.45.0-0~x2go1) lucid; urgency=low +python-x2go (0.1.0.0-0~x2go1) unstable; urgency=low + + * new upstream version (0.1.0.0): + - adds/updates many of the __doc__ strings + - fix for multiple session notifications + - fix for failing MIME box when resuming sessions + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 25 May 2011 19:56:57 +0200 + +python-x2go (0.0.45.0-0~x2go1) unstable; urgency=low * new upstream version (0.0.45.0): - fixes local folder sharing after session resumption diff --git a/x2go/__init__.py b/x2go/__init__.py index cb1862d..4e6f237 100644 --- a/x2go/__init__.py +++ b/x2go/__init__.py @@ -158,7 +158,7 @@ Contact """ __NAME__ = 'python-x2go' -__VERSION__ = '0.0.45.0' +__VERSION__ = '0.1.0.0' 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).