From f67856fccdb1041202c179bdb85e24d5ca3d277e Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 7 Apr 2015 21:06:00 -0400 Subject: [PATCH] Add version 1.1.1 release notes --- docs/releases/1.1.1.rst | 55 +++++++++++++++++++++++++++++++++++++++++ docs/releases/index.rst | 1 + 2 files changed, 56 insertions(+) create mode 100644 docs/releases/1.1.1.rst diff --git a/docs/releases/1.1.1.rst b/docs/releases/1.1.1.rst new file mode 100644 index 0000000000..f3a72954d0 --- /dev/null +++ b/docs/releases/1.1.1.rst @@ -0,0 +1,55 @@ +=============================== +Mayan EDMS v1.1.1 release notes +=============================== + +Released: April XX, 2015 + +What's new +========== + +Update to Django 1.6.11 +~~~~~~~~~~~~~~~~~~~~~~~ +The required version of Django has been updated to version 1.6.11_. + + +Minor changes +~~~~~~~~~~~~~ +- Fix make_dist.sh script +- Add test for issue #163 +- Activate tests for the sources app +- Removal of the registration app +- New simplified official project description +- Improvements to the index admin interface +- Removal of installation statistics gathering +- Remove unused folder tag +- Fix usage of ugettext to ugettext_lazy + +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 + +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 + +.. _1.6.11: https://docs.djangoproject.com/en/1.8/releases/1.6.11/ diff --git a/docs/releases/index.rst b/docs/releases/index.rst index ab6283f588..6704ec6953 100644 --- a/docs/releases/index.rst +++ b/docs/releases/index.rst @@ -23,6 +23,7 @@ versions of the documentation contain the release notes for any later releases. :maxdepth: 1 1.1 + 1.1.1 1.0 release