diff options
author | Karl Berry <karl@freefriends.org> | 2016-07-14 21:41:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-07-14 21:41:44 +0000 |
commit | 50feb725ad0ce1fb272821696066e85fc54d1123 (patch) | |
tree | c49df06444ba73465c6856f7b8be371523e60971 /Master/texmf-dist/doc/support/texosquery/CHANGES | |
parent | 2d5135a3daaa80ca6f8878e7296bd5cbd0041cd5 (diff) |
texosquery (14jul16)
git-svn-id: svn://tug.org/texlive/trunk@41701 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support/texosquery/CHANGES')
-rw-r--r-- | Master/texmf-dist/doc/support/texosquery/CHANGES | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/texosquery/CHANGES b/Master/texmf-dist/doc/support/texosquery/CHANGES new file mode 100644 index 00000000000..86ae40b460c --- /dev/null +++ b/Master/texmf-dist/doc/support/texosquery/CHANGES @@ -0,0 +1,27 @@ +1.1 (2016-07-14): + + * texosquery.jar: + + - Added --dirname (-e) + + - Multiline results add braces to each line + (to make it easier to parse the results in TeX). + + - Code refactored. + + - Code now compiled for Java 5 to support users with + old versions of the JRE. + + * texosquery.tex: + + - \TeXOSQueryNow and \TeXOSQueryFileDate set the category + code of D to 12 (to match \pdfcreationdate). + + - new command \TeXOSQueryDirName + + - dry run mode is now by default on unless shell escape=1 + (unrestricted mode) + +1.0 (2016-07-08): + + * Initial release |