diff options
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/README | 9 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/NEWS | 3 |
2 files changed, 9 insertions, 3 deletions
diff --git a/Build/source/README b/Build/source/README index 6bc8b4c3f6c..c79f740ddba 100644 --- a/Build/source/README +++ b/Build/source/README @@ -78,7 +78,10 @@ x86_64-darwinlegacy: i386-linux, x86_64-linux, x86_64-linuxmusl: - Alpine 3.1 Docker image with musl libc 1.1.5 - Binaries are taken from the CI testing on travis-ci - see the source/.travis.yaml file for details on how to build, + CentOS 7 Docker image with musl libc 1.1.5, plus gcc10: + yum -y install centos-release-scl-rh + yum -y install devtoolset-10-gcc-c++ + yum install -y fontconfig-devel libX11-devel libXmu-devel libXaw-devel + Binaries are taken from the CI testing via github; + see the source/.github/* files for details on how to build, and tlpkg/bin/tl-update-bindir for updating binaries (in general). diff --git a/Build/source/texk/kpathsea/NEWS b/Build/source/texk/kpathsea/NEWS index 0df661fa8cd..499263c24bd 100644 --- a/Build/source/texk/kpathsea/NEWS +++ b/Build/source/texk/kpathsea/NEWS @@ -1,6 +1,9 @@ $Id$ This file records noteworthy changes. (Public domain.) +* First return path from kpsewhich -all is now the same as non-all. + (Internally, str_list_uniqify retains ordering.) + 6.3.3 (for TeX Live 2021, 23 March 2021) * The library does not emit warnings for unrecognized filenames, leaving it up to the caller. |