summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2017-05-21 23:39:38 +0200
committerAlbert Astals Cid <aacid@kde.org>2017-05-21 23:39:38 +0200
commitff05069f34a00d67cdddb033f6240a3407e90057 (patch)
tree812bcea1b1b42e78bcb9fbe473b590423ff42be2 /NEWS
parent680b3f6b80e6d342a6b6e3fe8f1953857784f737 (diff)
Poppler 0.55.0poppler-0.55
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8f02c6e4..448b06e7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Release 0.55.0
+ core:
+ * Fix abort in files with broken Decode arrays. KDE bug #379835
+ * Fix memory leak (and probably logic bug) parsing broken XRef entries. Bug #100775
+ * Fix memory leak when reconstructing broken files. Bug #100776
+ * Minor optimization
+ * Fix regression in GfxIndexedColorSpace::mapColorToBase. Bug #100931
+ * Fix memory leak in error condition
+
+ cpp:
+ * Return nullptr if the page at index can't be fetched. Bug #100981
+
+ build system:
+ * Fail by default if libjpeg is not available
+ * Fail by default if libopenjpeg2/1 is not available
+
Release 0.54.0
core:
* Make XRef reconstruction a bit better. Bug #100509