diff options
author | Albert Astals Cid <aacid@kde.org> | 2012-12-15 16:36:38 +0100 |
---|---|---|
committer | Albert Astals Cid <aacid@kde.org> | 2012-12-15 16:36:38 +0100 |
commit | 2bc48d5369f1dbecfc4db2878f33bdeb80d8d90f (patch) | |
tree | 69523122cf2a018fcf6e7f38e019fa83f22d2931 /NEWS | |
parent | b3423d54b1254597d7ca953872211fa3aa83e29c (diff) |
0.21.4 NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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) |