diff options
author | Albert Astals Cid <aacid@kde.org> | 2010-11-14 16:05:28 +0000 |
---|---|---|
committer | Albert Astals Cid <aacid@kde.org> | 2010-11-14 16:05:28 +0000 |
commit | 9d05138f0b7d15945f546564036bc67815593db0 (patch) | |
tree | 784f42337184e6486ac4e389a524f5512597f180 /NEWS | |
parent | 2d18543bd6b3a5a9ff2dfab63339d5bfcccd0b2f (diff) |
0.15.2poppler-0.15.2
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +Release 0.15.2 (0.16 Beta 2) + + core: + * Improve shadings and antialias in the Splash backend (Bug #30436) + * Linearization improvements + * Small improvements to the Arthur backend + * Fix calculation of the size of some pages (Bug #30784) + * Fix crashes in broken documents + + qt4: + * Add Page::renderToPainter() method + * Add setDebugErrorFunction() method + + cpp: + * Add the hability to render pages to an image + + utils: + * Add -p flag to pdfimages + + build system: + * Remove -ansi flag for cywin and mingw + Release 0.15.1 (0.16 Beta 1) core: |