The branch, build-baikal has been updated via b75499341ef5656c59b76a7707ef4c3b2babd765 (commit) from a0095f679a38dc90fe777ba2998fe3e79d11f141 (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 | 11 ++++++----- x2go/__init__.py | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index a15930f..529af23 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,14 @@ -python-x2go (0.0.44.0-0~x2go2) unstable; urgency=low +python-x2go (0.0.44.2-0~x2go1) unstable; urgency=low - * removal of x2goserver patches from package - * cleanup + * new upstream (0.0.44.2): + - fixes location for test scripts + - repair of exmample test scripts (we neeeed tests!!!!!! -> TODO) - -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 17 May 2011 12:24:52 +0200 + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sat, 21 May 2011 23:17:06 +0200 python-x2go (0.0.44.0-0~x2go1) unstable; urgency=low - * new upstream features (0.0.43.0): + * new upstream features (0.0.44.0): - adds get_session_server_hostname method to X2goClient class - removes (for now) group membership check on server (x2gousers) diff --git a/x2go/__init__.py b/x2go/__init__.py index 2856f2a..c514d59 100644 --- a/x2go/__init__.py +++ b/x2go/__init__.py @@ -153,7 +153,7 @@ Contact """ __NAME__ = 'python-x2go' -__VERSION__ = '0.0.44.0' +__VERSION__ = '0.0.44.2' 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).