summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS32
1 files changed, 32 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 80ff11ac..c37ca2ee 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+Release 21.04.0:
+ core:
+ * Hide symbols by default
+ * TextSelectionDumper: fix word order for RTL text
+ * Fix rendering of text in some files. Issue #1052
+ * Implement rendering of Masks of Image subtype. Issue #1058
+ * Forms: fix unclicking standalone form buttons. Issue #1034
+
+ glib:
+ * Expose more fields from MediaRendition in PopplerMedia
+ * Use stock glib macro to define boxed type
+ * Remove incorrecly used volatile from enum type registration code
+
+ qt5:
+ * Fix crash in files with malformed signatures
+ * Fix memory leak when QImage constructor "fails"
+
+ qt6:
+ * Fix crash in files with malformed signatures
+ * Fix memory leak when QImage constructor "fails"
+
+ utils:
+ * pdfsig: New paragraph for "-sign" in manpage
+ * pdfimages: Do not assert in "too big images". Issue #1061
+
+ build system:
+ * Require cmake >= 3.10
+ * Require Qt 5 >= 5.9
+ * Require glib >= 2.56
+ * Require gtk 3 >= 3.22
+ * Require gdk-pixbuf >= 2.36
+
Release 21.03.0:
core:
* Fix parsing text in some broken pdf files. Issue #1040