diff options
-rwxr-xr-x | buildall.sh | 6 | ||||
-rw-r--r-- | releasenotes/releasenote_1.15.2.6.x2go+arctica.txt | 2 |
2 files changed, 8 insertions, 0 deletions
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:
|