diff --git a/HISTORY.rst b/HISTORY.rst index 0c201ef1c6..b62da7e331 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,11 +1,11 @@ -3.2.4 (2019-06-XX) +3.2.4 (2019-06-29) ================== -* Support configurable GUnicorn timeouts. Defaults to +* Support configurable GUnicorn timeouts. Defaults to current value of 120 seconds. * Fix help text of the platformtemplate command. * Fix IMAP4 mailbox.store flags argument. Python's documentation incorrectly state it is named flag_list. Closes GitLab issue - #606. + #606. * Improve the workflow preview generation. Use polylines instead of splines. Add state actions to the preview. Highlight the initial state. diff --git a/docs/releases/3.2.4.rst b/docs/releases/3.2.4.rst index 25b0277f98..1dd4e3f4bb 100644 --- a/docs/releases/3.2.4.rst +++ b/docs/releases/3.2.4.rst @@ -1,7 +1,7 @@ Version 3.2.4 ============= -Released: June XX, 2019 +Released: June 29, 2019 Changes @@ -12,14 +12,14 @@ Changes - Fix help text of the platformtemplate command. - Fix IMAP4 mailbox.store flags argument. Python's documentation incorrectly state it is named flag_list. Closes GitLab issue - #606. Thanks to Samuel Aebi (@samuelaebi) for the report and + #606. Thanks to Samuel Aebi (@samuelaebi) for the report and debug information. -- Support configurable GUnicorn timeouts. Defaults to +- Support configurable GUnicorn timeouts. Defaults to current value of 120 seconds. - Fix help text of the platformtemplate command. - Fix IMAP4 mailbox.store flags argument. Python's documentation incorrectly state it is named flag_list. Closes GitLab issue - #606. + #606. - Improve the workflow preview generation. Use polylines instead of splines. Add state actions to the preview. Highlight the initial state. @@ -95,7 +95,7 @@ variables values show here with your respective settings. This step will refresh the supervisord configuration file with the new queues and the latest recommended layout:: - MAYAN_DATABASE_ENGINE=django.db.backends.postgresql MAYAN_DATABASE_NAME=mayan \ + sudo MAYAN_DATABASE_ENGINE=django.db.backends.postgresql MAYAN_DATABASE_NAME=mayan \ MAYAN_DATABASE_PASSWORD=mayanuserpass MAYAN_DATABASE_USER=mayan \ MAYAN_DATABASE_HOST=127.0.0.1 MAYAN_MEDIA_ROOT=/opt/mayan-edms/media \ /opt/mayan-edms/bin/mayan-edms.py platformtemplate supervisord > /etc/supervisor/conf.d/mayan.conf @@ -103,7 +103,7 @@ recommended layout:: Edit the supervisord configuration file and update any setting the template generator missed:: - vi /etc/supervisor/conf.d/mayan.conf + sudo vi /etc/supervisor/conf.d/mayan.conf Migrate existing database schema with::