This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from 1b803cb x2gobroker.spec: don't do a weird escape slash dance in sed's replace command. adds 5ecedca release 0.0.3.0 new 877399c 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 | 10 ++++++++-- sbin/x2gobroker-pubkeyauthorizer | 2 +- x2gobroker.spec | 2 +- x2gobroker/__init__.py | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) -- Alioth's /srv/git/code.x2go.org/x2gobroker.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 877399cdf5835f74bc657c85d7921bf62be32651 Author: X2Go Release Manager <git-admin@x2go.org> Date: Sat Jun 20 15:05:39 2015 +0200 Continue development --- debian/changelog | 6 ++++++ sbin/x2gobroker-pubkeyauthorizer | 2 +- x2gobroker.spec | 2 +- x2gobroker/__init__.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 69be970..4d68c71 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +x2gobroker (0.0.3.1-0x2go1) UNRELEASED; urgency=low + + * Continue development + + -- X2Go Release Manager <git-admin@x2go.org> Sat, 20 Jun 2015 15:05:23 +0200 + x2gobroker (0.0.3.0-0x2go1) unstable; urgency=low [ Mike Gabriel ] diff --git a/sbin/x2gobroker-pubkeyauthorizer b/sbin/x2gobroker-pubkeyauthorizer index d177119..0baceda 100755 --- a/sbin/x2gobroker-pubkeyauthorizer +++ b/sbin/x2gobroker-pubkeyauthorizer @@ -34,7 +34,7 @@ import re from pwd import getpwnam from grp import getgrnam -__VERSION__ = '0.0.3.0' +__VERSION__ = '0.0.3.1' __AUTHOR__ = 'Mike Gabriel (X2Go Project) <mike.gabriel@das-netzwerkteam.de>' PROG_NAME = os.path.basename(sys.argv[0]) diff --git a/x2gobroker.spec b/x2gobroker.spec index ce5bdc1..2688121 100644 --- a/x2gobroker.spec +++ b/x2gobroker.spec @@ -1,5 +1,5 @@ Name: x2gobroker -Version: 0.0.3.0 +Version: 0.0.3.1 Release: 0.0x2go1%{?dist} Summary: X2Go Session Broker %if 0%{?suse_version} diff --git a/x2gobroker/__init__.py b/x2gobroker/__init__.py index f4d0d10..62f4071 100644 --- a/x2gobroker/__init__.py +++ b/x2gobroker/__init__.py @@ -17,5 +17,5 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. -__VERSION__ = '0.0.3.0' +__VERSION__ = '0.0.3.1' __AUTHOR__ = 'Mike Gabriel (X2Go Project) <mike.gabriel@das-netzwerkteam.de>' -- Alioth's /srv/git/code.x2go.org/x2gobroker.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git