diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2014-09-23 16:42:53 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2014-09-30 13:25:12 +0200 |
commit | 9268b59ffcb5e5a276324d692c9d63c0e2f1e3ce (patch) | |
tree | e5186fddc8bede99a88fb5f0415421b8ba9771dc /CHANGES | |
parent | 506ed6022c06173f0fef86451d7dab027f43cbd0 (diff) | |
download | mupdf-9268b59ffcb5e5a276324d692c9d63c0e2f1e3ce.tar.xz |
Update change list for 1.6 release.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 28 |
1 files changed, 24 insertions, 4 deletions
@@ -1,4 +1,24 @@ -List of changes on master since MuPDF 1.3 +List of changes in MuPDF 1.6 + +* Features: + * Color detection device (mudraw -T). + * Sepia mode full-page color tinting in X11 and win32 viewer (keybinding: shift-C). + * Re-implement printf and strtod due to portability issue with locales and number formatting. + * Add 'gsview' project: a Windows Modern UI viewer. + * Improve XML parser interface. +* Bug fixes: + * CBZ page ordering + * ZIP64 support + * iOS and Android bug fixes + * Miscellaneous minor fixes + + +List of changes in MuPDF 1.5 + +* Bug fixes. + + +List of changes in MuPDF 1.4 * Headline changes: * CMYK rendering (mudraw PWG and PAM formats) @@ -59,7 +79,7 @@ List of changes on master since MuPDF 1.3 * Save files with incremental updates. -List of changes on master since MuPDF 1.2 +List of changes in MuPDF 1.3 * Windows RT viewer app for MuPDF. * Library changes to support progressive loading (display PDF files as @@ -97,7 +117,7 @@ List of changes on master since MuPDF 1.2 * Many potential crashes in Jpeg2000 and JBIG2 images fixed. -List of changes on master since MuPDF 1.1 +List of changes in MuPDF 1.2 * Important API changes: * fz_bbox is now fz_irect. @@ -127,7 +147,7 @@ List of changes on master since MuPDF 1.1 * Various rendering fixes. -List of changes on master since MuPDF 1.0 +List of changes in MuPDF 1.1 * Rendering bugs fixed (text clipping, stroked text etc). * Better handling of 'large' (uncachable) glyphs. |