From 250e68c1cd3546a5b1349973158ad516401fac8e Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sat, 27 Feb 2016 01:01:38 -0800 Subject: [PATCH] v4.0.5 release notes --- RELEASE_NOTES.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index c83b7949..ed117af0 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -6,15 +6,22 @@ Please always read this file before installing the package Download software here: https://github.com/jbarlow83/OCRmyPDF/tags -v4.0.4: +v4.0.5: ======= Fixes ----- +- Remove some verbose debug messages from v4.0.4 +- Fixed temporary that wasn't being deleted - DPI is now calculated correctly for cropped images, along with other image transformations - Inline images are now checked during DPI calculation instead of rejecting the image +v4.0.4: +======= + +Released with verbose debug message turned on. Do not use. Skip to v4.0.5. + v4.0.3: =======