diff --git a/HISTORY.rst b/HISTORY.rst index b77a7bf06a..3acb652c86 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -155,6 +155,9 @@ Mayan management command. - Allow specifying the queue list for the run_worker Docker command. +- Switch default installation to use two Redis + databases. One for the message broker, and the + other to store task results. 3.2.10 (2019-XX-XX) =================== @@ -176,9 +179,11 @@ to John Bentley (@johnbentleyii) for the report. - Add missing Event class cache invalidation when calling the refresh() method. -- Switch default installation to use two Redis - databases. One for the message broker, and the - other to store task results. +- Use timezone aware date for document statistics. +- Show placeholder label on invalid action classes + Instead of throwing an error a sample label of + "Unknown action type" will be used and allow users to + delete the unknown state action. 3.2.9 (2019-11-03) ================== diff --git a/docs/chapters/deploying.rst b/docs/chapters/deploying.rst index 8563cd3915..ccce49219d 100644 --- a/docs/chapters/deploying.rst +++ b/docs/chapters/deploying.rst @@ -27,10 +27,10 @@ For another setup that offers more performance and scalability refer to the If using a Debian_ or Ubuntu_ based Linux distribution, get the executable requirements using:: - sudo apt-get install g++ gcc ghostscript gnupg1 graphviz libfuse2 \ - libjpeg-dev libmagic1 libpq-dev libpng-dev libreoffice libtiff-dev \ - poppler-utils postgresql python3-dev python3-virtualenv redis-server \ - sane-utils supervisor tesseract-ocr zlib1g-dev -y + sudo apt-get install exiftool g++ gcc ghostscript gnupg1 graphviz \ + libfuse2 libjpeg-dev libmagic1 libpq-dev libpng-dev libreoffice \ + libtiff-dev poppler-utils postgresql python3-dev python3-virtualenv + redis-server sane-utils supervisor tesseract-ocr zlib1g-dev -y .. note::