summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/latexmk/CHANGES
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-12-04 00:22:10 +0000
committerKarl Berry <karl@freefriends.org>2009-12-04 00:22:10 +0000
commit3aa73b4539b1ec4a3644caac1e29ad9ac35b8990 (patch)
treee9a54be3f30cf31a99831db9a71b56d965daeb26 /Master/texmf-dist/doc/support/latexmk/CHANGES
parent1e2739200d6d9e12b5066e05c21e1a6b63183abc (diff)
latexmk 4.11 (2dec09)
git-svn-id: svn://tug.org/texlive/trunk@16285 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support/latexmk/CHANGES')
-rw-r--r--Master/texmf-dist/doc/support/latexmk/CHANGES21
1 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/latexmk/CHANGES b/Master/texmf-dist/doc/support/latexmk/CHANGES
index e9145a2f018..267f3dad12b 100644
--- a/Master/texmf-dist/doc/support/latexmk/CHANGES
+++ b/Master/texmf-dist/doc/support/latexmk/CHANGES
@@ -95,3 +95,24 @@ From v. 4.07 to v. 4.10
during first run of (pdf)latex. (Previously that caused the
previewer not to run even if viewed file exists.)
+From v. 4.10 to v. 4.11
+ Corrects a long-standing bug that when the main file uses
+ bibtex, and uses \include for subdocuments, changes in
+ bibliography citations did not always trigger a rerun of bibtex.
+ Fixed a problem that latexmk did not detect changed aux files etc
+ on a small document when the run of (pdf)latex was within the
+ 1-second granularity of filetimes.
+ Improved start-up times on some large documents by avoiding
+ unnecessary recalculations of md5 checksums.
+ Deals better with eps-to-pdf conversions reported by epstopdf
+ package.
+ -silent option now causes suppression of certain messages about
+ non-existent files
+ When view files are make via a temporary file (not-yet-documented
+ feature), delete old view file before moving the temporary file.
+ (To avoid reported bug in kpdf and okular.)
+ Corrects a problem that with an error introduced at v. 4.08 that
+ on finding an error in processing one file latexmk exits rather
+ than continuing processing other requested files. The exit code
+ returned by latexmk was also incorrect in this situation
+