From 73e11a6d74b08beda3fc7aa090b9ec576fed7886 Mon Sep 17 00:00:00 2001 From: Mike DePaulo Date: Sun, 3 May 2015 20:17:40 -0400 Subject: 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 7a749a9c5..f65debf52 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 d56495c59..c04bd0602 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: -- cgit v1.2.3