Version 1.1.1

Thu, May 21, 2015

Version 1.1.1

Released: May 21, 2015

Changes

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
  • Increase size of the lock name field
  • New style documentation

Upgrading from a previous version

Using PIP

Type in the console:

 $ pip install mayan-edms==1.1.1 

the requirements will also be updated.

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

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