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/CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/latexmk/CHANGES b/Master/texmf-dist/doc/support/latexmk/CHANGES
index b3ef76ac63e..e725708982d 100644
--- a/Master/texmf-dist/doc/support/latexmk/CHANGES
+++ b/Master/texmf-dist/doc/support/latexmk/CHANGES
@@ -690,3 +690,15 @@ From v. 4.64 to 4.64a
From v. 4.64a to 4.65
Fix incorrect parsing of long quoted filenames in log file that sometimes
prevented latexmk from running.
+
+From v. 4.65 to 4.67
+ Improve parsing of long lines in log file, especially with UTF-8 filenames
+ and xelatex.
+ Minor diagnostic improvements
+ Allow addition of hook for processing lists of missing source files.
+ Changing of '\' to '/' in filenames is done for msys as well as MSWin32.
+ Use $compiling_cmd, $warning_cmd, $success_cmd on normal make, rather
+ than just in -pvc mode.
+ If there were missing subdirectories in output/aux directories, and these
+ were successfully created, then ignore error from *latex, since rerun
+ may succeed.