From da64f5f63c0d263e5edd6d8b4ace6a4146a72c84 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Fri, 3 Apr 2015 12:10:03 +0100 Subject: Tweak CHANGES and README for release 1.7. Update FZ_VERSION to 1.7 Update Android app version. --- CHANGES | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 595278ae..e8f9e182 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,37 @@ +List of changes in MuPDF 1.7 + +* Headline changes: + * New 'Indie dev' licensing options - contact sales@artifex.com for more details. + * New HTML layout engine, and (DRM-free) EPUB viewer. + * Reduced memory usage - displaylists and internal PDF representation take much less memory, reducing total memory use on some files by over 60%. + +* Important API changes: + * Bound contexts have been removed; we now pass fz_contexts explicitly. + * Reference counting of paths and text structures. + +* Features: + * Add mutool pages option. + * Tweaked rendering to prevent feature dropout in common cases. + * Viewer tweaks + * Better mouse wheel handling + * Shift-space support + * Mouse button control of presentation mode + +* Internal changes: + * Removal of bound contexts; fz_contexts now passed explicitly everywhere. + * PDF filter revamp - simpler interface. + * Devices use derived structures rather than user pointer. + * Sparse PDF xrefs held in more compact form. + * New gsview viewer split out to its own repository. + +* Bug fixes + * Improved handling of broken files. + * Fix BBoxes of Type 3 fonts. + * Updated fonts (including greek and cyrillic). + * Various memory leaks and crashes. + * And many more. + + List of changes in MuPDF 1.6 * Features: -- cgit v1.2.3