summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2e874b9a..f29ea93d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Release 0.20.5
+ core:
+ * Fix crashes in malformed documents
+ * Fix parsing of very big numbers
+ * Splash: Do not render invalid font outlines (Bug #55573)
+ * Check for NaN in TextPage::addChar
+
+ build system:
+ * Fix build using mingw64 with winpthread
+ * autotools: Fix compilation when lcms is on non standard locations (Bug #55326)
+ * Support automake-1.12 (Bug #55541)
+
+ glib:
+ * Chain up finalize to the parent class (Bug #55521)
+
Release 0.20.4
core:
* Improvements regarding embedded file handling. (KDE Bug #306008)