summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2011-02-27 11:17:05 +0000
committerAlbert Astals Cid <aacid@kde.org>2011-02-27 11:17:05 +0000
commit9eee294da5eb7cc9e08db734f7e3cf07ef245d8d (patch)
tree83d7238f3e86a651eaac11765b6704dc0185793e
parente368567a36a6d71c8df03a26643fb2a5e9abde56 (diff)
Update NEWS for poppler 0.16.3
-rw-r--r--NEWS22
1 files changed, 22 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4209b2a5..1f987825 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,27 @@
Release 0.16.2
core:
+ * Increase precision in PS output device
+ * Workaround bug when converting pdf to ps with level1 (Bug #31926)
+ * Fix crash in Splash output device in some broken pdf
+ * Fix infinite loop in some broken files
+ * Fix rendering of some substituted fonts (Bug #34522)
+ * Do not ask Freetype for 0x0 fonts in Splash output device (Bug #34602)
+ * Don't assume y1 > y3 for points of a highlight annotation (Gnome Bug #643028)
+ * Handle fontCIDType2OT when creating freetype font in Cairo output device (Gnome Bug #643273)
+ * Fix crash in some pdf that use ICC color space (Bug #34357)
+
+ glib:
+ * Don't use an uninitialized local variable in demo
+ * Add some introspection markers
+
+ qt4:
+ * Fix crash regression in unicodeToQString (again)
+
+ utils:
+ * Do not crash when using -bbox
+
+Release 0.16.2
+ core:
* Fix text extraction for some files
qt4: