summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2020-09-01 22:53:33 +0200
committerAlbert Astals Cid <aacid@kde.org>2020-09-01 22:53:33 +0200
commit2dbd1e0ac8102ec12eb6026df6708ef7c38fc05d (patch)
tree15e86835f0aca15c732e9e9cbba433d608508820 /NEWS
parentb82d0e17fb8d26f87a51d79046364d141187bd61 (diff)
poppler 20.09.0poppler-20.09.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS31
1 files changed, 31 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2f97d35d..4b270914 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+Release 20.09.0:
+ core:
+ * Compability fix for Forms
+ * Fix fetching of Objects failing in some cases
+ * Fix clearing date in Annot setModified/setDate
+ * TextSelectionPainter: support glyphless fonts
+ * Splash: Don't try read past end of image
+ * avoid abort() on large memory allocation
+ * Fix memory leak on broken files
+ * Fix potential invalid memory read
+ * Small code improvements
+
+ qt5:
+ * Document TextAnnotation::inplaceAlign
+ * Make Annotation::setModification/CreationDate work on existing annots
+ * Be a bit more stubborn converting dates that come from xml
+ * Clean as many null characters from the end as possible when converting strings
+
+ glib:
+ * Add accessor functions for PopplerAttachment
+ * Deprecate PopplerAttachment GTime fields
+ * Deprecate PopplerDocument date properties
+
+ utils:
+ * pdftoppm: report error and exit if output file cannot be written
+ * Document that PDF-file can be '-' to read it from stdin
+
+ build system:
+ * cmake: Modern way to link against libpng, zlib and libtiff
+ * cmake: Remove stray support for lcms1 in pdftocairo
+
Release 20.08.0:
core:
* Sub-page objects: initialize clip max values considering the render resolution. Issue #937