summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2012-12-15 16:36:38 +0100
committerAlbert Astals Cid <aacid@kde.org>2012-12-15 16:36:38 +0100
commit2bc48d5369f1dbecfc4db2878f33bdeb80d8d90f (patch)
tree69523122cf2a018fcf6e7f38e019fa83f22d2931 /NEWS
parentb3423d54b1254597d7ca953872211fa3aa83e29c (diff)
0.21.4 NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d6e05375..b7adb3b0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Release 0.21.4
+ core:
+ * SplashOutputDev: Fix crash when rendering in monochrome mode
+ * SplashOutputDev: Fix line widths in monochrome mode (Bug #57294)
+ * PSOutputDev: Fix crop on EPS conversion (Bug #30692)
+ * TextOutputDev: Fix minor logic mistake
+ * Fix assert on some malformed files (Bug #58257)
+ * Move #include "jpeglib.h" into .cc file (Bug #57687)
+ * Filter text that may end up being written to the shell
+ * Fix windows compile warnings
+
+ glib:
+ * Add poppler_annot_set_flags (Bug #58015)
+ * Demo fixes and improvements
+
+ qt4:
+ * Fix check_lexer on 32-bit systems
+
Release 0.21.3
core:
* Splash: Implement bilinear image scaling (Bug #22138)