Changes:
- Source files in directories with non-ASCII names are not correctly
detected under MiKTeX.
- On cleanup, synctex.gz files are deleted only by -C, not by -c.
This means:
- When -jobname option is used, quote it on command line.
- Change maintainer's preferred e-mail.
- Attempt to improve handling of errors from (pdf)latex.
- Fix up for the making of -eps-converted-to.pdf
- Improve listing of warning lines from log file.
- Fix failure when using both -cd and -output-directory
- If user's home directory can't be determined, then don't read ~/.latexmkrc
- Introduce configuration variable $silence_logfile_warnings
- In setting $pscmd, allow for non-existent environment variable USER
- Miscellaneous corrections.
Also:
- Fix license handling
- Relax LaTeX Requires slightly
- Automatic creation of subdirectories of auxdir
- Add error diagnostics to if_source
- Allow print_type = 'auto'
- Fix use of directories with names containing perl glob characters
- Ensure that subdirectories are created properly
- In output of dependencies, include pathname of target file(s) in the rule.
- In -pvc mode, writing of deps file is per make not per overall run.
Fixes making ps/pdf files via a temporary file with no %D placeholder.
Adds png to list of graphics extensions for pdflatex.
Adds -norc option to prevent auto-reading of rc files.
Adds -aux-directory and -output-directory options.