summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2013-11-27 00:53:16 +0100
committerAlbert Astals Cid <aacid@kde.org>2013-11-27 00:53:16 +0100
commit0af3e009a702d0c6ca716565ab87b386baa0a1ed (patch)
treeae26c2c2573f12bc86027b1353762190f65eb64f /NEWS
parenta42a13be0a0cda71dc230a73f7b16eb4eb066251 (diff)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 03a9e68a..ff38e7f6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Release 0.24.4
+ core:
+ * Fix regression in broken endstream detection. Bug #70854
+ * Catalog: sort entries of NameTrees to make sure lookup works. Bug #26049
+ * Don't infinite loop if reading from GooFile::read fails. Bug #71835
+
+ utils:
+ * pdftotext: Do not close stdout. Bug #71639
+ * pdftotext: Silence warning for may be used uninitialized variable. Bug #71640
+ * pdftotext: Escape the text of the xml headers
+ * Warn the user if he provides a wrong range
+
+ qt4:
+ * Fix typo in xml API. Bug #71643
+
+ qt5:
+ * Fix typo in xml API. Bug #71643
+
Release 0.24.3
core:
* PSOutputDev: Fix PFB font embedding. Bug #69717