This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 5006621 x2goclient.nsi: Include Pageant & PuTTYgen new 2635f62 config_win.bat: enable release by default, fetch command line parameter and compare against debug. 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: config_win.bat | 4 +++- debian/changelog | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) -- Alioth's /srv/git/code.x2go.org/x2goclient.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 2635f627aaf0c00c88a09a682ee53bedf95a643b Author: Mihai Moldovan <ionic@ionic.de> Date: Sun May 10 01:54:04 2015 +0200 config_win.bat: enable release by default, fetch command line parameter and compare against debug. Enable debug and console features in that case. --- config_win.bat | 4 +++- debian/changelog | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/config_win.bat b/config_win.bat index a818322..c54f305 100755 --- a/config_win.bat +++ b/config_win.bat @@ -11,7 +11,9 @@ lrelease ..\x2goclient.pro set X2GO_CLIENT_TARGET= -qmake ..\x2goclient.pro +set config=release +if [%1]==[debug] set config=debug console +qmake ..\x2goclient.pro CONFIG+="%config%" cd .. cd x2gohelper diff --git a/debian/changelog b/debian/changelog index 143c1ed..fc2aa9d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -368,6 +368,9 @@ x2goclient (4.0.4.0-0x2go1) UNRELEASED; urgency=low 4.8.0 and higher. The old "compat" behavior is retained for older versions of Qt, which do not have the semantics of a UI display language. Fixes: #845. + - config_win.bat: enable release by default, fetch command line parameter + and compare against debug. Enable debug and console features in that + case. [ Fernando Pedemonte ] * New upstream release (4.0.4.0): -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git