summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2018-05-19 17:05:25 +0200
committerAlbert Astals Cid <aacid@kde.org>2018-05-19 17:05:25 +0200
commitc9e2dc7ea7e098875e6b93566bdb1d14451c3673 (patch)
tree902491c419b5142b25048298254e0eceac02f580 /NEWS
parent921de21733816fc6cd66c70c7a4914fbfee924d6 (diff)
Poppler 0.65.0poppler-0.65.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS22
1 files changed, 22 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7acec550..8e380f15 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+Release 0.65.0
+ core:
+ * SplashOutputDev: Add the invisible character check beginType3Char. Bug #106244
+ * XRef: Fix runtime undefined behaviour. Bug #105970
+ * Fix issues with malformed documents. Bug #104942, #103238
+ * Remove GooHash after replacing it by std::unordered_map
+ * Add conversion methods between GooString and std::string.
+
+ cpp:
+ * Add newline after error message
+ * Expose more image modes, add option to select mode in renderer. Bug #105558
+
+ build system:
+ * Fix compilation with libc++
+ * Small improvement to FindLIBOPENJPEG2.cmake
+
+ qt5:
+ * Add widget annot actions to FormFields
+
+ utils:
+ * pdffonts: Minor formatting changes in the man page. Bug #105194
+
Release 0.64.0
core:
* Workaround form field text not being drawn on broken files. Bug #103245