summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2015-04-03 12:10:03 +0100
committerTor Andersson <tor.andersson@artifex.com>2015-04-07 16:57:31 +0200
commitda64f5f63c0d263e5edd6d8b4ace6a4146a72c84 (patch)
tree991c5ecf58e1e708bcaf1b0cd9ae4f973e467d42 /CHANGES
parentc6f488110d1cae3a7920faa5262f1f64956cc63f (diff)
downloadmupdf-da64f5f63c0d263e5edd6d8b4ace6a4146a72c84.tar.xz
Tweak CHANGES and README for release 1.7.
Update FZ_VERSION to 1.7 Update Android app version.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES34
1 files changed, 34 insertions, 0 deletions
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: