summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/latexmk/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/latexmk/CHANGES')
-rw-r--r--Master/texmf-dist/doc/support/latexmk/CHANGES14
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/latexmk/CHANGES b/Master/texmf-dist/doc/support/latexmk/CHANGES
index a7ed053be72..d2607265011 100644
--- a/Master/texmf-dist/doc/support/latexmk/CHANGES
+++ b/Master/texmf-dist/doc/support/latexmk/CHANGES
@@ -395,3 +395,17 @@ From v. 4.34 to 4.35
Correct bug that when the --gg option is used, the rule database
from the old fdb file was used instead of being cleared.
+From v. 4.35 to 4.37
+ Correct failure that happens when name of current directory
+ contains characters with special meaning in regular expression.
+ -rules option now works with -pvc
+ Add -lualatex option, like -xelatex.
+ File specifications in $clean_ext and $clean_full_ext are allowed
+ to contain wildcards.
+ Warnings are given when rc file is a directory instead of a file.
+ Correct bug that if revtex4-1.cls is used, footnotes are set to
+ be in the bibliography, and latexmk's aux_dir or out_dir is set,
+ then latexmk fails to run bibtex when needed, because the
+ relevant bib file is not found.
+ Other minor corrections and code improvements.
+ Documentation updates and corrections.