summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/pdftexdir/NEWS
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-03-23 06:58:31 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-03-23 06:58:31 +0000
commit81f304f5bcb8c4213c24cc5628472e14277cd27d (patch)
treecd263269901f4588db07db248f3e7cb73d475e5a /Build/source/texk/web2c/pdftexdir/NEWS
parent21f7068a7822086cf9a2b9c82699038afba14da4 (diff)
web2c/lib, web2c/pdftexdir: sync with the pdftex upstream
git-svn-id: svn://tug.org/texlive/trunk@40109 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir/NEWS')
-rw-r--r--Build/source/texk/web2c/pdftexdir/NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/NEWS b/Build/source/texk/web2c/pdftexdir/NEWS
index 44ab1c9c543..0fb6816206a 100644
--- a/Build/source/texk/web2c/pdftexdir/NEWS
+++ b/Build/source/texk/web2c/pdftexdir/NEWS
@@ -1,3 +1,24 @@
+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 \pdftrailer to allow adding to the trailer dictionary.
+ - 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.