From b0470eefabe167c6f269dfaa06f9a739afbcda25 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 30 Mar 2015 02:31:07 -0400 Subject: [PATCH] Add placeholder file for the version 2.0 release notes --- docs/releases/2.0.rst | 75 +++++++++++++++++++++++++++++++++++++++++ docs/releases/index.rst | 7 ++++ 2 files changed, 82 insertions(+) create mode 100644 docs/releases/2.0.rst diff --git a/docs/releases/2.0.rst b/docs/releases/2.0.rst new file mode 100644 index 0000000000..315054dbac --- /dev/null +++ b/docs/releases/2.0.rst @@ -0,0 +1,75 @@ +============================= +Mayan EDMS v2.0 release notes +============================= + +Released: September 2015 + +Welcome to Mayan EDMS v2.0 + + +What's new in Mayan EDMS v2.0 +============================= +* Appearance app + + + + +Upgrading from a previous version +================================= +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 + +Migrate existing database schema with:: + + $ mayan-edms.py migrate + + +During the migration several messages of stale content types can occur: + +.. code-block:: bash + + The following content types are stale and need to be deleted: + + XX | XX + + Any objects related to these content types by a foreign key will also + be deleted. Are you sure you want to delete these content types? + If you're unsure, answer 'no'. + + Type 'yes' to continue, or 'no' to cancel: + + +You can safely answer "yes". + +Add new static media:: + + $ mayan-edms.py collectstatic --noinput + +Remove unused dependencies:: + + $ pip uninstall XXXXX + + +The upgrade procedure is now complete. + + +Backward incompatible changes +============================= + + +Bugs fixed or issues closed +=========================== + +* `issue #158 `_ Plural form not matching singular form in ocr app bug i18n + + +.. _PyPI: https://pypi.python.org/pypi/mayan-edms/ + diff --git a/docs/releases/index.rst b/docs/releases/index.rst index ab6283f588..24374d0f39 100644 --- a/docs/releases/index.rst +++ b/docs/releases/index.rst @@ -17,6 +17,13 @@ Final releases Below are release notes through **Mayan EDMS** |version| and its minor releases. Newer versions of the documentation contain the release notes for any later releases. +2.0 release +----------- +.. toctree:: + :maxdepth: 1 + + 2.0 + 1.1 release ----------- .. toctree::