summaryrefslogtreecommitdiff
path: root/support/latexmk/CHANGES
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-06-09 03:03:06 +0000
committerNorbert Preining <norbert@preining.info>2021-06-09 03:03:06 +0000
commitf7fc4ad3995d7f6ebbed20c20bf06e3a9176ea04 (patch)
tree9c81426f705e4550bf9e6494f36ed2d417b28c9f /support/latexmk/CHANGES
parent19ec3a90133b7827c16b0ffde16152fb4d566138 (diff)
CTAN sync 202106090303
Diffstat (limited to 'support/latexmk/CHANGES')
-rw-r--r--support/latexmk/CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/support/latexmk/CHANGES b/support/latexmk/CHANGES
index 84b949bbd2..fc6f77891e 100644
--- a/support/latexmk/CHANGES
+++ b/support/latexmk/CHANGES
@@ -768,3 +768,13 @@ From v. 4.73 to 4.74
Remove some informational messages (about rc files, and the state of
aux and dir settings after normalization).
+From v. 4.74 to 4.74b
+ When emulating aux_dir, put .synctex.gz .synctex files in out_dir (as
+ done by MiKTeX, and needed for their use).
+ Turn emulate aux_dir off by default, to match behavior on older versions
+ of latexmk (BACKWARDS INCOMPATIBLE with 4.73 and 4.74.)
+ Add end-of-all-runs warning if emulate aux_dir needed to be turned on,
+ when it was initially off.
+ Add .synctex and .synctex.gz to list of extensions to clear by default.
+ Turn back on default to report rc files read.
+ Add options -rc-report, -rc-report-, -dir_report, -dir_report-.