summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2016-10-08 17:55:31 +0200
committerAlbert Astals Cid <aacid@kde.org>2016-10-08 17:55:31 +0200
commit036bcee237c814197af3324cd3697ea88d9ac6d3 (patch)
tree48ea9b8ef01e9bb5c1e2c5cc77cd1f1fbaa1e434 /NEWS
parent3cfbc4efde1df6dcb9ef18a0fb26c7e199e6e8f5 (diff)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3ae7b349..6d98bbf1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Release 0.48.0
+ core:
+ * Fix crashes and memory leaks in invalid files.
+ * Small memory usage improvements.
+ * TextOutputDev: Remove null characters from PDF text. Bug #97144
+ * TextOutputDev: Break words on all whitespace characters. Bug #97399
+ * Fix UTF16 decoding of document outline title. Bug #97156
+ * Add functions for named destination name in name-tree/dict
+
+ glib:
+ * Increase glib requirement to 2.41
+
Release 0.47.0
core:
* Fix abort on documents where the docinfo obj is not a dict. Bug #97134