diff --git a/docs/conf.py b/docs/conf.py index 74a96c4fcf..a1582c44b5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -52,10 +52,10 @@ copyright = u'2011, 2012 Roberto Rosario' # built documents. # # The short X.Y version. -version = '0.12.3' +version = '0.13' # The full version, including alpha/beta/rc tags. -release = '0.12.3' +release = '0.13' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/releases/0.12.3.rst b/docs/releases/0.13.rst similarity index 89% rename from docs/releases/0.12.3.rst rename to docs/releases/0.13.rst index 5d75f36e3a..36d1c11969 100644 --- a/docs/releases/0.12.3.rst +++ b/docs/releases/0.13.rst @@ -136,17 +136,27 @@ Backward incompatible changes ============================= * None -Bugs fixed -========== +Bugs fixed or issues closed +=========================== * `issue #28`_ "Document indexing based on filesystem problem" +* `issue #29`_ Default ACL documentation +* `issue #30`_ "Ubuntu 12.0.4 LTS complaining about mising 'fabfile/templates/settings_local.py' (master branch)" * `issue #31`_ "Bulk add tags Feature request" * `issue #32`_ "Error run $python manage.py syncdb" +* `issue #33`_ "Fetches translations from Transifex. " +* `issue #34`_ "Initial syncdb fails because of import time database access" +* `issue #35`_ "Fix first install syncdb on Postgres" * `issue #37`_ "When 19 >= &document_type_id >= 10 in url, error page not found" * `issue #39`_ Feature request "Bulk move folders" .. _issue #28: https://github.com/rosarior/mayan/issues/28 +.. _issue #29: https://github.com/rosarior/mayan/issues/29 +.. _issue #30: https://github.com/rosarior/mayan/issues/30 .. _issue #31: https://github.com/rosarior/mayan/issues/31 .. _issue #32: https://github.com/rosarior/mayan/issues/32 +.. _issue #33: https://github.com/rosarior/mayan/issues/33 +.. _issue #34: https://github.com/rosarior/mayan/issues/34 +.. _issue #35: https://github.com/rosarior/mayan/issues/35 .. _issue #37: https://github.com/rosarior/mayan/issues/37 -.. _issue #33: https://github.com/rosarior/mayan/issues/39 +.. _issue #39: https://github.com/rosarior/mayan/issues/39 diff --git a/docs/releases/index.rst b/docs/releases/index.rst index a8edb808cf..fdac0e1721 100644 --- a/docs/releases/index.rst +++ b/docs/releases/index.rst @@ -11,12 +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 latest version. -Latest version (0.12.3) +Latest version (0.13) ----------------------- .. toctree:: :maxdepth: 1 - 0.12.3 + 0.13 0.12.2 0.12.1 0.12 diff --git a/docs/topics/document_visualization.rst b/docs/topics/document_visualization.rst index 834b58e920..3deb63fe1b 100644 --- a/docs/topics/document_visualization.rst +++ b/docs/topics/document_visualization.rst @@ -30,9 +30,9 @@ before they can be previewed and text can be extracted. Version 0.12.1 introduced a new method of converting office documents, this new method doesn't require the use of the command line utility ``UNOCONV``. -If this new method proves to continue working better than previous solutions the use -of ``UNOCONV`` may be deprecated in the future. The new conversion method -adds just one new configuration option: :setting:`CONVERTER_LIBREOFFICE_PATH` +This new method proved to continue working better than previous solution +and the use of ``UNOCONV`` have been removed. Existing conversion method +uses just one configuration option: :setting:`CONVERTER_LIBREOFFICE_PATH` which defaults to '/usr/bin/libreoffice'.