summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2017-11-03 11:25:02 +0100
committerAlbert Astals Cid <aacid@kde.org>2017-11-03 11:25:02 +0100
commitaaa9c5308766a88d0512b87051d7c7082f152a9f (patch)
treebe713a58011433424dd848871fdee1edc0bd0be7 /NEWS
parent79b704b4017cf66dc3c39b49425c8b02760e5165 (diff)
Poppler 0.61poppler-0.61
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 018088ad..7211de13 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Release 0.61.0
+ core:
+ * Fix crashes in broken files
+ * Cleanup unused functions from GlobalParams
+ * Tweak LZWStream::processNextCode error handling. Bug #103174
+ * Warning fixes
+ * Remove t1lib code
+
+ qt5:
+ * Clean up the remaining Splash code in Arthur backend. Bug #103117
+ * ArthurOutputDev: Properly implement saveState/restoreState. Bug #103118
+ * Fix leak in ArthurOutputDev::updateFont. Bug #103508
+
+ build system:
+ * Use GNUInstallDirs. Bug #103211
+ * mingw: Install pkg-config files
+ * mingw: change library names to include the soversion. Bug #103157
+ * Fix installing a .cc file as header
+ * Use -pthread flag instead of -lpthread
+
Release 0.60.1
qt5:
* ArthurOutputDev: Add missing 'return' in error paths