diff options
author | Albert Astals Cid <aacid@kde.org> | 2012-12-01 22:19:17 +0100 |
---|---|---|
committer | Albert Astals Cid <aacid@kde.org> | 2012-12-01 22:50:50 +0100 |
commit | f8c1b55e764a6e79b0530fb1be9ee11917f4237e (patch) | |
tree | 3d0847b856400a7c6ac789427ea17669a0f6ebdd /NEWS | |
parent | e3716d9d735a1093399a3c5c33ea5471a6adc405 (diff) |
0.21.3poppler-0.21.3
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +Release 0.21.3 + core: + * Splash: Implement bilinear image scaling (Bug #22138) + * CairoOutputDev: Update fill and stroke color in startPage (Bug #54526) + * Fix GooString::insert() + * Allow large chars in TextPage + * Fix crash on ActualText::end + * Don't use memcpy to copy classes + * Fix warnings + + glib: + * Check if words end with spaces (Bug #54504) + * Ensure text is only computed on first render + * Fix warnings while generating introspection file + * Fix returns tag in PopplerAttachmentSaveFunc api doc + * Minor demo fixes + Release 0.21.2 core: * CairoOutputDev: make drawImage work with images > 32767 in width/height (Bug #56858) |