summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-11-13 17:31:07 +0100
committerRobin Watts <robin.watts@artifex.com>2017-11-23 11:42:45 +0000
commitcea355ad88f8022e4b9defdae2250bc8196eef4d (patch)
tree389f34db2c054fbc22bd414777e81d8921f047ba /CHANGES
parent2a15410f58b389c5ea19965722e1c4f07202c3b5 (diff)
downloadmupdf-cea355ad88f8022e4b9defdae2250bc8196eef4d.tar.xz
Update CHANGES.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES38
1 files changed, 38 insertions, 0 deletions
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.