From cea355ad88f8022e4b9defdae2250bc8196eef4d Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 13 Nov 2017 17:31:07 +0100 Subject: Update CHANGES. --- CHANGES | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 5ea81f49..e37c478a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,41 @@ +List of changes in MuPDF 1.12.0 + +* New Android SDK: + New git repositories for the SDK projects: + * mupdf-android-fitz.git has the JNI bindings in a library. + * mupdf-android-viewer.git has the viewer as an activity in a library. + * mupdf-android-viewer-mini.git has the minimalist viewer as an activity in a library. + Binary packages in our Maven repository at http://maven.ghostscript.com: + * com.artifex.mupdf:fitz:1.12.+ + * com.artifex.mupdf:viewer:1.12.+ + * com.artifex.mupdf:mini:1.12.+ + +* Color management: + * LCMS2 library for color management. + * CMYK rendering with overprint simulation. + * Spot color rendering. + * Transparency rendering fixes. + +* Structured text output improvements: + * Reworked structured text API. + * Faster text searching. + * Highlight and copy text by selecting lines instead of by area. + * New semantic XHTML output format. + * New layout preserving HTML output format. + +* Features and improvements: + * Improved non-AA rendering with new scan converter. + * Improved LARGEFILE support. + * Improved TIFF support. + * Improved documentation. + * PCLm output. + * PSD output. + * New "mutool trace" tool. + * New "mutool sign" tool (work in progress). + * Text redaction (work in progress). + +* Lots of bug fixes. + List of changes in MuPDF 1.11 * This is primarily a bug fix release. -- cgit v1.2.3