Update documentation

This commit is contained in:
Roberto Rosario
2012-12-12 01:21:27 -04:00
parent 28b8046c18
commit 42c8a686af
4 changed files with 20 additions and 10 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -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

View File

@@ -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'.