From e2090628ba39dd873eec6a6b1f3f0bc83a67e0a5 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 2 Jun 2015 01:49:33 -0400 Subject: [PATCH] Update release notes --- docs/releases/2.0.rst | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/docs/releases/2.0.rst b/docs/releases/2.0.rst index d433803333..fe38a1e7b1 100644 --- a/docs/releases/2.0.rst +++ b/docs/releases/2.0.rst @@ -22,13 +22,33 @@ What's new in Mayan EDMS v2.0 * Configurable use of Font Awesome icon set * Merging of apps - * home and common - * project_tools, project_setup and common - * documents and document_acls apps + * home and common + * project_tools, project_setup and common + * documents and document_acls apps +* Addition of a post document version OCR signal +* Removal dependencies: + + * South + * GitPython + * psutil + * python-hkp Upgrading from a previous version ================================= + +Using PIP +~~~~~~~~~ + +Type in the console:: + + $ pip install mayan-edms==2.0 + +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 @@ -40,11 +60,13 @@ Next upgrade/add the new requirements:: $ pip install --upgrade -r requirements.txt +Common steps +~~~~~~~~~~~~ + Migrate existing database schema with:: $ mayan-edms.py migrate - During the migration several messages of stale content types can occur: .. code-block:: bash @@ -71,6 +93,7 @@ Remove unused dependencies:: $ pip uninstall South $ pip uninstall GitPython $ pip uninstall psutil + $ pip uninstall python-hkp The upgrade procedure is now complete. @@ -90,6 +113,7 @@ Bugs fixed or issues closed * `issue #67 `_ Python 3 compatibility: Update models __unicode__ methdo to __str__ methods (using Django's six library) * `issue #121 `_ Twitter Bootstrap theme for Mayan EDMS * `issue #155 `_ Header does not fit list on documents/list on small screens (laptop) +* `issue #170 `_ Remove use of python-hkp * `issue #182 `_ Reorganize signal processors