Make the file_lock.FileLock the new default lock backend.

This commit is contained in:
Roberto Rosario
2017-01-16 00:16:35 -04:00
parent 1e91f62575
commit 3e898fd71b
2 changed files with 3 additions and 1 deletions

View File

@@ -47,6 +47,8 @@ calling the Tesseract executable.
- API endpoint to view or change a role's groups.
- API endpoint to view or change a role's permissions.
- Make the lock_manager.backends.file_lock.FileLock the new default locking backend.
Removals
--------
- Removal of the OCR_TESSERACT_PATH configuration setting.