From b14d7d6da0b08d8f316f5dcd21fe397416bb2a6f Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 3 Aug 2018 19:25:49 -0400 Subject: [PATCH] Add release notes for version 3.1. Signed-off-by: Roberto Rosario --- docs/releases/3.1.rst | 68 +++++++++++++++++++++++++++++++++++++++++ docs/releases/index.rst | 1 + 2 files changed, 69 insertions(+) create mode 100644 docs/releases/3.1.rst diff --git a/docs/releases/3.1.rst b/docs/releases/3.1.rst new file mode 100644 index 0000000000..4f346516cf --- /dev/null +++ b/docs/releases/3.1.rst @@ -0,0 +1,68 @@ +============================= +Mayan EDMS v3.1 release notes +============================= + +Released: XX, 2018 + +What's new +========== + +Removals +-------- +- None + +Upgrading from a previous version +--------------------------------- + + +Using PIP +~~~~~~~~~ + +Type in the console:: + + $ pip install mayan-edms==3.0.1 + +the requirements will also be updated automatically. + + +Using Git +~~~~~~~~~ + +If you installed Mayan EDMS by cloning the Git repository issue the commands:: + + $ git reset --hard HEAD + $ git pull + +otherwise download the compressed archived and uncompress it overriding the +existing installation. + +Next upgrade/add the new requirements:: + + $ pip install --upgrade -r requirements.txt + + +Common steps +~~~~~~~~~~~~ + +Migrate existing database schema with:: + + $ mayan-edms.py performupgrade + +Add new static media:: + + $ mayan-edms.py collectstatic --noinput + +The upgrade procedure is now complete. + + +Backward incompatible changes +============================= + +* None + +Bugs fixed or issues closed +=========================== + +* `GitLab issue #486 `_ Docker Verison 3.0 not working + +.. _PyPI: https://pypi.python.org/pypi/mayan-edms/ diff --git a/docs/releases/index.rst b/docs/releases/index.rst index e304e09d5e..4c50d95b70 100644 --- a/docs/releases/index.rst +++ b/docs/releases/index.rst @@ -22,6 +22,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 3.1 3.0.1 3.0