This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from a71feea Fix debian/changelog after resolving merge conflict. new acca825 Change x2goclient.nsi for nightly builds 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 | 1 + nsis/x2goclient.nsi | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit acca82562e62681ee434fa05913f6fcb2f10e975 Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> Date: Tue Mar 4 01:12:31 2014 +0100 Change x2goclient.nsi for nightly builds --- debian/changelog | 1 + nsis/x2goclient.nsi | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 544551b..5fc31c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ x2goclient (4.0.2.0-0x2go1) UNRELEASED; urgency=low - If no user in session config, display system username in pass form. - Check if txt/changelog and txt/git exist on config phase. Rename option "--git" to "--git-info". + - Change x2goclient.nsi for nightly builds [ Josh Lukens ] * New upstream version (4.0.2.0): diff --git a/nsis/x2goclient.nsi b/nsis/x2goclient.nsi index be5689b..326e3d5 100755 --- a/nsis/x2goclient.nsi +++ b/nsis/x2goclient.nsi @@ -10,7 +10,7 @@ ;General RequestExecutionLevel admin - !define VERSION "4.0.2.0-pre01" + !define VERSION "X2GOCLIENT_VERSION" Name "x2goclient-${VERSION}" Caption "x2goclient-${VERSION}" OutFile "x2goclient-${VERSION}-setup.exe" -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git