The branch, master has been updated via 720f39f4f42896c5633b612e69a01c7add4eaf95 (commit) via 1ddcf94e49415941d44f8a142d7863a4d2adcdea (commit) from 810c1e98f0e38a4cc5364aac2f2832264bd56e58 (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 ----------------------------------------------------------------- commit 720f39f4f42896c5633b612e69a01c7add4eaf95 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Feb 12 08:44:13 2013 +0100 release 0.4.0.0 commit 1ddcf94e49415941d44f8a142d7863a4d2adcdea Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Feb 12 08:44:02 2013 +0100 add a note about the class name changes to the __doc__ string based documentation ----------------------------------------------------------------------- Summary of changes: debian/changelog | 4 ++-- x2go/__init__.py | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index b42d0b0..65b9050 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -python-x2go (0.4.0.0-0~x2go1) UNRELEASED; urgency=low +python-x2go (0.4.0.0-0~x2go1) unstable; urgency=low [ Orion Poplawski ] * New upstream version (0.4.0.0): @@ -36,7 +36,7 @@ python-x2go (0.4.0.0-0~x2go1) UNRELEASED; urgency=low either link quality will double nearly all connection timeout values. (Fixes: #53). - -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 20 Dec 2012 08:58:44 +0100 + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 12 Feb 2013 08:41:52 +0100 python-x2go (0.2.1.1-0~x2go1) unstable; urgency=low diff --git a/x2go/__init__.py b/x2go/__init__.py index e2c0058..340f24f 100644 --- a/x2go/__init__.py +++ b/x2go/__init__.py @@ -26,6 +26,11 @@ Introduction With Python X2Go you can write your own X2Go clients or embed X2Go client features into already existing application environments. + NOTE: Beginning with v0.4.0.0 of Python X2Go all class names start with + X2Go***. Earlier versions used X2go***. As X2Go is the official name of the + project (i.e. with a capital X and a capital G) we have adapted the class + names to this circumstance. + API Concept =========== 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).