The branch, master has been updated via 1ff2562caacb61beab3fc47575b1a24b22f6283f (commit) via 3603cde0e2f1255d4a3e3265017e2a3e7a11cb67 (commit) via 7cd15688093c40d54e5d16f201b44213fdd57be6 (commit) from b91f7d899a80c5c377e4ddfdfdf2c7b9904f2c54 (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: debian/changelog | 7 +++++++ man/man1/pyhoca-cli.1 | 4 ++-- pyhoca/cli/__init__.py | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 9e10400..1b4eb47 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pyhoca-cli (0.2.0.1-0~x2go1) unstable; urgency=low + + * New upstream version (0.2.0.1): + - Fix minus sign / hyphen mismatch in man page. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 08 Jun 2012 23:44:39 +0200 + pyhoca-cli (0.2.0.0-0~x2go1) unstable; urgency=low * New upstream version (0.2.0.0): diff --git a/man/man1/pyhoca-cli.1 b/man/man1/pyhoca-cli.1 index 9590cbe..0407536 100644 --- a/man/man1/pyhoca-cli.1 +++ b/man/man1/pyhoca-cli.1 @@ -106,7 +106,7 @@ Username for the session (default: currently logged in user). \*(T<\fB\-\-password\fR \fI<PASSWORD>\fR\*(T> User password for this session. If a matching private SSH key is available this one will be preferred for authentication. The cleartext password that has been specified at the command line will be masqueraded in -the systems process list (Linux, MacOS). On Windows systems the usage of the --password option is forbidden. +the systems process list (Linux, MacOS). On Windows systems the usage of the \-\-password option is forbidden. .TP \*(T<\fB\-p, \-\-remote-ssh-port\fR \fI<R_PORT>\fR\*(T> Remote X2Go server's SSH port (default: 22). @@ -135,7 +135,7 @@ Time to wait for session startup/resume (default: 8s). There should be no need t \*(T<\fB\-\-auth-attempts\fR \fI{0,1,2,3,...}\fR\*(T> Number of interactive authentication attempts in case authentication with the server fails (wrong password?). A value that equals 0 disables interactive authentication completely and requires that a private SSH key has been given on the command line or in the -session profile or that the --password command line option is used. +session profile or that the \-\-password command line option is used. .SH LDAP OPTIONS LDAP support is planned to be added into \fBpyhoca-cli\fR in the near future. So stay tuned... .PP diff --git a/pyhoca/cli/__init__.py b/pyhoca/cli/__init__.py index ee5cac6..9f7fef9 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.0.0" +__VERSION__ = "0.2.0.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)).