The branch, master has been updated via 2ebe70d85b59ff245361bf1d5cc42aa17029466b (commit) via 5130c68a32059081564bea14d8c497dd83a32918 (commit) from 28400324571e4e4dd66974a548a08004ab4a4352 (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 2ebe70d85b59ff245361bf1d5cc42aa17029466b Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Dec 13 13:34:16 2012 +0100 Continue development... ----------------------------------------------------------------------- Summary of changes: debian/changelog | 13 ++++++++++--- pyhoca/cli/__init__.py | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index b771383..8c71004 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,17 @@ -pyhoca-cli (0.2.1.0-0~x2go1) UNRELEASED; urgency=low +pyhoca-cli (0.2.1.1-0~x2go1) UNRELEASED; urgency=low + + * New upstream version (0.2.1.1): + - Continue development... + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 13 Dec 2012 13:33:33 +0100 + +pyhoca-cli (0.2.1.0-0~x2go1) unstable; urgency=low * New upstream version (0.2.1.0): - Add cmdline option --from-stdin that facilitates lightdm remote login session startup. - The option ,,password'' is not allowed for session registration. - - When finishing the application Update session status before reporting + - When finishing the application, update session status before reporting back to the user what happened to the session. - Remove cmdline option --time-to-wait, Python X2Go now offers a progress status for session startup/resumption. So we query this status instead. @@ -18,7 +25,7 @@ pyhoca-cli (0.2.1.0-0~x2go1) UNRELEASED; urgency=low + Mention keyboard auto detection switch. + Mention possible geometry value: maximize. - -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 17 Aug 2012 16:38:54 +0200 + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 10 Dec 2012 14:51:11 +0100 pyhoca-cli (0.2.0.4-0~x2go1) unstable; urgency=low diff --git a/pyhoca/cli/__init__.py b/pyhoca/cli/__init__.py index dcc9c61..8e65906 100644 --- a/pyhoca/cli/__init__.py +++ b/pyhoca/cli/__init__.py @@ -25,6 +25,6 @@ For further information on X2Go, please visit the X2Go wiki: http://wiki.x2go.org """ -__VERSION__ = "0.2.1.0" +__VERSION__ = "0.2.1.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)).