Version 0.7.1
This commit is contained in:
parent
7ae764fd4b
commit
0cf9b92ce7
12
NEWS.rst
12
NEWS.rst
@ -3,6 +3,18 @@
|
||||
======
|
||||
|
||||
|
||||
0.7.1 - Waterfalls
|
||||
==================
|
||||
|
||||
* Many address books fixes
|
||||
* New IMAP ACL (by Daniel Aleksandersen)
|
||||
* PAM ACL fixed (by Daniel Aleksandersen)
|
||||
* Courier ACL fixed (by Benjamin Frank)
|
||||
* Always set display name to collections (by Oskari Timperi)
|
||||
* Various DELETE responses fixed
|
||||
|
||||
|
||||
|
||||
0.7 - Eternal Sunshine
|
||||
======================
|
||||
|
||||
|
@ -49,7 +49,7 @@ except ImportError:
|
||||
from radicale import acl, config, ical, log, storage, xmlutils
|
||||
|
||||
|
||||
VERSION = "git"
|
||||
VERSION = "0.7.1"
|
||||
|
||||
|
||||
class HTTPServer(wsgiref.simple_server.WSGIServer, object):
|
||||
|
Loading…
Reference in New Issue
Block a user