From 0ba32b96b71bc683139b1c52ed75ec37fb36028e Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Tue, 22 Dec 2020 00:47:25 -0800 Subject: [PATCH] Revert "v11.4.0 release notes - remove change not actually implemented" This reverts commit ad202693b3dcf905e180a665a54f349d00d8dfba. Temporary folder prefix was actually changed in commit f11bb53e. --- docs/release_notes.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 093b0824..e3eb3143 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -22,6 +22,10 @@ v11.4.0 - We now report on the progress of PDF/A conversion, since this operation is sometimes slow. - Improved command line completions. +- The prefix of the temporary folder OCRmyPDF creates has been changed from + ``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