Add version 1.1.1 release notes

This commit is contained in:
Roberto Rosario
2015-04-07 21:06:00 -04:00
parent ea21f4c3fd
commit f67856fccd
2 changed files with 56 additions and 0 deletions

55
docs/releases/1.1.1.rst Normal file
View File

@@ -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/

View File

@@ -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