80 lines
1.4 KiB
Plaintext
80 lines
1.4 KiB
Plaintext
Version 2.7.3
|
||
=============
|
||
|
||
Released: September 11, 2017
|
||
|
||
Changes
|
||
-------
|
||
|
||
- Fix task manager queue list view. Thanks to LeVon Smoker for
|
||
the report.
|
||
- Fix resolved link class URL mangling when the keep_query argument is
|
||
used. Fixes source navigation on the document upload wizard. Thanks to
|
||
Nick Douma (LordGaav) for the report and diagnostic information. GitLab
|
||
issue #436.
|
||
|
||
|
||
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:`431` can't create new mailer
|
||
* :gitlab-issue:`436` New document source menu does not contain source_ids
|
||
|
||
|
||
.. _PyPI: https://pypi.python.org/pypi/mayan-edms/
|