The branch, build-main has been updated via 44707167ff93033439b8bf61b5f2e5fd5e88b042 (commit) 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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: README | 7 ++++--- TODO | 5 ++--- debian/changelog | 12 ++++++++++-- debian/control | 2 +- pyhoca/cli/__init__.py | 2 +- 5 files changed, 18 insertions(+), 10 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..6e7903e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,12 @@ -pyhoca-cli (0.1.4.0-0~x2go4) UNRELEASED; urgency=low +pyhoca-cli (0.1.4.0-0~x2go2) UNRELEASED; urgency=low + + * Already prepare for new upstream version (0.1.4.1): + - README/TODO update. + * Depend on Python X2go 0.1.1.2. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 04 Jul 2011 20:10:26 +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 +14,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/debian/control b/debian/control index 0cc96cd..32c4033 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Architecture: all Depends: ${misc:Depends}, python, - python-x2go (>=0.1.1.0-0~0), + python-x2go (>=0.1.1.2-0~), python-argparse, python-setproctitle Description: A command line X2go client written in Python 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)).