From 11a561dbce979e8a8120a741b48bf95d566131c7 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Fri, 26 Feb 2016 01:12:15 -0800 Subject: [PATCH] v4.0.3 release notes --- RELEASE_NOTES.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 622d5a9e..68e81e9c 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -6,6 +6,24 @@ Please always read this file before installing the package Download software here: https://github.com/jbarlow83/OCRmyPDF/tags +v4.0.3: +======= + +New features +------------ + +- Page orientations detected are now reported in a summary comment + + +Fixes +----- + +- Show stack trace if unexpect errors occur +- Treat "too few characters" error message from Tesseract as a reason to skip that page rather than + abort the file +- Docker: fix blank JPEG2000 issue by insisting on Ghostscript versions that have this fixed + + v4.0.2: =======