85 lines
1.6 KiB
Plaintext
85 lines
1.6 KiB
Plaintext
Version 2.1.4
|
|
=============
|
|
|
|
Released: October 28, 2016
|
|
|
|
This is a bug-fix release and all users are encouraged to upgrade.
|
|
|
|
Changes
|
|
-------
|
|
|
|
- Fix statistics namespace list display view
|
|
- Fix events list display view
|
|
- Update required Django version to 1.8.15
|
|
- Update required python-gnupg version to 0.3.9
|
|
- Improved orphaned temporary files test mixin
|
|
- Re-enable and improve GitLab CI MySQL testing
|
|
- Improved GPG handling
|
|
- New GPG backend system
|
|
- Minor documentation updates
|
|
|
|
|
|
Removals
|
|
--------
|
|
|
|
* None
|
|
|
|
|
|
Upgrading from a previous version
|
|
---------------------------------
|
|
|
|
Using PIP
|
|
^^^^^^^^^
|
|
|
|
Type in the console::
|
|
|
|
$ pip install -U mayan-edms
|
|
|
|
the requirements will also be updated automatically.
|
|
|
|
|
|
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
|
|
^^^^^^^^^^^^
|
|
|
|
Migrate existing database schema with::
|
|
|
|
$ mayan-edms.py performupgrade
|
|
|
|
Add new static media::
|
|
|
|
$ mayan-edms.py collectstatic --noinput
|
|
|
|
The upgrade procedure is now complete.
|
|
|
|
|
|
Backward incompatible changes
|
|
-----------------------------
|
|
|
|
* None
|
|
|
|
|
|
Bugs fixed or issues closed
|
|
---------------------------
|
|
|
|
* :gitlab-issue:`311` acl page return ContentType:Document
|
|
* :gitlab-issue:`316` Error when trying to access the statistics
|
|
* :gitlab-issue:`324` Document signature tests fail in Ubuntu 16.10
|
|
|
|
.. _PyPI: https://pypi.python.org/pypi/mayan-edms/
|