From 594ef83551be9233c6fe12a4b958ed793c7b51ba Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Fri, 11 Dec 2020 15:09:41 -0800 Subject: [PATCH] v11.4.0 release notes --- docs/release_notes.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index f3a63ab7..e3eb3143 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -15,8 +15,9 @@ wish to use some of its features for working with PDFs. v11.4.0 ======= -- When looking for Tesseract and Ghostscript, we now check the Windows Registry. - This should help Windows users who have installed these programs to non-standard +- When looking for Tesseract and Ghostscript, we now check the Windows Registry to + see if their installers registered the location of their executables. This should + help Windows users who have installed these programs to non-standard locations. - We now report on the progress of PDF/A conversion, since this operation is sometimes slow. @@ -25,6 +26,10 @@ v11.4.0 ``com.github.ocrmypdf`` to ``ocrmypdf.io``. Scripts that chose to depend on this prefix may need to be adjusted. (This has always been an implementation detail so is not considered part of the semantic versioning "contract".) +- Fixed issue #692, where a particular file with malformed fonts would flood an + internal message cue by generating so many debug messages. +- Fixed an exception on processing hOCR files with no page record. Tesseract + is not known to generate such files. v11.3.4 =======