From 743c586e3199c11ef23e32a1b2a99a1cff20b7fe Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 30 Oct 2019 03:11:28 -0400 Subject: [PATCH] Update release notes Signed-off-by: Roberto Rosario --- docs/releases/3.2.9.rst | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/docs/releases/3.2.9.rst b/docs/releases/3.2.9.rst index 56b18f5e0d..1fc92c6e77 100644 --- a/docs/releases/3.2.9.rst +++ b/docs/releases/3.2.9.rst @@ -7,6 +7,35 @@ Released: October XX, 2019 Changes ------- +- Move IMAPMockServer to its own module. +- Display feedback message when testing a mailing profile. +- Add tests to the platform app. +- Fix platformtemplate command --context option help message. +- Language translations update. +- Add target to run all translations targets. +- Backport color log formatter from branch version/next. +- Don't raise error checking AnonymousUser for permissions. + Instead return always False. +- Enable the main menu workflow runtime link when the workflow view + permission is granted to at least one workflow. +- Make Postgres container wait delay configurable. GitLab issue #677. + Thanks to Antenore Gatta (@antenore) for the report. +- Update Django to version 1.11.25. +- Update PyYAML to version 5.1.2. +- Update celery to version 3.1.26.post2. +- Update django-celery to version 3.2.2. +- Update pathlib2 to version 2.3.5. +- Update whitenoise to version 4.1.4. +- Update Pillow to version 6.2.1. +- Move Celery and Django Celery dependencies + to the task manager app. +- Improve dependecies app tests. +- Return st_nlink of 1 files in mirrored indexes. GitLab issue #676. + Thanks to Ezio Vernacotola (@eziove) for the report and solution. +- Fix MAYAN_GUNICORN_TIMEOUT Docker image setting. GitLab issue #671. + Thanks to Lennart Sauerbeck (@lennart_s) for the report. +- Add makefile target to launch a production staging Docker image. + Removals -------- @@ -100,6 +129,7 @@ Bugs fixed or issues closed --------------------------- - :gitlab-issue:`676` Access fuse mounted index via samba +- :gitlab-issue:`671` [Docker] MAYAN_GUNICORN_TIMEOUT timeout not passed to worker - :gitlab-issue:`677` Django start before PostgreSQL is up. - :forum-topic:`1347` Workflow state action: perform a POST request