The branch, master has been updated via 09acccc8c7b77679dffc45348de1f4d25dad78ad (commit) from 30b1249f0c62590bf4007b03639543156499e903 (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 09acccc8c7b77679dffc45348de1f4d25dad78ad Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jul 1 14:53:27 2011 +0200 README/TODO update, version increment. ----------------------------------------------------------------------- Summary of changes: README | 7 ++++--- TODO | 5 ++--- debian/changelog | 11 +++++++++-- pyhoca/cli/__init__.py | 2 +- 4 files changed, 16 insertions(+), 9 deletions(-) The diff of changes is: diff --git a/README b/README index 67346f7..5c9985f 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -pyhoca-cli - Copyright (C) 2010 by Mike Gabriel <m.gabriel@das-netzwerkteam.de> +pyhoca-cli - Copyright (C) 2010-2011 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Contributors: Jörg Sawatzki <joerg.sawatzki@web.de> @@ -27,6 +27,7 @@ See http://www.gnu.org/licenses/gpl.html for a recent copy. * retrieve a list of running sessions * sound support available * local folder sharing +* share an already running desktop session with yourself or another user === How to use it === @@ -41,9 +42,9 @@ Please refer to the TODO file that has been shipped with pyhoca-cli. Thanks in advance for your feedback and contributions, -Kiel (Germany), 20101013, +Kiel (Germany), 20110701, - Mike Gabriel <m.gabriel@das-netzwerkteam.de> + Mike Gabriel <mike.gabriel@das-netzwerkteam.de> diff --git a/TODO b/TODO index fd05d7e..93bcd20 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -pyhoca-cli - Copyright (C) 2010 by Mike Gabriel <m.gabriel@das-netzwerkteam.de> +pyhoca-cli - Copyright (C) 2010-2011 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Contributors: Jörg Sawatzki <joerg.sawatzki@web.de> @@ -11,7 +11,6 @@ See http://www.gnu.org/licenses/gpl.html for a recent copy. === pyhoca-cli TODOs === * enable printing support -* enable shadow session support === pyhoca-cli Wishlist === @@ -21,6 +20,6 @@ See http://www.gnu.org/licenses/gpl.html for a recent copy. If you find any issues with this programme please let me know. -Kiel (Germany), 20101013, +Kiel (Germany), 20110701, Mike Gabriel <m.gabriel@das-netzwerkteam.de> diff --git a/debian/changelog b/debian/changelog index 3b99e99..a13b128 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,11 @@ -pyhoca-cli (0.1.4.0-0~x2go4) UNRELEASED; urgency=low +pyhoca-cli (0.1.4.1-0~x2go1) UNRELEASED; urgency=low + + * New upstream version (0.1.4.1): + - README/TODO update. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 01 Jul 2011 14:52:44 +0200 + +pyhoca-cli (0.1.4.0-0~x2go4) unstable; urgency=low * New upstream version (0.1.4.0): - Add X2go desktop sharing support. @@ -6,7 +13,7 @@ pyhoca-cli (0.1.4.0-0~x2go4) UNRELEASED; urgency=low suspending them. * React to bug #627990, prefer man2html-base over man2html. - -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 24 Jun 2011 17:08:12 +0200 + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 01 Jul 2011 14:52:29 +0200 pyhoca-cli (0.1.3.3-0~x2go2) unstable; urgency=low diff --git a/pyhoca/cli/__init__.py b/pyhoca/cli/__init__.py index 72337e6..9ce6174 100644 --- a/pyhoca/cli/__init__.py +++ b/pyhoca/cli/__init__.py @@ -20,6 +20,6 @@ """\ STILL UNDOCUMENTED """ -__VERSION__ = "0.1.4.0" +__VERSION__ = "0.1.4.1" from frontend import * hooks/post-receive -- pyhoca-cli.git (Python X2go Client (command line client)) 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 "pyhoca-cli.git" (Python X2go Client (command line client)).