diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-01-14 04:46:03 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-01-14 04:46:03 +0000 |
commit | f7ce8ac6ec7728d367cc06efbceb9bf744a58926 (patch) | |
tree | a2a718fe1a4e2e540c46cc629e017f1c0fdfb819 /Build/source/libs/poppler/poppler-src/NEWS | |
parent | 2d3d353ddc4c37cbfee14cb10483717eb5ef82a3 (diff) |
poppler 0.40.0
git-svn-id: svn://tug.org/texlive/trunk@39383 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/poppler/poppler-src/NEWS')
-rw-r--r-- | Build/source/libs/poppler/poppler-src/NEWS | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Build/source/libs/poppler/poppler-src/NEWS b/Build/source/libs/poppler/poppler-src/NEWS index ff547204a66..cbe433d7303 100644 --- a/Build/source/libs/poppler/poppler-src/NEWS +++ b/Build/source/libs/poppler/poppler-src/NEWS @@ -1,3 +1,21 @@ +Release 0.40.0 + core: + * CairoOutputDev: Use shape mask with soft mask. Bug #91931 + * TextOutputDev: Handle right-to-left text in search + * TextOutputDev: Fix finding Arabic Presentation Forms ligatures + * Fix crash in invalid file. Bug #93476 + * Regression test improvements + + utils: + * pdftocairo: fix writing to stdout out with image output + * pdftocairo: document that -singlefile appends file type. Bug #86254 + * pdftocairo: ensure surface flushed before accessing image data + * pdftocairo: check for invalid use of options. Bug #92195 + * pdfunite: Fix typo in manual + + build system: + * Improve cmake build system + Release 0.39.0 core: * Ignore the alternateSpace and tintTransform. Bug #92381 |