diff --git a/docs/docker.rst b/docs/docker.rst index f9d75de6..4ee2a101 100644 --- a/docs/docker.rst +++ b/docs/docker.rst @@ -104,14 +104,14 @@ Clients must keep their open connection while waiting for OCR to complete. This Unlike the rest of OCRmyPDF, this web service is licensed under the Affero GPLv3 (AGPLv3) since Ghostscript, a dependency of OCRmyPDF, is also licensed in this way. -In addition to the above, please read our `general remarks on using OCRmyPDF as a service `_. +In addition to the above, please read our :ref:`general remarks on using OCRmyPDF as a service `_. -Legacy Docker images --------------------- +Legacy Ubuntu Docker images +--------------------------- -Previously OCRmyPDF was delivered in several Docker images for different purposes, based on Ubuntu. Thanks to help from a user we have migrated to the compact ``ocrmypdf-alpine`` image that supercedes the others. +Previously OCRmyPDF was delivered in several Docker images for different purposes, based on Ubuntu. -The Ubuntu-based images will be maintained for some time but should not be used for new installations. They are as follows: +The Ubuntu-based images will be maintained for some time but should not be used for new deployments. They are as follows: .. list-table:: :widths: auto diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 80bd6760..e235650a 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -13,6 +13,19 @@ Note that it is licensed under GPLv3, so scripts that ``import ocrmypdf`` and ar find: [^`]\#([0-9]{1,3})[^0-9] replace: `#$1 `_ +v8.2.0 +------ + +- A major improvement to our Docker image is now available thanks to hard work contributed by @mawi12345. The new Docker image, ocrmypdf-alpine, is based on Alpine Linux, and includes most of the functionality of three existed images in a smaller package. This image will replace the main Docker image eventually but for now all are being built. `See documentation for details `_. + +- Documentation reorganized especially around the use of Docker images. + +- Updated dependencies, including pikepdf to 1.1.0. This fixes `#358 `_. + +- The install-time version checks for certain external programs have been removed from setup.py. These tests are now performed at run-time. + +- The non-standard option to override install-time checks (``setup.py install --force``) is now deprecated and prints a warning. It will be removed in a future release. + v8.1.0 ------