From 010f353a5e28610847dbb9a3810d9b550ae7c452 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Wed, 31 Aug 2016 13:19:27 -0700 Subject: [PATCH] v4.2.3 release notes --- RELEASE_NOTES.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 546335bb..21fd42f7 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -1,6 +1,21 @@ RELEASE NOTES ============= +OCRmyPDF uses `semantic versioning `_. + +v4.2.3: +======= + +- Fixed an issue with PDFs that store page rotation (/Rotate) in an indirect object +- Integrated a few fixes to simplify downstream packaging (Debian) + + + The test suite no longer assumes it is installed + + If running Linux, skip a test that passes Unicode on the command line + +- Added a test case to check explicit masks and stencil masks +- Added a test case for indirect objects and linearized PDFs +- Deprecated the OCRmyPDF.sh shell script + v4.2.2: =======