Merge remote-tracking branch 'origin/versions/micro' into versions/minor

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-11-16 22:51:48 -04:00
2 changed files with 12 additions and 7 deletions

View File

@@ -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)
==================

View File

@@ -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::