Merge tag '0.2.0'
release 0.2.0 * tag '0.2.0': set version number, make sure bug fixes are included
This commit is contained in:
commit
9d370cea60
2 changed files with 4 additions and 3 deletions
|
@ -1,13 +1,14 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
* :release:`0.2.0 <2014-12-27>`
|
||||||
* :support:`-` restrict permissions of mailbox base directories to be read only
|
* :support:`-` restrict permissions of mailbox base directories to be read only
|
||||||
* :feature:`-` add new mailbox handling tasks
|
* :feature:`-` add new mailbox handling tasks
|
||||||
:py:func:`osusers.tasks.create_file_mailbox` and
|
:py:func:`osusers.tasks.create_file_mailbox` and
|
||||||
:py:func:`osusers.tasks.delete_file_mailbox`
|
:py:func:`osusers.tasks.delete_file_mailbox`
|
||||||
* :support:`-` move celery routers into gvacommon that is in it's own
|
* :support:`-` move celery routers into gvacommon that is in it's own
|
||||||
repository to be used by others (gva, gvaldap)
|
repository to be used by others (gva, gvaldap)
|
||||||
* :bug:`-` sftp directories are now owned by root instead of user
|
* :bug:`- major` sftp directories are now owned by root instead of user
|
||||||
|
|
||||||
* :release:`0.1.0 <2014-12-26>`
|
* :release:`0.1.0 <2014-12-26>`
|
||||||
* :support:`-` configure celery task serialization, add routing for ldap tasks
|
* :support:`-` configure celery task serialization, add routing for ldap tasks
|
||||||
|
|
|
@ -62,9 +62,9 @@ copyright = u'2014, Jan Dittberner'
|
||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.1.0'
|
version = '0.2.0'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '0.1.0'
|
release = '0.2.0'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
|
Loading…
Reference in a new issue