diff --git a/LICENSE.rst b/LICENSE.rst index 8ca79199..ec3f0f9e 100644 --- a/LICENSE.rst +++ b/LICENSE.rst @@ -18,9 +18,3 @@ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - ----- - -sRGB_IEC61966-2-1_black_scaled.icc - -To anyone who acknowledges that the file "sRGB_IEC61966-2-1_black scaled.icc" is provided "AS IS" WITH NO EXPRESS OR IMPLIED WARRANTY, permission to use, copy and distribute these file for any purpose is hereby granted without fee, provided that the file is not changed including the ICC copyright notice tag, and that the name of ICC shall not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. ICC makes no representations about the suitability of this software for any purpose. \ No newline at end of file diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 5cfc4fe8..5c97ee6e 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -5,6 +5,12 @@ Please always read this file before installing the package Download software here: https://github.com/jbarlow83/OCRmyPDF/tags +v4.1.1: +======= + +- Replace IEC sRGB ICC profile with Debian's sRGB (from icc-profiles-free) which is more compatible with the MIT license +- More helpful error message for an error related to certain types of malformed PDFs + v4.1: ===== diff --git a/ocrmypdf/data/sRGB.icc b/ocrmypdf/data/sRGB.icc new file mode 100644 index 00000000..1d8f7419 Binary files /dev/null and b/ocrmypdf/data/sRGB.icc differ diff --git a/ocrmypdf/data/sRGB_IEC61966-2-1_black_scaled.icc b/ocrmypdf/data/sRGB_IEC61966-2-1_black_scaled.icc deleted file mode 100644 index a2c86458..00000000 Binary files a/ocrmypdf/data/sRGB_IEC61966-2-1_black_scaled.icc and /dev/null differ