The branch, build-baikal has been updated via 7eda742f7351cd9f42624d6239e81cac673977e0 (commit) from 2c6b536dfab4277d4a6021af2d13c71dbf639cfc (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 de54c4a..48c3410 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -python-x2go (0.0.43.0-0~x2go3) unstable; urgency=low +python-x2go (0.0.44.0-0~x2go1) unstable; urgency=low - * nothing yet + * adds get_session_server_hostname method to X2goClient class - -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 26 Apr 2011 01:00:21 +0200 + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 17 May 2011 10:35:09 +0200 python-x2go (0.0.43.0-0~x2go2) unstable; urgency=low diff --git a/x2go/__init__.py b/x2go/__init__.py index afa56a1..2856f2a 100644 --- a/x2go/__init__.py +++ b/x2go/__init__.py @@ -153,7 +153,7 @@ Contact """ __NAME__ = 'python-x2go' -__VERSION__ = '0.0.43.0' +__VERSION__ = '0.0.44.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).