diff options
author | Karl Berry <karl@freefriends.org> | 2021-11-07 00:26:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-11-07 00:26:08 +0000 |
commit | 55de1093900effb7ef24fd11120e29fc69c86fa7 (patch) | |
tree | 7ce8dffdb575fcf397e6c62e98c6ed30f637e5ce | |
parent | a39471557a805e4491386f2c9c764db4917cf995 (diff) |
doc updates
git-svn-id: svn://tug.org/texlive/trunk@60982 c570f23f-e606-0410-a88d-b1316a301751
-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. |