summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2015-08-09 18:27:06 +0200
committerAlbert Astals Cid <aacid@kde.org>2015-08-09 18:28:07 +0200
commit1213501882cf2ec6e3dcb3c078391040c8cb0a57 (patch)
treef3545c83323910afa334566d30002e41f4286efb /NEWS
parenta7b1151ce7a14d359d85bacfe02352cdeb8d9a8f (diff)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS29
1 files changed, 29 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a0f979a3..1354d3b1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+Release 0.35.0
+ core:
+ * Fix assert in broken file. Bug #91344
+ * Adjust memory layout computation of GooString
+ * Make SplashBitmap XBGR transfer alpha channel
+ * Splash: Fix wrong writes on non rgb outputs. Bug #90570
+ * Splash: remove ifndef in Windows code
+ * GlobalParamsWin bugfixes. Bug #91053
+
+ qt4:
+ * Switch default image format
+ * Add IgnorePaperColor render flag
+
+ qt5:
+ * Improve efficiency of Poppler::Page::renderToImage
+ * Switch default image format
+ * Add IgnorePaperColor render flag
+
+ build system:
+ * Allow configuring SPLASH_CMYK support
+ * Add configure --enable-build-type. Bug #90796
+
+ glib:
+ * Explicitly link against pthread
+ * Deprecation fixes
+
+ utils:
+ * pdftocairo: Fix cast to pointer from integer of different size on win64
+
Release 0.34.0
core:
* Splash: Fix crash in PDF with nested softmasks. Bug #91240