From d8f47768f99bdb0b938ad2b3934041c447c25fbc Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Fri, 19 Mar 2021 00:31:38 -0700 Subject: [PATCH] v11.7.2 release notes --- docs/release_notes.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index ffad6255..54adfb15 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -12,6 +12,14 @@ may be unreliable. Use the API to depend on precise behavior. The public API may be useful in scripts that launch OCRmyPDF processes or that wish to use some of its features for working with PDFs. +v11.7.2 +======= + +- Updated pinned versions in main.txt, primarily to upgrade Pillow to 8.1.2, due + to recently disclosed security vulnerabilities in that software. +- The ``--sidecar`` parameter now causes an exception if set to the same file as + the input or output PDF. + v11.7.1 =======