summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2012-04-12 21:52:30 +0200
committerAlbert Astals Cid <aacid@kde.org>2012-04-12 21:52:30 +0200
commit08a14aa37b177bb4586869857ae678cb4bcd4039 (patch)
treee5d17fa8af63b1838a4dab85d64452303c988cc9 /NEWS
parent52227b59d1fa2a2029bfff2f8a167efd81faebbb (diff)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS26
1 files changed, 25 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index be507239..7cdf67ee 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+Release 0.19.3
+ core:
+ * Annotation improvements
+ * CairoOutputDev: Fix regression caused by mesh gradients
+ * CairoOutputDev: Use correct userfont font bbox (Bug #48399)
+ * CairoOutputDev: Fix paintTransparencyGroup when both mask and fill opacity are required (Bug #48453)
+ * CairoOutputDev: Ensure 0 width lines with stroke_adjust are aligned
+ * CairoOutputDev: Only align stroke coords for horizontal and vertical lines (Bug #48318)
+ * CairoOutputDev: Fix stroke pattern with transparency group (Bug #48468)
+ * Fix crash in JBIG2Stream decoding
+ * Fix memory leak when looking for a substitute font
+ * Fix page labels to not have a null character at the end
+ * Fix Splash CMYK merge error
+ * ttc<->ttf fallback is expected for CJK font list in for Windows (Bug #48046)
+
+ qt4:
+ * Annotations can now be modified
+ * Annotations can now be added
+ * Annotations can now be removed
+
+ utils:
+ * pdftohtml: Add producer and version to xml output
+ * pdftohtml: Fix the mask inversion for PNG
+
Release 0.19.2
core:
* Annotation improvements
@@ -15,7 +39,7 @@ Release 0.19.2
* misc autoconf fixes
* POPPLER_VERSION is now wrapped in quotes
- utils:
+ utils:
* pdftohtml: extract mask images even if they are not JPEG (Bug #47186)
* pdftohtml: Flip images if they need to (Bug #32340)