summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames R. Barlow <james@purplerock.ca>2020-07-07 01:36:04 -0700
committerJames R. Barlow <james@purplerock.ca>2020-07-07 01:36:04 -0700
commita76d9e9abba019a16ace08c51e85c5acb38bac7d (patch)
tree1d558a809f28d37a41bcf959ccc31c77ba18d1d7
parenteca2c280f06db2a7109a8cf5a188757ae9424f40 (diff)
v1.17.0 release notes
-rw-r--r--docs/release_notes.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/release_notes.rst b/docs/release_notes.rst
index 63fde5c..e184fc5 100644
--- a/docs/release_notes.rst
+++ b/docs/release_notes.rst
@@ -18,6 +18,17 @@ is in production use. Note that the C++ extension module
``pikepdf._qpdf`` is a private interface within pikepdf that applications
should not access directly, along with any modules with a prefixed underscore.
+v1.17.0
+=======
+
+- Fixed a failure to extract PDF images, where the image had both a palette
+ and colorspace set to an ICC profile. The iamge is now extracted with the
+ profile embedded. (#108)
+- Added opt-in support for memory-mapped file access, using
+ ``pikepdf.open(...access_mode=pikepdf.AccessMode.mmap)``. Memory mapping
+ file access performance considerably, but may make application exception
+ handling more difficult.
+
v1.16.1
=======