This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from c35d660 release 0.5.0.1 new 71b5f47 Continue development... new fef7629 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 +- python-x2go.spec | 2 +- x2go/__init__.py | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit 71b5f473c2d3eba83f55db1f755035a15926bd66 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 20 23:30:24 2014 +0200 Continue development... --- debian/changelog | 7 +++++++ python-x2go.spec | 2 +- x2go/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 383c374..93ec348 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-x2go (0.5.0.2-0x2go1) UNRELEASED; urgency=medium + + * New upstream version (0.5.0.2): + - Continue development... + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 20 Oct 2014 23:30:04 +0200 + python-x2go (0.5.0.1-0x2go1) unstable; urgency=medium * New upstream version (0.5.0.1): diff --git a/python-x2go.spec b/python-x2go.spec index 8b0e570..e9a2efa 100644 --- a/python-x2go.spec +++ b/python-x2go.spec @@ -3,7 +3,7 @@ #endif Name: python-x2go -Version: 0.5.0.1 +Version: 0.5.0.2 Release: 0.0x2go1%{?dist} Summary: Python module providing X2Go client API diff --git a/x2go/__init__.py b/x2go/__init__.py index d76d592..f79fa2e 100644 --- a/x2go/__init__.py +++ b/x2go/__init__.py @@ -183,7 +183,7 @@ Contact """ __NAME__ = 'python-x2go' -__VERSION__ = '0.5.0.1' +__VERSION__ = '0.5.0.2' import os from defaults import X2GOCLIENT_OS -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit fef7629367e739deeacf47c35ca1ba645a426ce7 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 20 23:30:54 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 93ec348..ca7c78c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ python-x2go (0.5.0.2-0x2go1) 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:30:04 +0200 diff --git a/debian/control b/debian/control index 4526ef0..e36b8ed 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: python-paramiko, python-xlib, locales -Standards-Version: 3.9.3 +Standards-Version: 3.9.6 Homepage: http://code.x2go.org/releases/source/python-x2go Vcs-Git: git://code.x2go.org/python-x2go.git Vcs-Browser: http://code.x2go.org/gitweb?p=python-x2go.git;a=summary -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git