diff --git a/HISTORY.rst b/HISTORY.rst index 55a56f1dbe..7dbe63a263 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -9,6 +9,15 @@ @TheOneValen for the report. * Ignore document stub from the index mirror. GitLab issue #520. Thanks to TheOneValen @TheOneValen for the report. +* Fix for the Docker image INSTALL_FLAG path. Thanks to + Mark Maglana @relaxdiego for the report and to Hamish Farroq @farroq_HAM + for the patch. GitLab issue #525. +* Fix the typo in the Docker variable for worker concurrency. Thanks to + Mark Maglana @relaxdiego for the report and to Hamish Farroq @farroq_HAM + for the patch. GitLab issue #527. +* Add a noop OCR backend that disables OCR and the check for the + Tesseract OCR binaries. Set the OCR_BACKEND setting or MAYAN_OCR_BACKEND + environment variable to ocr.backends.pyocr.PyOCR to use this. 3.1.6 (2018-10-09) ================== diff --git a/docs/releases/3.1.7.rst b/docs/releases/3.1.7.rst index bbc8eca10b..4d9afd6137 100644 --- a/docs/releases/3.1.7.rst +++ b/docs/releases/3.1.7.rst @@ -15,6 +15,15 @@ Changes @TheOneValen for the report. * Ignore document stub from the index mirror. GitLab issue #520. Thanks to TheOneValen @TheOneValen for the report. +* Fix for the Docker image INSTALL_FLAG path. Thanks to + Mark Maglana @relaxdiego for the report and to Hamish Farroq @farroq_HAM + for the patch. GitLab issue #525. +* Fix the typo in the Docker variable for worker concurrency. Thanks to + Mark Maglana @relaxdiego for the report and to Hamish Farroq @farroq_HAM + for the patch. GitLab issue #527. +* Add a noop OCR backend that disables OCR and the check for the + Tesseract OCR binaries. Set the OCR_BACKEND setting or MAYAN_OCR_BACKEND + environment variable to ocr.backends.pyocr.PyOCR to use this. Removals @@ -83,5 +92,7 @@ Backward incompatible changes Bugs fixed or issues closed =========================== -* None +* `GitLab issue #525 `_ path to SECRET_KEY in entrypoint.sh seems to be a mistake +* `GitLab issue #527 `_ Celery concurrency flag names don't match + .. _PyPI: https://pypi.python.org/pypi/mayan-edms/