From 8de0f9b86f830395aa40a5df428e4c847eed6a15 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sun, 29 Mar 2020 22:45:25 -0700 Subject: [PATCH] v9.7.0 release notes --- docs/release_notes.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 6db2bae3..c79f1245 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -14,6 +14,22 @@ Note that it is licensed under GPLv3, so scripts that licensed under GPLv3. +v9.7.0 +====== + +- Fixed an error in watcher.py if ``OCR_JSON_SETTINGS`` was not defined. +- Ghostscript 9.51 is now blacklisted, due to numerous problems with this version. +- Added a workaround for a problem with "txtwrite" in Ghostscript 9.52. +- Fixed an issue where the incorrect number of threads used was shown when + ``OMP_THREAD_LIMIT`` was manipulated. +- Removed a possible performance bottlenecks for files that use hundreds to + thousands of images on the same page. +- Documentation improvements. +- Optimization will now be applied to some monochrome images that have a color + profile defined instead of only black and white. +- ICC profiles are consulted when determining the simplified colorspace of an + image. + v9.6.1 ======