This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from f74084f Update Win32 OpenSSL to 1.0.1j new 940ec5b Revert accidentaly enabling console output by default 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: x2goclient.pro | 2 +- 1 file changed, 1 insertion(+), 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 940ec5b646c057795cc1a82c1e7eb5144416a69b Author: Mike DePaulo <mikedep333@gmail.com> Date: Mon Oct 20 07:56:10 2014 -0400 Revert accidentaly enabling console output by default --- x2goclient.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x2goclient.pro b/x2goclient.pro index 7bae04c..e6eee01 100755 --- a/x2goclient.pro +++ b/x2goclient.pro @@ -8,7 +8,7 @@ CONFIG += $$(X2GO_CLIENT_TARGET) CONFIG += $$(X2GO_LINUX_STATIC) -CONFIG += console +#CONFIG += console FORMS += cupsprintsettingsdialog.ui \ cupsprintwidget.ui \ -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git