Update release notes

This commit is contained in:
Roberto Rosario
2014-06-29 15:30:16 -04:00
parent ecb6733cd4
commit 72f4e95f39

View File

@@ -20,9 +20,9 @@ The growth and reach of the project has necessitaded for a while the move
of the project to its own organization in Github. This move has finally been
done, the new URL of the project is: https://github.com/mayan-edms/mayan-edms
Django 1.5
~~~~~~~~~~~~~
This release updates the required version of Django to 1.5, bringing with it
Django 1.6
~~~~~~~~~~
This release updates the required version of Django to 1.6, bringing with it
not only new features, but also a lot of security updates, a new project
directory structure and new deployment methods.
@@ -97,6 +97,9 @@ Removal of fabric based installations
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
These files are now part of their own project.
Pluggable OCR backends
~~~~~~~~~~~~~~~~~~~~~~
Upgrading from a previous version
=================================
If you installed **Mayan EDMS** by cloning the Git repository issue the commands::
@@ -112,7 +115,8 @@ Next upgrade/add the new requirements::
Migrate existing database schema with::
$ ./manage.py migrate metadata 0001 --fake
$ ./manage.py migrate taggit 0001 --fake
$ ./manage.py migrate
Add new static media::