Bump version to 2.1.6
This commit is contained in:
parent
9ced675423
commit
ee3fb71f7d
14
NEWS.md
14
NEWS.md
@ -1,6 +1,20 @@
|
||||
News
|
||||
====
|
||||
|
||||
2.1.6 - Wild Radish
|
||||
-------------------
|
||||
|
||||
This release is compatible with version 2.0.0.
|
||||
|
||||
* Fix content-type of VLIST
|
||||
* Specify correct COMPONENT in content-type of VCALENDAR
|
||||
* Cache COMPONENT of calendar objects (improves speed with some clients)
|
||||
* Stricter parsing of filters
|
||||
* Improve support for CardDAV filter
|
||||
* Fix some smaller bugs in CalDAV filter
|
||||
* Add X-WR-CALNAME and X-WR-CALDESC to calendars downloaded via HTTP/WebDAV
|
||||
* Use X-WR-CALNAME and X-WR-CALDESC from calendars published via WebDAV
|
||||
|
||||
2.1.5 - Wild Radish
|
||||
-------------------
|
||||
|
||||
|
@ -52,7 +52,7 @@ import vobject
|
||||
|
||||
from . import auth, rights, storage, web, xmlutils
|
||||
|
||||
VERSION = "2.1.5"
|
||||
VERSION = "2.1.6"
|
||||
|
||||
NOT_ALLOWED = (
|
||||
client.FORBIDDEN, (("Content-Type", "text/plain"),),
|
||||
|
Loading…
Reference in New Issue
Block a user