Initial v0.12.1 release notes

This commit is contained in:
Roberto Rosario
2012-05-30 16:57:49 -04:00
parent d1ccca4d2e
commit c754a48c92
2 changed files with 72 additions and 1 deletions

70
docs/releases/0.12.1.rst Normal file
View File

@@ -0,0 +1,70 @@
================================
Mayan EDMS v0.12.1 release notes
================================
*May 2012*
This is the first maintenance release of the 0.12 series.
Overview
========
While bug fixes and minor feature were the focus for this release, some
bigger changes were included becuase of their importance. The parsing of
document saw a complety rewrite being now class based and allows for more
than one parser per mimetype with sequencial fallback. This provides the
best text extraction on deployments where users have control over the
installation and basic extraction when deploying on the cloud or other
environments where users don't have the ability to install OS level
binaries.
What's new in Mayan EDMS v0.12.1
================================
Documentation update
~~~~~~~~~~~~~~~~~~~~
New configuration options
~~~~~~~~~~~~~~~~~~~~~~~~~
Translations
~~~~~~~~~~~~~~~~~~~
Usability improvements
~~~~~~~~~~~~~~~~~~~~~~
Better office document conversion
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Better PDF text parsing
~~~~~~~~~~~~~~~~~~~~~~~
Upgrading from a previous version
=================================
Start off by adding the new requirements::
$ pip install -r requirements/production.txt
Then create the new database structures with::
$ ./manage.py syncdb
Afterwards migrate existing database schema with::
$ ./manage.py migrate documents
The upgrade procedure is now complete.
Backward incompatible changes
=============================
Bugs fixed
==========
Stuff removed
=============

View File

@@ -11,11 +11,12 @@ all the backwards-incompatible changes and deprecated features for
each 'final' release from the one after your current **Mayan EDMS** version,
up to and including the new version.
Latest version (0.12)
Latest version (0.12.1)
---------------------
.. toctree::
:maxdepth: 1
0.12.1
0.12
Historic changelogs