summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2019-05-01 00:05:14 +0200
committerAlbert Astals Cid <aacid@kde.org>2019-05-01 00:05:28 +0200
commit248540fbe44886f7ede290c216822df21ad06d7d (patch)
treed3e4221ebdce9a3657741fe814daef9c62aed454 /NEWS
parentfe744fedb2757c6a6b69a5a7a30cab8b7e448cc5 (diff)
Poppler 0.76.1poppler-0.76.1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cfe930a4..e5199664 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Release 0.76.1:
+ core:
+ * Make the mul tables be calculated at compile time with constexpr.
+ * splash: Fix compile with SPLASH_CMYK enabled
+ * Some typo fixing in error messages
+
+ qt5:
+ * Fix regression in annotation handling
+
+ build system:
+ * Fix some typos in build system output and comments
+
Release 0.76.0:
core:
* Fix regression on case-insensitive search. Issue #743