diff options
author | Karl Berry <karl@freefriends.org> | 2016-04-25 20:46:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-04-25 20:46:03 +0000 |
commit | cfa0d42c795abf70a671d0a381e4fb45a3dba13d (patch) | |
tree | cbae7a39b41eb1daaae2950a2c214c31ab35ad47 /Master/texmf-dist/doc/pdftex/NEWS | |
parent | 5e37eaa6f3ee9d0cecc7e29e73baf8f5380d6ba4 (diff) |
pdftex doc for TL16: updates to manual, more tests, samplepdf(tex) at top level, pdfkeys and thanh/ext removed
git-svn-id: svn://tug.org/texlive/trunk@40740 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/pdftex/NEWS')
-rw-r--r-- | Master/texmf-dist/doc/pdftex/NEWS | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/pdftex/NEWS b/Master/texmf-dist/doc/pdftex/NEWS index 44ab1c9c543..7171ee730ef 100644 --- a/Master/texmf-dist/doc/pdftex/NEWS +++ b/Master/texmf-dist/doc/pdftex/NEWS @@ -1,3 +1,23 @@ +pdfTeX 3.14159265-2.6-1.40.17 (TeX Live 2016) +- changes: + - if environment variable SOURCE_DATE_EPOCH is set, use its value for + the CreationDate and ModDate values, and to seed the trailer /ID. + This by itself should suffice to create reproducible PDFs. The + other changes support more granular output tweaks along the same lines. + + - new primitive \pdfinfoomitdate to omit CreationDate and ModDate keys. + - new primitive \pdftrailerid to set seed for the trailer /ID + computation; with an empty argument \pdftrailerid{}, the /ID is omitted. + - new primitive \pdfsuppressptexinfo to omit PTEX.* keys from output; + the value is a bitmask: + % 1 -> PTEX.Fullbanner + % 2 -> PTEX.FileName + % 4 -> PTEX.PageNumber + % 8 -> PTEX.InfoDict (/Producer /Creator /CreationDate /ModDate /Trapped) + +- bugfixes: + - do not crash if font size of a vf >= 2048pt. +--------------------------------------------------- pdfTeX 3.14159265-2.6-1.40.16 (TeX Live 2015) - changes: - support JPEG Exif as well as JFIF. |