The branch, twofactorauth has been updated via 1a5aed7b7146d7925f1abca9c451c028db65b39c (commit) from ef0811d98d2bc8038ed78385c4add0572bba134b (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 | 7 +++++++ x2go/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index d712e12..c13fa83 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-x2go (0.1.0.2-0~x2go1) unstable; urgency=low + + * new upstream version (bugfix release 0.1.0.2): + - fix for creation of new session profile list + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 27 May 2011 14:21:51 +0200 + python-x2go (0.1.0.1-0~x2go1) unstable; urgency=low * new upstream version (bugfix release 0.1.0.1): diff --git a/x2go/__init__.py b/x2go/__init__.py index 9950745..3b4e8e4 100644 --- a/x2go/__init__.py +++ b/x2go/__init__.py @@ -158,7 +158,7 @@ Contact """ __NAME__ = 'python-x2go' -__VERSION__ = '0.1.0.1' +__VERSION__ = '0.1.0.2' 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).