From 3d69b46fcad59b19aa1373f4b7ac3d2a70b37f3f Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Tue, 10 Apr 2018 15:53:02 -0700 Subject: [PATCH] Release notes --- docs/release_notes.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 34f33c9a..906c994d 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -9,11 +9,22 @@ The OCRmyPDF package itself does not contain a public API, although it is fairly find: [^`]\#([0-9]{1,3})[^0-9] replace: `#$1 `_ + +next +---- + +- XMP metadata in PDFs is now examined using ``defusedxml`` for safety. + +- If an external process exits with a signal when asked to report its version, we now print the system error message instead of suppressing it. This occurred when the required executable was found but was missing a shared library. + + v6.1.3 ------ - Fix issue `#247 `_, ``/CreationDate`` metadata not copied from input to output. +- A warning is now issued when Python 3.5 is used on files with a large page count, as this case is known to regress to single core performance. The cause of this problem is unknown. + v6.1.2 ------