This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 093543e Fix running x2goclient without arguments on Windows. (Fixes: #522). new e2eb3b1 Windows: Reduce size of NSIS installer by switching to lzma solid compression 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 | 4 ++++ 2 files changed, 5 insertions(+) -- 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 e2eb3b1addcdf4b3963760ec50c82173dc13ef32 Author: Mike DePaulo <mikedep333@gmail.com> Date: Fri Jun 27 23:15:58 2014 -0400 Windows: Reduce size of NSIS installer by switching to lzma solid compression --- debian/changelog | 1 + nsis/x2goclient.nsi | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index e756295..5bae0f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -36,6 +36,7 @@ x2goclient (4.0.2.1-0x2go1) UNRELEASED; urgency=low * New upstream release (4.0.2.1): - Windows: Enable PulseAudio log when --debug is passed. - Windows: Fix compatibility with current PulseAudio master branch + - Windows: Reduce size of NSIS installer by switching to lzma solid compression -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 10 Apr 2014 18:30:25 +0200 diff --git a/nsis/x2goclient.nsi b/nsis/x2goclient.nsi index 326e3d5..bb6154b 100755 --- a/nsis/x2goclient.nsi +++ b/nsis/x2goclient.nsi @@ -19,6 +19,10 @@ ;Default installation folder InstallDir "$PROGRAMFILES\x2goclient" + ;NSIS 2.46 defaults to zlib. Setting this reduces the size of a default + ;(no fonts) build by about 24% + SetCompressor /SOLID lzma + ;Get installation folder from registry if available InstallDirRegKey HKLM "Software\x2goclient" "" -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git