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 81bdfa85bd8..a7ed053be72 100644
--- a/Master/texmf-dist/doc/support/latexmk/CHANGES
+++ b/Master/texmf-dist/doc/support/latexmk/CHANGES
@@ -381,3 +381,17 @@ From v. 4.33b to 4.33c
Correct infinite loop when maximum passes through latex/pdflatex
are exceeded
+From v. 4.33c to 4.34
+ Correct non-optimality that if (pdf)latex reads a file only after
+ it has been written in the same run, the file is not a true
+ source file, but nevertheless latexmk treats it as a source
+ file. Thus changes in the file sometimes caused latexmk to make
+ unnecessary (but otherwise innocuous) extra runs of (pdflatex).
+
+From v. 4.34 to 4.35
+ Correct bug in parsing fls file from native MS-Windows LaTeX (e.g.,
+ MiKTeX) when latexmk is run under cygwin. (The names of some
+ files used by latexmk incorrectly contained a CR character.)
+ Correct bug that when the --gg option is used, the rule database
+ from the old fdb file was used instead of being cleared.
+