This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch release/1.15.2.x in repository vcxsrv. commit 73e11a6d74b08beda3fc7aa090b9ec576fed7886 Author: Mike DePaulo <mikedep333@gmail.com> Date: Sun May 3 20:17:40 2015 -0400 Do not make the font files differ each time due to timestamp differences --- buildall.sh | 6 ++++++ releasenotes/releasenote_1.15.2.6.x2go+arctica.txt | 2 ++ 2 files changed, 8 insertions(+) diff --git a/buildall.sh b/buildall.sh index 7a749a9..f65debf 100755 --- a/buildall.sh +++ b/buildall.sh @@ -9,6 +9,12 @@ function check-error { . ./setvcenv.sh +# Do not make the font files differ each time due to timestamp differences. +# (This prevents git repos from becoming very large & slow when you commit +# multiple builds.) +# x2goclient-contrib.git needs this. +export GZIP="--no-name" + which nasm > /dev/null 2>&1 check-error 'Please install nasm' diff --git a/releasenotes/releasenote_1.15.2.6.x2go+arctica.txt b/releasenotes/releasenote_1.15.2.6.x2go+arctica.txt index d56495c..c04bd06 100644 --- a/releasenotes/releasenote_1.15.2.6.x2go+arctica.txt +++ b/releasenotes/releasenote_1.15.2.6.x2go+arctica.txt @@ -2,6 +2,8 @@ Changes in 1.15.2.6 (X2Go/Arctica Builds) ------------------- - Fix xorg-server CVE-2015-3418 +- Do not make the font files differ each time due to timestamp + differences - installer: specify Icon, Version, Publisher & URLs (Shows up in "Add/Remove Programs") - installer: change name in "Add/Remove Programs" to: -- Alioth's /srv/git/code.x2go.org/vcxsrv.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/vcxsrv.git