Skip to content

Commit

Permalink
v16.7.0 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed Dec 2, 2024
1 parent 7565d20 commit cc058be
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
==========================================
Expand Down
10 changes: 10 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
=======

Expand Down

0 comments on commit cc058be

Please sign in to comment.