From 58d1042147ec7a430caa530d36e841e0e5966612 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Wed, 29 Mar 2017 23:50:31 -0700 Subject: [PATCH] v4.5.3 release notes update --- RELEASE_NOTES.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index edcfc01b..46af1b02 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -7,8 +7,10 @@ OCRmyPDF uses `semantic versioning `_. v4.5.3 ====== -- Added a workaround for Ghostscript 9.21 and probably early versions would fail with the error message "VMerror -25", due to a Ghostscript bug in XMP metadata handling +- Added a workaround for Ghostscript 9.21 and probably earlier versions would fail with the error message "VMerror -25", due to a Ghostscript bug in XMP metadata handling - High Unicode characters (U+10000 and up) are no longer accepted for setting metadata on the command line, as Ghostscript may not handle them correctly. +- Fixed an issue where the ``tess4`` renderer would duplicate content onto output pages if tesseract failed or timed out +- Fixed ``tess4`` renderer not recognized when lossless reconstruction is possible v4.5.2