Version 0.7
This commit is contained in:
parent
a9c74ae84d
commit
d274044700
9
NEWS.rst
9
NEWS.rst
@ -3,15 +3,14 @@
|
|||||||
======
|
======
|
||||||
|
|
||||||
|
|
||||||
1.0 - *not released yet*
|
0.7 - Eternal Sunshine
|
||||||
========================
|
======================
|
||||||
|
|
||||||
* Repeating events
|
* Repeating events
|
||||||
* Calendar deletion
|
* Collection deletion
|
||||||
* Courier and PAM authentication methods
|
* Courier and PAM authentication methods
|
||||||
* Git and SQL storages
|
|
||||||
* CardDAV support
|
* CardDAV support
|
||||||
* LDAP: custom filters supported
|
* Custom LDAP filters supported
|
||||||
|
|
||||||
|
|
||||||
0.6.4 - Tulips
|
0.6.4 - Tulips
|
||||||
|
1
TODO.rst
1
TODO.rst
@ -6,6 +6,7 @@
|
|||||||
===
|
===
|
||||||
|
|
||||||
* [IN PROGRESS] Other CalDAV clients supports
|
* [IN PROGRESS] Other CalDAV clients supports
|
||||||
|
* SQL and Git storage backends
|
||||||
* Tests
|
* Tests
|
||||||
|
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
|
||||||
class HTTPServer(wsgiref.simple_server.WSGIServer, object):
|
class HTTPServer(wsgiref.simple_server.WSGIServer, object):
|
||||||
|
Loading…
Reference in New Issue
Block a user