This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from 022fc5d Support resuming of rootless or published applications sessions. new 4108c6a Continue development... The 1 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 | 7 +++++++ python-x2go.spec | 2 +- x2go/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/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 4108c6a6726c609804f198154af71b6bdd23cd96 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Sep 18 21:18:43 2018 +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 4e41cd1..0304fc5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-x2go (0.6.0.2-0x2go1) UNRELEASED; urgency=medium + + * New upstream version 0.6.0.2: + - Support resuming of rootless or published applications sessions. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 18 Sep 2018 21:17:35 +0200 + python-x2go (0.6.0.1-0x2go1) unstable; urgency=medium * New upstream version (0.6.0.1): diff --git a/python-x2go.spec b/python-x2go.spec index 58160a3..044458e 100644 --- a/python-x2go.spec +++ b/python-x2go.spec @@ -26,7 +26,7 @@ %endif Name: python-x2go -Version: 0.6.0.1 +Version: 0.6.0.2 Release: 0.0x2go1%{?dist} Summary: Python module providing X2Go client API diff --git a/x2go/__init__.py b/x2go/__init__.py index b08b771..fa5a549 100644 --- a/x2go/__init__.py +++ b/x2go/__init__.py @@ -18,7 +18,7 @@ # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. __NAME__ = 'python-x2go' -__VERSION__ = '0.6.0.1' +__VERSION__ = '0.6.0.2' __AUTHOR__ = 'Mike Gabriel' __package__ = 'x2go' -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git