From d9de69ea3da0918b57ffb4b6e78e8de15aea9e19 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 5 Sep 2014 14:30:51 -0400 Subject: [PATCH] Add placeholder release notes for version 1.1 --- docs/releases/1.1.rst | 50 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 docs/releases/1.1.rst diff --git a/docs/releases/1.1.rst b/docs/releases/1.1.rst new file mode 100644 index 0000000000..113902eb01 --- /dev/null +++ b/docs/releases/1.1.rst @@ -0,0 +1,50 @@ +============================= +Mayan EDMS v1.1 release notes +============================= + +*? 2014* + +Welcome to Mayan EDMS v1.1 + +Overview +======== + +What's new in Mayan EDMS v1.1 +============================= + + +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 + +Add new static media:: + + $ mayan-edms.py collectstatic --noinput + +The upgrade procedure is now complete. + + +Backward incompatible changes +============================= + + + +Bugs fixed or issues closed +=========================== +* None + + +.. _PyPI: https://pypi.python.org/pypi/mayan-edms/