diff --git a/HISTORY.rst b/HISTORY.rst index 7d2f8bd330..c429ea317f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,5 +1,5 @@ -2.5.3 (2017-07-XX) -================== +2.6 (2017-07-XX) +================ - Fix HTML mark up in window title. GitLab #397. - Add support for emailing documents to a recipient list. GitLab #396. - Backport metadata widget changes from @Macrobb. GitLab #377. @@ -11,6 +11,8 @@ - Add document list item view. - Sort setting by namespace label and by global name second. - Sort indexes by label. +- Fix cabinets permission and access control checking. +- The permission to add or remove documents to cabinets now applies to documents too. 2.5.2 (2017-07-08) ================== diff --git a/mayan/__init__.py b/mayan/__init__.py index bdd20405f4..fa9fa8e0b1 100644 --- a/mayan/__init__.py +++ b/mayan/__init__.py @@ -1,8 +1,8 @@ from __future__ import unicode_literals __title__ = 'Mayan EDMS' -__version__ = '2.5.2' -__build__ = 0x020502 +__version__ = '2.6beta1' +__build__ = 0x020600 __author__ = 'Roberto Rosario' __author_email__ = 'roberto.rosario@mayan-edms.com' __description__ = 'Free Open Source Electronic Document Management System'