diff options
author | Karl Berry <karl@freefriends.org> | 2024-02-01 21:05:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-02-01 21:05:56 +0000 |
commit | d246dd8299f7174cd56d076277033c1117a92cb4 (patch) | |
tree | 2fab0976c5789318cf47ca5e7ccb1ec8a58497a1 /Master/texmf-dist/doc/support/latexmk/CHANGES | |
parent | 78ed9b516abbe8ff912974668d86e51cc3504b7d (diff) |
latexmk (1feb24)
git-svn-id: svn://tug.org/texlive/trunk@69657 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support/latexmk/CHANGES')
-rw-r--r-- | Master/texmf-dist/doc/support/latexmk/CHANGES | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/latexmk/CHANGES b/Master/texmf-dist/doc/support/latexmk/CHANGES index 84a8944de9e..1a2cc620fde 100644 --- a/Master/texmf-dist/doc/support/latexmk/CHANGES +++ b/Master/texmf-dist/doc/support/latexmk/CHANGES @@ -895,3 +895,14 @@ From v. 4.82 to 4.82a about "Use of uninitialized value $_" were given, and some corresponding dependencies were incorrectly treated. +From v. 4.82a to 4.83 + Fix bug that sometimes biber is incorrectly run after a *latex run + results in an error, with biber then giving an error. + Fix problem that if -gg is used with multiple files specified on command + line, then generated files are deleted for all by the last file + compiled. (So that -gg wasn't working as intended in this case.) + Fixed some bugs with incorrect variable scope. (These bugs gave + incomprehensible error messages about undefined variables!) + Restrict warning diagnostics about ^^ constructs in aux file to those + involving non-trivial Unicode characters, as against things like ^^M. + |