[X2Go-Commits] [x2goclient] 86/94: version increment
git-admin at x2go.org
git-admin at x2go.org
Fri Dec 15 21:04:55 CET 2023
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 1fe7fab3a0768fd8b178630ed21a3b91b2b98739
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Thu May 26 08:12:44 2011 +0200
version increment
---
debian/changelog | 6 ++++--
man/pyhoca-cli.1 | 4 ++--
pyhoca/cli/__init__.py | 4 ++--
3 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 3e44ab81..9ee39b13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-pyhoca-cli (0.1.3.2-0~x2go2) unstable; urgency=low
+pyhoca-cli (0.1.3.3-0~x2go1) unstable; urgency=low
+ * new upstream version (0.1.3.3):
+ - adds man page in html format
* depending on new Python X2go version (0.1.0.0)
- -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de> Wed, 25 May 2011 20:00:05 +0200
+ -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de> Thu, 26 May 2011 08:11:42 +0200
pyhoca-cli (0.1.3.2-0~x2go1) unstable; urgency=low
diff --git a/man/pyhoca-cli.1 b/man/pyhoca-cli.1
index d682810b..10a21611 100644
--- a/man/pyhoca-cli.1
+++ b/man/pyhoca-cli.1
@@ -5,7 +5,7 @@
\\$2 \(la\\$1\(ra\\$3
..
.if \n(.g .mso www.tmac
-.TH pyhoca-cli 1 "21 May 2011" "Version 0.1.3.x" "X2go Application"
+.TH pyhoca-cli 1 "26 May 2011" "Version 0.1.3.x" "X2go Application"
.SH NAME
pyhoca-cli \- X2go command line client written in Python
.SH SYNOPSIS
@@ -75,7 +75,7 @@ List user's X2go sessions on server.
.SH X2GO OPTIONS
.TP
\*(T<\fB\-P, \-\-session-profile\fR\*(T>
-The name of the session profile to be used to make the connection.
+The name of the session profile to be used to make the connection.B
.TP
\*(T<\fB\-c, \-\-command\fR \fI<CMD>\fR\*(T>
Command to run with \fB\-\-new\fR mode on server (default: xterm).
diff --git a/pyhoca/cli/__init__.py b/pyhoca/cli/__init__.py
index 93bf241e..6dabef58 100644
--- a/pyhoca/cli/__init__.py
+++ b/pyhoca/cli/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-
+B
# Copyright (C) 2010 by Dick Kniep <m.gabriel at das-netzwerkteam.de>
#
# PyHoca CLI is free software; you can redistribute it and/or modify
@@ -20,6 +20,6 @@
"""\
STILL UNDOCUMENTED
"""
-__VERSION__ = "0.1.3.2"
+__VERSION__ = "0.1.3.3"
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