This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-cli. from e175bc5 release 0.5.0.1 new 7241829 Continue development... new 358bea3 debian/control: Bump Standards: to 3.9.6. No changes needed. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 9 +++++++++ debian/control | 2 +- man/man1/pyhoca-cli.1 | 2 +- pyhoca-cli.spec | 2 +- pyhoca/cli/__init__.py | 2 +- 5 files changed, 13 insertions(+), 4 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-cli. commit 72418292992a8812d1136f7703197b8d1380f3f3 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 20 23:28:45 2014 +0200 Continue development... --- debian/changelog | 7 +++++++ man/man1/pyhoca-cli.1 | 2 +- pyhoca-cli.spec | 2 +- pyhoca/cli/__init__.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 50ad3a2..beaedf3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pyhoca-cli (0.5.0.2-0x2go2) UNRELEASED; urgency=medium + + * New upstream version (0.5.0.2): + - Continue development... + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 20 Oct 2014 23:28:11 +0200 + pyhoca-cli (0.5.0.1-0x2go1) unstable; urgency=medium * New upstream version (0.5.0.1): diff --git a/man/man1/pyhoca-cli.1 b/man/man1/pyhoca-cli.1 index 70c2054..447a0cf 100644 --- a/man/man1/pyhoca-cli.1 +++ b/man/man1/pyhoca-cli.1 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH pyhoca-cli 1 "Oct 2014" "Version 0.5.0.1" "X2Go Application" +.TH pyhoca-cli 1 "Oct 2014" "Version 0.5.0.2" "X2Go Application" .SH NAME pyhoca-cli \- X2Go command line client written in Python .SH SYNOPSIS diff --git a/pyhoca-cli.spec b/pyhoca-cli.spec index 20be7ba..79f6b75 100644 --- a/pyhoca-cli.spec +++ b/pyhoca-cli.spec @@ -1,5 +1,5 @@ Name: pyhoca-cli -Version: 0.5.0.1 +Version: 0.5.0.2 Release: 0.0x2go1%{?dist} Summary: Command line X2Go client written in Python diff --git a/pyhoca/cli/__init__.py b/pyhoca/cli/__init__.py index 09a5b30..540065a 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.5.0.1" +__VERSION__ = "0.5.0.2" from frontend import * -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-cli. commit 358bea3fc44b6e24f01d94cc8f44ae31be2ec466 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 20 23:29:18 2014 +0200 debian/control: Bump Standards: to 3.9.6. No changes needed. --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index beaedf3..6746f66 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ pyhoca-cli (0.5.0.2-0x2go2) UNRELEASED; urgency=medium * New upstream version (0.5.0.2): - Continue development... + * debian/control: + - Bump Standards: to 3.9.6. No changes needed. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 20 Oct 2014 23:28:11 +0200 diff --git a/debian/control b/debian/control index 666bab5..629dc23 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: man2html-base | man2html, python (>=2.6.5-0~), python-setuptools, -Standards-Version: 3.9.3 +Standards-Version: 3.9.6 Homepage: http://code.x2go.org/releases/source/pyhoca-cli Vcs-Git: git://code.x2go.org/pyhoca-cli.git Vcs-Browser: http://code.x2go.org/gitweb?p=pyhoca-cli.git;a=summary -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git