Version 0.7.1

This commit is contained in:
Guillaume Ayoub 2012-08-03 14:37:02 +02:00
parent 7ae764fd4b
commit 0cf9b92ce7
2 changed files with 13 additions and 1 deletions

View File

@ -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 0.7 - Eternal Sunshine
====================== ======================

View File

@ -49,7 +49,7 @@ except ImportError:
from radicale import acl, config, ical, log, storage, xmlutils from radicale import acl, config, ical, log, storage, xmlutils
VERSION = "git" VERSION = "0.7.1"
class HTTPServer(wsgiref.simple_server.WSGIServer, object): class HTTPServer(wsgiref.simple_server.WSGIServer, object):