diff options
author | Karl Berry <karl@freefriends.org> | 2020-02-04 22:21:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-02-04 22:21:35 +0000 |
commit | 917d88e18565c63eafc33a5257b48626365dddef (patch) | |
tree | 0aab66e45586e37af6996eff20be341d87ebbedc /Master/texmf-dist/doc/support | |
parent | 8f297a0f3c1cb1bae98db441a5f5964a066150e1 (diff) |
texosquery (4feb20)
git-svn-id: svn://tug.org/texlive/trunk@53676 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support')
-rw-r--r-- | Master/texmf-dist/doc/support/texosquery/CHANGES | 9 | ||||
-rw-r--r-- | Master/texmf-dist/doc/support/texosquery/README.md | 15 | ||||
-rw-r--r-- | Master/texmf-dist/doc/support/texosquery/texosquery.pdf | bin | 505685 -> 506274 bytes |
3 files changed, 21 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/support/texosquery/CHANGES b/Master/texmf-dist/doc/support/texosquery/CHANGES index 90a16eff9f4..fac25b12104 100644 --- a/Master/texmf-dist/doc/support/texosquery/CHANGES +++ b/Master/texmf-dist/doc/support/texosquery/CHANGES @@ -1,3 +1,12 @@ +1.7 (2020/02/04): + + * Renamed scratch variable to avoid conflict. + + * The default version is now texosquery-jre8 since Java 7 has long + passed its end of life. + + * Modified bash scripts to improve cygwin support. + 1.6 (2017/06/20): * Added new command line options: diff --git a/Master/texmf-dist/doc/support/texosquery/README.md b/Master/texmf-dist/doc/support/texosquery/README.md index ce37682eddb..b1f46dff001 100644 --- a/Master/texmf-dist/doc/support/texosquery/README.md +++ b/Master/texmf-dist/doc/support/texosquery/README.md @@ -2,6 +2,16 @@ Cross-platform Java application to query OS information designed for use in TeX's shell escape mechanism. +## Licence + +This material is subject to the LaTeX Project Public License. +See http://www.ctan.org/license/lppl1.3 +for the details of that license. + +Copyright 2016-2020 Nicola Talbot + +## Description + The application can query the following: - locale information @@ -320,8 +330,8 @@ reading file information won't work if read access is forbidden by In addition to obeying `openin_any`, the file listing actions (such as `--list`) for the JRE7 and 8 variants also prohibit listing the -contents outside of the current working directory's path. This means -that you can't, for example, list the contents of `..` (the current +contents outside of the current working directory's path even if `openin_any=a`. +This means that you can't, for example, list the contents of `..` (the current working directory's parent) nor can you try walking the entire file system. The `--walk` action additionally won't descend hidden directories. This extra restriction is designed to prevent malicious @@ -410,4 +420,3 @@ Source on GitHub: https://github.com/nlct/texosquery Author Home Page: http://www.dickimaw-books.com/ -License: LPPL 1.3+ diff --git a/Master/texmf-dist/doc/support/texosquery/texosquery.pdf b/Master/texmf-dist/doc/support/texosquery/texosquery.pdf Binary files differindex 51aee9d372d..4ff51251984 100644 --- a/Master/texmf-dist/doc/support/texosquery/texosquery.pdf +++ b/Master/texmf-dist/doc/support/texosquery/texosquery.pdf |