[X2Go-Commits] python-x2go.git - brokerclient (branch) updated: 0.1.1.4-34-g0aa87b1

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


The branch, brokerclient has been updated
       via  0aa87b1102e51ae9295aa5ffa8f6165c7d478556 (commit)
      from  9ecb391b533ab83ca0a4dd74ede37b70b2a9926a (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 |    5 +++++
 x2go/utils.py    |    3 ++-
 2 files changed, 7 insertions(+), 1 deletion(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 8350ba2..00584b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,9 +6,14 @@ python-x2go (0.1.2.0-0~x2go1) UNRELEASED; urgency=low
 
 python-x2go (0.1.1.7-0-x2go1) UNRELEASED; urgency=low
 
+  [ Mike Gabriel ]
   * New upstream version (0.1.1.6), bugfix release for 0.1.1.x series:
     - Add support for x2goumount-session calls.
 
+  [ Dick Kniep ]
+  * Fix for upstream version 0.1.1.6:
+    - Typo in utils.py (true instead of True).
+
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Wed, 14 Sep 2011 21:35:54 +0200
 
 python-x2go (0.1.1.6-0~x2go1) unstable; urgency=low
diff --git a/x2go/utils.py b/x2go/utils.py
index fa2363b..e070557 100644
--- a/x2go/utils.py
+++ b/x2go/utils.py
@@ -444,5 +444,6 @@ def is_color_depth_ok(depth_session, depth_local):
     if depth_session == depth_local:
         return True
     if ( ( depth_session == 24 or depth_session == 32 ) and ( depth_local == 24 or depth_local == 32 ) ):
-        return true;
+        return True;
     return False
+


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