Update release notes
Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
@@ -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.
|
current value of 120 seconds.
|
||||||
* Fix help text of the platformtemplate command.
|
* Fix help text of the platformtemplate command.
|
||||||
* Fix IMAP4 mailbox.store flags argument. Python's documentation
|
* Fix IMAP4 mailbox.store flags argument. Python's documentation
|
||||||
incorrectly state it is named flag_list. Closes GitLab issue
|
incorrectly state it is named flag_list. Closes GitLab issue
|
||||||
#606.
|
#606.
|
||||||
* Improve the workflow preview generation. Use polylines
|
* Improve the workflow preview generation. Use polylines
|
||||||
instead of splines. Add state actions to the preview.
|
instead of splines. Add state actions to the preview.
|
||||||
Highlight the initial state.
|
Highlight the initial state.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
Version 3.2.4
|
Version 3.2.4
|
||||||
=============
|
=============
|
||||||
|
|
||||||
Released: June XX, 2019
|
Released: June 29, 2019
|
||||||
|
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
@@ -12,14 +12,14 @@ Changes
|
|||||||
- Fix help text of the platformtemplate command.
|
- Fix help text of the platformtemplate command.
|
||||||
- Fix IMAP4 mailbox.store flags argument. Python's documentation
|
- Fix IMAP4 mailbox.store flags argument. Python's documentation
|
||||||
incorrectly state it is named flag_list. Closes GitLab issue
|
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.
|
debug information.
|
||||||
- Support configurable GUnicorn timeouts. Defaults to
|
- Support configurable GUnicorn timeouts. Defaults to
|
||||||
current value of 120 seconds.
|
current value of 120 seconds.
|
||||||
- Fix help text of the platformtemplate command.
|
- Fix help text of the platformtemplate command.
|
||||||
- Fix IMAP4 mailbox.store flags argument. Python's documentation
|
- Fix IMAP4 mailbox.store flags argument. Python's documentation
|
||||||
incorrectly state it is named flag_list. Closes GitLab issue
|
incorrectly state it is named flag_list. Closes GitLab issue
|
||||||
#606.
|
#606.
|
||||||
- Improve the workflow preview generation. Use polylines
|
- Improve the workflow preview generation. Use polylines
|
||||||
instead of splines. Add state actions to the preview.
|
instead of splines. Add state actions to the preview.
|
||||||
Highlight the initial state.
|
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
|
the supervisord configuration file with the new queues and the latest
|
||||||
recommended layout::
|
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_PASSWORD=mayanuserpass MAYAN_DATABASE_USER=mayan \
|
||||||
MAYAN_DATABASE_HOST=127.0.0.1 MAYAN_MEDIA_ROOT=/opt/mayan-edms/media \
|
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
|
/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
|
Edit the supervisord configuration file and update any setting the template
|
||||||
generator missed::
|
generator missed::
|
||||||
|
|
||||||
vi /etc/supervisor/conf.d/mayan.conf
|
sudo vi /etc/supervisor/conf.d/mayan.conf
|
||||||
|
|
||||||
Migrate existing database schema with::
|
Migrate existing database schema with::
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user