From ced3211318190c8729fb25b7630d5a320456c6b1 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 22 Nov 2016 22:21:24 -0400 Subject: [PATCH] Add upcomming version 2.1.6 release log and changelog. --- HISTORY.rst | 4 +++ docs/releases/2.1.6.rst | 72 +++++++++++++++++++++++++++++++++++++++++ docs/releases/index.rst | 1 + 3 files changed, 77 insertions(+) create mode 100644 docs/releases/2.1.6.rst diff --git a/HISTORY.rst b/HISTORY.rst index aece785e9c..85d4428afc 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,3 +1,7 @@ +2.1.6 (2016-11-22) +================= +- Fix variable name typo in the rotation transformation class. + 2.1.5 (2016-11-08) ================== - Backport resize transformation math operation fix (GitLab #319). diff --git a/docs/releases/2.1.6.rst b/docs/releases/2.1.6.rst new file mode 100644 index 0000000000..8284b3b3e1 --- /dev/null +++ b/docs/releases/2.1.6.rst @@ -0,0 +1,72 @@ +=============================== +Mayan EDMS v2.1.6 release notes +=============================== + +Released: November 22, 2016 + +What's new +========== + +This is a bug-fix release and all users are encouraged to upgrade. + +Changes +------------- + +- Fix variable name typo in the rotation transformation class. + +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 +=========================== + +* None + +.. _PyPI: https://pypi.python.org/pypi/mayan-edms/ diff --git a/docs/releases/index.rst b/docs/releases/index.rst index 7e0b85a652..144af6e26f 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 + 2.1.6 2.1.5 2.1.4 2.1.3