This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gomatebindings. from 1e42c7a common: update copyright notices, whitespace fixes. Happy new year! new 8bc11f7 common: change X2go -> X2Go. 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 | 4 ++++ sbin/update-mate-menu-x2go | 2 +- .../x2gofeature.d/x2goserver-matebindings.features | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gomatebindings. commit 8bc11f73809dff17803449e6e2a8658112270576 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Jan 9 04:09:17 2015 +0100 common: change X2go -> X2Go. --- debian/changelog | 4 ++++ sbin/update-mate-menu-x2go | 2 +- .../x2gofeature.d/x2goserver-matebindings.features | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5907b33..91394dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,10 @@ x2gomatebindings (0.0.1.3-0~x2go1) UNRELEASED; urgency=medium * New upstream version (0.0.1.3): - Translate Name= field in x2gosuspend-mate.desktop to Turkish. + [ Mihai Moldovan ] + * New upstream version (0.0.1.3): + - Change string "X2go" to "X2Go" where appropriate. + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 03 Oct 2014 17:03:24 +0200 x2gomatebindings (0.0.1.2-0~x2go2) unstable; urgency=low diff --git a/sbin/update-mate-menu-x2go b/sbin/update-mate-menu-x2go index 94f886a..f739502 100755 --- a/sbin/update-mate-menu-x2go +++ b/sbin/update-mate-menu-x2go @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2go Project - http://wiki.x2go.org +# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/share/x2go/x2gofeature.d/x2goserver-matebindings.features b/share/x2go/x2gofeature.d/x2goserver-matebindings.features index e4678ec..b8f2337 100755 --- a/share/x2go/x2gofeature.d/x2goserver-matebindings.features +++ b/share/x2go/x2gofeature.d/x2goserver-matebindings.features @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2015 X2go Project - http://wiki.x2go.org +# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -27,7 +27,7 @@ $X2GO_LIB_PATH/x2gosyslog "$0" "info" "$(basename $0) called with options: $@" X2GO_FEATURE=$1 -# check for X2go server core features +# check for X2Go server core features case "$X2GO_FEATURE" in "X2GO_MATEBINDINGS") echo "ok"; exit 0;; -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git