[X2Go-Commits] [x2goclient] 01/05: README/TODO update, version increment.
git-admin at x2go.org
git-admin at x2go.org
Fri Dec 15 21:05:01 CET 2023
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to annotated tag 0.1.4.1
in repository x2goclient.
commit 09acccc8c7b77679dffc45348de1f4d25dad78ad
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Fri Jul 1 14:53:27 2011 +0200
README/TODO update, version increment.
---
README | 7 ++++---
TODO | 5 ++---
debian/changelog | 11 +++++++++--
pyhoca/cli/__init__.py | 2 +-
4 files changed, 16 insertions(+), 9 deletions(-)
diff --git a/README b/README
index 67346f79..5c9985f3 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-pyhoca-cli - Copyright (C) 2010 by Mike Gabriel <m.gabriel at das-netzwerkteam.de>
+pyhoca-cli - Copyright (C) 2010-2011 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Contributors:
Jörg Sawatzki <joerg.sawatzki at 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 at das-netzwerkteam.de>
+ Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
diff --git a/TODO b/TODO
index fd05d7ea..93bcd202 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-pyhoca-cli - Copyright (C) 2010 by Mike Gabriel <m.gabriel at das-netzwerkteam.de>
+pyhoca-cli - Copyright (C) 2010-2011 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Contributors:
Jörg Sawatzki <joerg.sawatzki at 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 at das-netzwerkteam.de>
diff --git a/debian/changelog b/debian/changelog
index 3b99e996..a13b128e 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 at 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 at das-netzwerkteam.de> Fri, 24 Jun 2011 17:08:12 +0200
+ -- Mike Gabriel <mike.gabriel at 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 72337e6d..9ce61742 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 *
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
More information about the x2go-commits
mailing list