summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-10-28 16:18:21 +0200
committerTor Andersson <tor.andersson@artifex.com>2016-10-28 16:18:38 +0200
commit4029b45e494634361a4205f8896ec429d11e990a (patch)
tree135ccb76ee0d281abe53a6fec26c49787c1a5d0e /CHANGES
parentcc54ce0ea012a24e2b2b20da7d6c176eed9b0414 (diff)
downloadmupdf-4029b45e494634361a4205f8896ec429d11e990a.tar.xz
Update CHANGES.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES32
1 files changed, 31 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 5e780c32..13c202a2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,38 @@
-List of changes since MuPDF 1.9
+List of changes in MuPDF 1.10
* Headline changes:
* FictionBook (FB2) e-book support.
* Simple SVG parser (a small subset of SVG only).
+ * mutool convert: a new document conversion tool and interface.
+ * Multi-threaded rendering in mudraw.
+ * Luratech decoders for JBIG2 and JPEG2000 (commercial releases only).
+ * Optional JPEG-XR support (not included by default for security reasons).
+ * Updated base 14 fonts from URW.
+ * New CJK font with language specific variants.
+ * Hyperlink support in EPUB.
+
+* Reduced memory use:
+ * New tool muraster: example printer driver with limited RAM usage and automatic banding.
+ * Alpha channel is now optional in pixmaps.
+ * More aggressive purging of cached objects.
+ * Partial image decoding for lower memory use when banding.
+
+* Reduced code size when building with a subset of features:
+ * Reduced default set of built-in CMap tables to the minimum required.
+ * FZ_ENABLE_PDF, _XPS, _JS, to disable features at compile time.
+ * Function level linking.
+
+* Interface changes and cleanups:
+ * Dropped pdf object generation numbers from public interfaces.
+ * Simplified PDF page, xobject, and annotation internals.
+ * Closing and freeing devices and writers are now separate steps.
+ * Improved PDF annotation editing interface (still a work in progress).
+ * Document writer interface.
+ * Banded image writer interface.
+
+* Mobile viewers:
+ * New JNI interfaces to match capabilities of 'mutool run' javascript.
+ * New android and desktop java examples using new JNI interface.
List of changes in MuPDF 1.9