Add support for exporting an index as a FUSE filesystem. Closes gh-issue #173.

This commit is contained in:
Roberto Rosario
2015-07-29 13:30:35 -04:00
parent 22f823aca2
commit ab35118b01
5 changed files with 123 additions and 60 deletions

View File

@@ -72,6 +72,7 @@ What's new in Mayan EDMS v2.0
* RGB tags
* ``performupgrade`` management command.
* Removal of eval from metadata type defaults and lookup fields. Django's own template language is now used instead.
* Support to share an index as a FUSE filesystem.
Upgrading from a previous version
=================================