summaryrefslogtreecommitdiff
path: root/support/latexmk/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'support/latexmk/CHANGES')
-rw-r--r--support/latexmk/CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/support/latexmk/CHANGES b/support/latexmk/CHANGES
index b3ef76ac63..e725708982 100644
--- a/support/latexmk/CHANGES
+++ b/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.