diff options
author | Karl Berry <karl@freefriends.org> | 2018-12-13 17:23:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-12-13 17:23:10 +0000 |
commit | 4d763ea3fc9e08f00534d39b6ba9dfc621bf6402 (patch) | |
tree | 9c93c3d6f8122be8235a9dce24564348125ed558 /Build/source/texk/kpathsea/NEWS | |
parent | f29df809ce8fc8a1295118a60b33a476ab42399e (diff) |
have kpsewhich --var-value expand braces too; also, recognize eithe ; or : regardless of the current system when parsing elements from a path (https://github.com/TeX-Live/texlive-source/issues/3)
git-svn-id: svn://tug.org/texlive/trunk@49400 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/NEWS')
-rw-r--r-- | Build/source/texk/kpathsea/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/NEWS b/Build/source/texk/kpathsea/NEWS index 6fc42bfa3ef..e57f83ac467 100644 --- a/Build/source/texk/kpathsea/NEWS +++ b/Build/source/texk/kpathsea/NEWS @@ -1,6 +1,13 @@ $Id$ This file records noteworthy changes. (Public domain.) +6.3.1 (for TeX Live 2019) +* kpsewhich --var-value does brace expansion as well as variable and + tilde expansion. +* The kpathsea_path_search() and related functions always recognize either + common path separator (: or ;) when splitting paths into elements. + (Before, there were some unusual contexts where this did not happen.) + 6.3.0 (for TeX Live 2018, 14 April 2018) * New configuration value texmf_casefold_search to fall back to case-insensitive search in non-system directories if there is no exact |