summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2019-02-07 19:34:31 +0100
committerAlbert Astals Cid <aacid@kde.org>2019-02-07 19:34:31 +0100
commitc0c89223c1724815e8bae78ebac72bb3a4873a68 (patch)
tree5ac6934619d324ad17ad45a4d5872e8c6b0ac693 /NEWS
parent2c5fadd7e1c1b896ee23a3ba694f5f19430b6720 (diff)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS26
1 files changed, 26 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8d3aa287..5f128a65 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+Release 0.74.0:
+ core:
+ * Remove support for obsolete systems. Issue #709
+ * Include timezone in timeToDateString()
+ * Fix/silence some warnings
+ * Fix issues with broken files
+
+ build system:
+ * Fix linking in FreeBSD
+ * Fix fseeko configure check on Android for API level < 24
+ * Remove unused MacroPushRequiredVars.cmake
+
+ qt5:
+ * Add API that lazily builds an outline by wrapping the internal objects
+ * Demo: Use new API to build Table Of Contents lazily
+
+ glib:
+ * Improve documentation
+ * Fix cast from 'GTime *' (aka 'int *') to 'time_t *' (aka 'long *')
+
+ utils:
+ * pdfsig: add -nssdir option
+
+ cpp:
+ * Add a way to get all the named destinations in a document.
+
Release 0.73.0:
core:
* Fix regression reading some encrypted files. Issue #690