Bump version to 2.1.7
This commit is contained in:
parent
b0ef194a4b
commit
21f5f5d70b
22
NEWS.md
22
NEWS.md
@ -1,6 +1,28 @@
|
|||||||
News
|
News
|
||||||
====
|
====
|
||||||
|
|
||||||
|
2.1.7 - Wild Radish
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
This release is compatible with version 2.0.0.
|
||||||
|
|
||||||
|
* Don't print warning when cache format changes
|
||||||
|
* Add documentation for ``BaseAuth``
|
||||||
|
* Add ``is_authenticated2(login, user, password)`` to ``BaseAuth``
|
||||||
|
* Fix names of custom properties in PROPFIND requests with
|
||||||
|
``D:propname`` or ``D:allprop``
|
||||||
|
* Return all properties in PROPFIND requests with ``D:propname`` or
|
||||||
|
``D:allprop``
|
||||||
|
* Allow ``D:displayname`` property on all collections
|
||||||
|
* Answer with ``D:unauthenticated`` for ``D:current-user-principal`` property
|
||||||
|
when not logged in
|
||||||
|
* Remove non-existing ``ICAL:calendar-color`` and ``C:calendar-timezone``
|
||||||
|
properties from PROPFIND requests with ``D:propname`` or ``D:allprop``
|
||||||
|
* Add ``D:owner`` property to calendar and address book objects
|
||||||
|
* Remove ``D:getetag`` and ``D:getlastmodified`` properties from regular
|
||||||
|
collections
|
||||||
|
|
||||||
|
|
||||||
2.1.6 - Wild Radish
|
2.1.6 - Wild Radish
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ import vobject
|
|||||||
|
|
||||||
from . import auth, rights, storage, web, xmlutils
|
from . import auth, rights, storage, web, xmlutils
|
||||||
|
|
||||||
VERSION = "2.1.6"
|
VERSION = "2.1.7"
|
||||||
|
|
||||||
NOT_ALLOWED = (
|
NOT_ALLOWED = (
|
||||||
client.FORBIDDEN, (("Content-Type", "text/plain"),),
|
client.FORBIDDEN, (("Content-Type", "text/plain"),),
|
||||||
|
Loading…
Reference in New Issue
Block a user