summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2012-12-01 22:19:17 +0100
committerAlbert Astals Cid <aacid@kde.org>2012-12-01 22:50:50 +0100
commitf8c1b55e764a6e79b0530fb1be9ee11917f4237e (patch)
tree3d0847b856400a7c6ac789427ea17669a0f6ebdd /NEWS
parente3716d9d735a1093399a3c5c33ea5471a6adc405 (diff)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2f4fc730..d6e05375 100644
--- a/NEWS
+++ b/NEWS
@@ -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)