[X2Go-Commits] python-x2go.git - release/0.4.0.x (branch) updated: 0.2.1.1-25-g42b3141

X2Go dev team git-admin at x2go.org
Tue Jan 7 16:18:27 CET 2014


The branch, release/0.4.0.x has been updated
       via  42b3141237a11af183bc4e682292c7b49f408460 (commit)
      from  2e09bcaacd788687daa35ce8379da22bc26bf6b7 (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 |    9 ++++++---
 x2go/__init__.py |    2 +-
 2 files changed, 7 insertions(+), 4 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 223faed..ccbd43b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,16 @@
-python-x2go (0.2.2.0-0~x2go1) UNRELEASED; urgency=low
+python-x2go (0.4.0.0-0~x2go1) UNRELEASED; urgency=low
 
   [ Orion Poplawski ]
-  * New upstream version (0.2.2.0):
+  * New upstream version (0.4.0.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.2.0):
+  * Bump version to 0.4.0.0.
+  * WARNING: starting with version 0.4.0.0 of PyHoca-GUI, PyHoca-CLI and Python
+    X2Go, all class identifiers are now X2Go..., not X2go... anymore.
+  * New upstream version (0.4.0.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 b604616..53d1df8 100644
--- a/x2go/__init__.py
+++ b/x2go/__init__.py
@@ -178,7 +178,7 @@ Contact
 """
 
 __NAME__    = 'python-x2go'
-__VERSION__ = '0.2.2.0'
+__VERSION__ = '0.4.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).




More information about the x2go-commits mailing list