diff options
Diffstat (limited to 'support/latexmk/CHANGES')
-rw-r--r-- | support/latexmk/CHANGES | 10 |
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-. |