summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2012-11-23 00:12:24 +0100
committerAlbert Astals Cid <aacid@kde.org>2012-11-23 00:12:24 +0100
commitb1dacd1e6ab00eb1976491eb2b45c76671011b38 (patch)
treefe68a4889f93a7bbf39d9343deb4c9d0a8ae8a11 /NEWS
parent2d2a3af7159945c3fd54f22878e2eb09e019bbc6 (diff)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3955431d..2f4fc730 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Release 0.21.2
+ core:
+ * CairoOutputDev: make drawImage work with images > 32767 in width/height (Bug #56858)
+ * CairoOutputDev: Fix soft mask when image resolution != smask resolution (Bug #57070)
+ * CairoOutputDev: Fix crash in CairoImageOutputDev with setSoftMaskFromImageMask (Bug #57067)
+ * Remove a check on fonts that we don't need (Bug #56753)
+ * Misc code cleanups
+
+ utils:
+ * pdftocairo: Add tiff output support (Bug #57006)
+ * pdfunite: Fix -v (Bug #56817)
+ * Misc code cleanups
+
Release 0.21.1
core:
* Annotation improvements