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/CHANGES22
1 files changed, 22 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/latexmk/CHANGES b/Master/texmf-dist/doc/support/latexmk/CHANGES
index a10034a4616..1ed417667a9 100644
--- a/Master/texmf-dist/doc/support/latexmk/CHANGES
+++ b/Master/texmf-dist/doc/support/latexmk/CHANGES
@@ -355,3 +355,25 @@ From v. 4.30a to 4.31
Documentation improvements.
Minor bug corrections.
+From v. 4.31 to 4.33a
+ Improve operation under MSWindows: substitute "\" for "/" for
+ directory separator in command lines, deal consistently with
+ directory separator, which can be both "\" and "/".
+ Correct some bugs that interfered with use of auxiliary directory
+ and output directory for files generated by (pdf)latex,
+ especially with MiKTeX.
+ Fix problems caused because in the log and fls files MiKTeX writes
+ absolute path for many filenames at and below current directory,
+ and is inconsistent in its use of "/" vs. "\" as directory
+ separator.
+ Add $dvipdf_silent_switch configuration variable.
+ Improve handling of errors in (pdf)latex; previously latexmk would
+ give up processing in some situations continuing is correct.
+ Documentation corrections/improvements.
+ Reduce number of warnings in silent operation.
+ Cure slowness of v. 4.33 under Cygwin.
+
+From v. 4.33a to 4.33b
+ Documentation improvements.
+ Improve text displayed by using -showextraoptions option.
+