summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/latexmk/CHANGES
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-01-18 23:25:58 +0000
committerKarl Berry <karl@freefriends.org>2018-01-18 23:25:58 +0000
commitec3a66bfdc270c6ec6c872ad560be774cf46d617 (patch)
treee0a9d4ddf710c818312c95f483709e8d582ded49 /Master/texmf-dist/doc/support/latexmk/CHANGES
parentab1f1f27607fc9dfce015d503843e67a46df1acd (diff)
latexmk (18jan18)
git-svn-id: svn://tug.org/texlive/trunk@46378 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support/latexmk/CHANGES')
-rw-r--r--Master/texmf-dist/doc/support/latexmk/CHANGES15
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/latexmk/CHANGES b/Master/texmf-dist/doc/support/latexmk/CHANGES
index 9ddf73a316a..7e7deb47667 100644
--- a/Master/texmf-dist/doc/support/latexmk/CHANGES
+++ b/Master/texmf-dist/doc/support/latexmk/CHANGES
@@ -576,3 +576,18 @@ From v. 4.54 to 4.54c
Work-around for when bsd_glob is not available on old installations of
Perl. (Note that with these old installations, clean-up operations
may not work when file or directory names contain spaces.)
+
+From v. 4.54c to 4.55
+ Correct bug that $search_path_separator wasn't defined under msys.
+ Ensure that all configuration variables do have sensible default
+ definitions (which wasn't always the case previously).
+ Allow optional timeout in pvc mode after a period of inactivity.
+ (See documentation for -pvctimeout option.)
+ Compensate for problems caused by time offset between system time on
+ system running latexmk and file times on remote file system.
+ (It caused wrong behavior when a document uses biber, MiKTeX
+ is used, the aux_dir is on a remote file system, and the system
+ time on the host of the file system differs from the system time on
+ the system running latexmk.)
+
+