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/CHANGES19
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/latexmk/CHANGES b/Master/texmf-dist/doc/support/latexmk/CHANGES
index 509b82fe299..b4b4422f3e5 100644
--- a/Master/texmf-dist/doc/support/latexmk/CHANGES
+++ b/Master/texmf-dist/doc/support/latexmk/CHANGES
@@ -50,3 +50,22 @@ From v. 3.07 to v. 4.01
Miscellaneous bug fixes, etc.
Improvements in parsing of log file
+From v. 4.01 to v. 4.05
+ Miscellaneous bug fixes
+ Fix bug that -ps -pdfps runs ps2pdf before dvips
+ Deal with quoted filenames in log file
+ Correct problem with invocation of MSWin start command
+ -c and -C now also delete fdb_latex file
+ For home directory (where user's .latexmkrc is located,
+ when $ENV{'HOME'} does not exist, use $ENV{USERPROFILE}
+ (suitable for MS-Win).
+ Correct treatment of -e option
+ Fix possibility that unwrapping of lines in log_file is done
+ incorrectly
+ Correct parsing of log file
+ Improve diagnostics of reasons for rerun of external program.
+ Fix problems when using both latex and pdflatex
+ Configurable extensions for finding cusdep
+ Change to a nicer #! line
+ Safer use of % in placeholders in commands
+