diff --git a/docs/releases/0.12.1.rst b/docs/releases/0.12.1.rst new file mode 100644 index 0000000000..2c16fdba8e --- /dev/null +++ b/docs/releases/0.12.1.rst @@ -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 +============= diff --git a/docs/releases/index.rst b/docs/releases/index.rst index 3bbee2aa57..8949542b57 100644 --- a/docs/releases/index.rst +++ b/docs/releases/index.rst @@ -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