This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit d6041fb26954b18959e9bc78acf1f68cfc0037c2 Author: Mike DePaulo <mikedep333@gmail.com> Date: Wed Sep 10 09:52:17 2014 -0400 Windows: Fix text not being rendered properly at end of NSIS installer (Fixes: #597) --- debian/changelog | 2 ++ nsis/x2goclient.nsi | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index cf0b377..c2f5292 100644 --- a/debian/changelog +++ b/debian/changelog @@ -69,6 +69,8 @@ x2goclient (4.0.3.0-0x2go1) UNRELEASED; urgency=low 9 CVEs announced on 2014-08-06. - Windows: Cygwin OpenSSL updated from 1.0.1h-1 to 1.0.1i-1, which fixes the 9 CVEs announced on 2014-08-06. + - Windows: Fix text not being rendered properly at end of NSIS installer + (Fixes: #597) [ Stefan Baur ] * New upstream version (4.0.3.0): diff --git a/nsis/x2goclient.nsi b/nsis/x2goclient.nsi index fdb8319..11d385c 100755 --- a/nsis/x2goclient.nsi +++ b/nsis/x2goclient.nsi @@ -12,8 +12,8 @@ RequestExecutionLevel admin !define VERSION "X2GOCLIENT_VERSION" - Name "x2goclient-${VERSION}" - Caption "x2goclient-${VERSION}" + Name "x2goclient ${VERSION}" + Caption "x2goclient ${VERSION}" OutFile "x2goclient-${VERSION}-setup.exe" !define MUI_ICON icons\win-install.ico !define MUI_UNICON icons\win-uninstall.ico -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git