summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2018-04-17 20:04:26 +0200
committerAlbert Astals Cid <aacid@kde.org>2018-04-17 20:04:26 +0200
commit4d851d16aa6a2a9f00b60091a2ef810be1a571ea (patch)
tree2efdf9347c67ba011dfad39c0e134e2f7d8065e2 /NEWS
parent1dcf335a8e212fdfd18bad1f56a743504f653cf5 (diff)
poppler 0.64.0poppler-0.64.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS33
1 files changed, 33 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8b0af224..7acec550 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+Release 0.64.0
+ core:
+ * Workaround form field text not being drawn on broken files. Bug #103245
+ * Add read only setter for form fields
+ * Add support for Link Hide action
+ * Add support for Next actions in Links
+ * Fix parsing of Annot focus out actions
+ * Fix PDFDoc::checkHeader() for PDFs smaller than 1 KiB. Bug #105674
+ * Add const to several classes and members
+ * gfile: Fix build on some platforms
+ * Fix issues with on malformed documents. Bug #105972, #105969, #106059, #106061
+ * Several small code improvements
+
+ qt5:
+ * Allow setting of Form visibility status
+ * Allow setting of Form read only status
+ * Add support for Link Hide action
+ * Add support for Next actions in Links
+ * ArthurOutputDev: Implement axialShadedFill
+ * ArthurOutputDev: Implement drawImageMask. Bug #105531
+ * ArthurOutputDev: Implement Type3 font support
+
+ utils:
+ * pdfsig: Add -dump which writes signatures to disk. Bug #104881
+
+ glib:
+ * less deprecated calls
+
+ build system:
+ * bring back the option to disable GObject introspection
+ * Add iconv include dir when compiling
+ * Make it possible to build poppler without fontconfig. Default for Android
+
Release 0.63.0
core:
* CairoOutputDev: support embedding CCITT image data. Bug #103399