From 221301abd14ea8a7d839514de52af273129fa334 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 21 Oct 2016 02:22:36 -0400 Subject: [PATCH] Add upcomming 2.1.4 release notes. --- docs/releases/2.1.4.rst | 72 +++++++++++++++++++++++++++++++++++++++++ docs/releases/index.rst | 2 ++ 2 files changed, 74 insertions(+) create mode 100644 docs/releases/2.1.4.rst diff --git a/docs/releases/2.1.4.rst b/docs/releases/2.1.4.rst new file mode 100644 index 0000000000..77ee45a5d4 --- /dev/null +++ b/docs/releases/2.1.4.rst @@ -0,0 +1,72 @@ +=============================== +Mayan EDMS v2.1.4 release notes +=============================== + +Released: XX, 2016 + +What's new +========== + +This is a bug-fix release and all users are encouraged to upgrade. + +Other changes +------------- +- Fix statistics namespace list display +- Update to Django 1.8.15 + +Removals +-------- +* None + +Upgrading from a previous version +--------------------------------- + +Using PIP +~~~~~~~~~ + +Type in the console:: + + $ pip install -U mayan-edms + +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 #316 ` Error when trying to access the statistics + +.. _PyPI: https://pypi.python.org/pypi/mayan-edms/ diff --git a/docs/releases/index.rst b/docs/releases/index.rst index 8af72af3ff..eb7c8bee1e 100644 --- a/docs/releases/index.rst +++ b/docs/releases/index.rst @@ -22,6 +22,8 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 2.1.4 + 2.1.3 2.1.2 2.1.1 2.1