From 5a33416c724b7ce5d2de68af704954bbe447e698 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Thu, 20 Apr 2017 04:28:08 -0700 Subject: [PATCH] 4.1.1 release notes --- docs/releasenotes/4.1.1.rst | 24 ++++++++++++++++++++++++ docs/releasenotes/index.rst | 1 + 2 files changed, 25 insertions(+) create mode 100644 docs/releasenotes/4.1.1.rst diff --git a/docs/releasenotes/4.1.1.rst b/docs/releasenotes/4.1.1.rst new file mode 100644 index 000000000..7aa3c1fbf --- /dev/null +++ b/docs/releasenotes/4.1.1.rst @@ -0,0 +1,24 @@ +4.1.1 +----- + +Fix Regression with reading DPI from EXIF data +============================================== + +Some JPEG images don't contain DPI information in the image metadata, +but do contain it in the EXIF data. A patch was added in 4.1.0 to read +from the EXIF data, but it did not accept all possible types that +could be included there. This fix adds the ability to read ints as +well as rational values. + + +Incompatibility between 3.6.0 and 3.6.1 +======================================= + +CPython 3.6.1 added a new symbol, PySlice_GetIndicesEx, which was not +present in 3.6.0. This had the effect of causing binaries compiled on +CPython 3.6.1 to not work on installations of C-Python 3.6.0. This fix +undefines PySlice_GetIndicesEx if it exists to restore compatibility +with both 3.6.0 and 3.6.1. See https://bugs.python.org/issue29943 for +more details. + + diff --git a/docs/releasenotes/index.rst b/docs/releasenotes/index.rst index 1dd6eb8af..27851ec7a 100644 --- a/docs/releasenotes/index.rst +++ b/docs/releasenotes/index.rst @@ -6,6 +6,7 @@ Release Notes .. toctree:: :maxdepth: 2 + 4.1.1 4.1.0 4.0.0 3.4.0