The branch, twofactorauth has been updated via e1b34e08af86bd3c56119cf467dfae5520c07fac (commit) from cd14d38e23fb6cf8e7860a6f7290669301c874f4 (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 | 6 +++--- x2go/__init__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index ca60226..33a0f83 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,13 @@ -python-x2go (0.2.1.2-0~x2go1) UNRELEASED; urgency=low +python-x2go (0.2.2.0-0~x2go1) UNRELEASED; urgency=low [ Orion Poplawski ] - * New upstream version (0.2.1.2): + * New upstream version (0.2.2.0): - Importing all of x2go in setup.py causes rpmbuild problems due to DISPLAY not being set. It is overkill as well, causing extra dependencies to be installed at build time. (Fixes: #91). [ Mike Gabriel ] - * New upstream version (0.2.1.2): + * New upstream version (0.2.2.0): - Add session profile option ,,display'' to default session profile options. - Catch any kind of exception when writing session profile files and return True or False in cases where I/O errors occur. diff --git a/x2go/__init__.py b/x2go/__init__.py index aefd224..8398a96 100644 --- a/x2go/__init__.py +++ b/x2go/__init__.py @@ -178,7 +178,7 @@ Contact """ __NAME__ = 'python-x2go' -__VERSION__ = '0.2.1.2' +__VERSION__ = '0.2.2.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).