The branch, master has been updated via 07f7380d8c343c7f583aa1faf45ad42d056c19c5 (commit) from 3fb1a45de69efba836f725c5e8ae5ca128959127 (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 07f7380d8c343c7f583aa1faf45ad42d056c19c5 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jul 1 14:57:35 2011 +0200 version increment, README/TODO update ----------------------------------------------------------------------- Summary of changes: README | 9 +++++---- README.Trinity-Desktop | 4 ++-- TODO | 14 +++++++------- debian/changelog | 11 +++++++++-- x2go/__init__.py | 2 +- 5 files changed, 24 insertions(+), 16 deletions(-) The diff of changes is: diff --git a/README b/README index f035109..933f874 100644 --- a/README +++ b/README @@ -61,8 +61,9 @@ and wholeheartedness concerning this inner process. * reading/writing session profiles from file * sharing of local (client-side) folders (SFTP server is integrated in Python X2go) * connect via proxy SSH server -* X2go dropbox support - +* X2go MIME box support +* desktop sharing (shadow sessions) +* color depth auto-recognition === Installation === @@ -133,6 +134,6 @@ check if your issues have already been solved in the HEAD of python-x2go code. For now, bugs can be reported via mail to mike.gabriel@das-netzwerkteam.de -light+love -Mike Gabriel +light+love, 20110701 +Mike Gabriel <mike.gabriel@das-netzwerkteam.de> diff --git a/README.Trinity-Desktop b/README.Trinity-Desktop index 14bffc2..df6ee02 100644 --- a/README.Trinity-Desktop +++ b/README.Trinity-Desktop @@ -9,5 +9,5 @@ point from /usr/local/bin/starttrinity to Trinity's startkde script: root@x2goserver:~ ln -s /opt/trinity/bin/startkde /usr/local/bin/starttrinity -light+love, -Mike Gabriel 20110527 \ No newline at end of file +light+love, 20110527 +Mike Gabriel <mike.gabriel@das-netzwerkteam.de> \ No newline at end of file diff --git a/TODO b/TODO index 1ab675b..52ceb74 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -python-x2go - Copyright (C) 2010 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +python-x2go - Copyright (C) 2010-2011 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Published under the terms of the GNU General Public License. See http://www.gnu.org/licenses/gpl.html for a recent copy. @@ -6,12 +6,12 @@ See http://www.gnu.org/licenses/gpl.html for a recent copy. === pyhton-x2go TODOs === -as of 20101209 +as of 20110701 -------------- -* add shadow session support -* improve X2go client profile support * add LDAP support * add HTTP broker support +* add Windows Registry backend (session profiles, client configs) +* add gconf backend (session profiles, client configs) === Python X2go wishlist === @@ -19,7 +19,7 @@ as of 20101209 To report bugs and ideas, please add your contributions and comments -on http://bugs.das-netzwerkteam.de/ +on http://code.x2go.org/ -light+love -Mike Gabriel <m.gabriel@das-netzwerkteam.de> +light+love, 20110701 +Mike Gabriel <mike.gabriel@das-netzwerkteam.de> diff --git a/debian/changelog b/debian/changelog index 67214b1..bafb5d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,11 @@ -python-x2go (0.1.1.2-0~x2go1) UNRELEASED; urgency=low +python-x2go (0.1.1.3-0~x2go1) UNRELEASED; urgency=low + + * New upstream version (0.1.1.3): + - README/TODO update. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 01 Jul 2011 14:53:48 +0200 + +python-x2go (0.1.1.2-0~x2go1) unstable; urgency=low * New upstream version (0.1.1.2): - bugfix version @@ -11,7 +18,7 @@ python-x2go (0.1.1.2-0~x2go1) UNRELEASED; urgency=low - Fix MIME box action SAVEAS. - Fix for session status notification for sessions with PENDING terminal session. - -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 24 Jun 2011 16:42:20 +0200 + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 01 Jul 2011 14:53:43 +0200 python-x2go (0.1.1.1-0~x2go1) unstable; urgency=low diff --git a/x2go/__init__.py b/x2go/__init__.py index ae8f7f1..1c6beca 100644 --- a/x2go/__init__.py +++ b/x2go/__init__.py @@ -158,7 +158,7 @@ Contact """ __NAME__ = 'python-x2go' -__VERSION__ = '0.1.1.2' +__VERSION__ = '0.1.1.3' 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).