This is an automated email from the git hooks/post-receive script. x2go pushed a commit to annotated tag 0.1.4.0 in repository x2goclient. commit 90090ef4643a468e1618b2f2a0c21b6b0be0ebdf Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue May 17 12:07:52 2011 +0200 version increment, debian changelog entry --- debian/changelog | 13 +++++++++++++ pyhoca/cli/__init__.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7b9b3628..32a49a2c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +pyhoca-cli (0.1.3.1-0~x2go1) lucid; urgency=low + + * New upstream version 0.1.3.1: + - using setproctitle for process list manipulation + - adds --password option (with masquerading of cleartext password in ps ouput) + - works around Ctrl-C in getpass.getpass + - short option for --port now is -p + - move to interactive auth if SSH privkey does not get accepted by server + - checking of session profile (-P) exists + - take username from session profile when using -P option + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 17 May 2011 12:03:40 +0200 + pyhoca-cli (0.1.3.0-0~nwt1) lucid; urgency=low * change-over to four digit version pattern diff --git a/pyhoca/cli/__init__.py b/pyhoca/cli/__init__.py index c6b92866..ebbea676 100644 --- a/pyhoca/cli/__init__.py +++ b/pyhoca/cli/__init__.py @@ -20,6 +20,6 @@ """\ STILL UNDOCUMENTED """ -__VERSION__ = "0.1.3" +__VERSION__ = "0.1.3.1" from frontend import * \ No newline at end of file -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git