forked from mayan-edms/Mayan-EDMS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
- Loading branch information
Roberto Rosario
committed
Jul 2, 2021
1 parent
7ba54f8
commit c71eb72
Showing
3 changed files
with
78 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
Version 4.0.10 | ||
============== | ||
|
||
Released: July 2, 2021 | ||
|
||
Status: Stable | ||
|
||
Changes | ||
------- | ||
|
||
|
||
GitLab CI | ||
^^^^^^^^^ | ||
|
||
Add support for local apt proxies. This speeds up CI pipeline jobs by | ||
fetching the APT packages from a local cache or proxy. | ||
|
||
|
||
Documents | ||
^^^^^^^^^ | ||
|
||
The document version timestamp are now made time zone aware before copying | ||
them over during migration from versions before 4.0. | ||
|
||
|
||
Duplicates | ||
^^^^^^^^^^ | ||
|
||
The duplicates migration query was split into two separate queries to | ||
increase compatibility with database managers. | ||
|
||
|
||
Other | ||
^^^^^ | ||
|
||
- Simplify code block to delete OCR content of a document version. | ||
|
||
|
||
Removals | ||
-------- | ||
|
||
- None | ||
|
||
|
||
Upgrade process | ||
--------------- | ||
|
||
.. include:: partials/upgrade-3.5-4.0.txt | ||
|
||
|
||
Troubleshooting | ||
--------------- | ||
|
||
If you observe the errors: | ||
|
||
- ``mayan.apps.file_caching.models.CachePartitionFile.DoesNotExist: CachePartitionFile matching query does not exist.`` | ||
|
||
or: | ||
|
||
- ``FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/mayan/document_file_storage/...`` | ||
|
||
follow the solution outlined in the troubleshooting section: :ref:`troubleshooting-version-4.0` | ||
|
||
|
||
Backward incompatible changes | ||
----------------------------- | ||
|
||
- None | ||
|
||
|
||
Issues closed | ||
------------- | ||
|
||
- None | ||
|
||
.. _PyPI: https://pypi.python.org/pypi/mayan-edms/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters