From cc058be4b294d46aad460302a54cce2a8d213937 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Mon, 2 Dec 2024 11:45:01 -0800 Subject: [PATCH] v16.7.0 release notes --- docs/docker.rst | 6 +++--- docs/release_notes.rst | 10 ++++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/docs/docker.rst b/docs/docker.rst index 16bc351db..5d0c46eda 100644 --- a/docs/docker.rst +++ b/docs/docker.rst @@ -69,9 +69,9 @@ OCRmyPDF will use all available CPU cores. See the Docker documentation for if you are using Docker on macOS or Windows, where you may need to manually assign more resources. On Linux, all resources will be available automatically. -The underlying operating system and other details in Docker images are subject -to change at minor releases. If you are modifying the image, you should pin -the version you intend to use. +The underlying operating system and other details in Docker images are considered +implementation details and **subject to change at minor releases**. If you are +modifying the image, you should pin the version you intend to use. Using the Docker image on the command line ========================================== diff --git a/docs/release_notes.rst b/docs/release_notes.rst index c4a4f0e55..b8b3d3c38 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -30,6 +30,16 @@ OCRmyPDF typically supports the three most recent Python versions. .. |OCRmyPDF PyPI| image:: https://img.shields.io/pypi/v/ocrmypdf.svg +v16.7.0 +======= + +- Fixed further issues with Docker build and updated some versions. +- Main Docker image returned to Ubuntu 24.04 since the fix in v16.6.2 resolved + that concern. +- Code that previously sent Ghostscript output to stdout has been changed to + output to temporary files, since Ghostscript was doing that anyway internally. + This is a modest efficiency improvement. + v16.6.2 =======