Version 1.0
This commit is contained in:
parent
f112a9b390
commit
377762e23c
9
NEWS.rst
9
NEWS.rst
@ -3,10 +3,15 @@
|
|||||||
======
|
======
|
||||||
|
|
||||||
|
|
||||||
1.0 - *Not Released Yet*
|
1.0 - Sunflower
|
||||||
========================
|
===============
|
||||||
|
|
||||||
* Enhanced performances (by Mathieu Dupuy)
|
* Enhanced performances (by Mathieu Dupuy)
|
||||||
|
* Add MD5-APR1 and BCRYPT for htpasswd-based authentication (by Jan-Philip Gehrcke)
|
||||||
|
* Use PAM service (by Stephen Paul Weber)
|
||||||
|
* Don't discard PROPPATCH on empty collections (Markus Unterwaditzer)
|
||||||
|
* Write the path of the collection in the git message (Matthew Monaco)
|
||||||
|
* Tests launched on Travis
|
||||||
|
|
||||||
|
|
||||||
0.10 - Lovely Endless Grass
|
0.10 - Lovely Endless Grass
|
||||||
|
8
TODO.rst
8
TODO.rst
@ -2,14 +2,6 @@
|
|||||||
To-Do List
|
To-Do List
|
||||||
============
|
============
|
||||||
|
|
||||||
1.0
|
|
||||||
===
|
|
||||||
|
|
||||||
* [IN PROGRESS] Other CalDAV clients supports
|
|
||||||
* Git storage backend
|
|
||||||
* Tests
|
|
||||||
|
|
||||||
|
|
||||||
2.0
|
2.0
|
||||||
===
|
===
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@ except ImportError:
|
|||||||
from . import auth, config, ical, log, rights, storage, xmlutils
|
from . import auth, config, ical, log, rights, storage, xmlutils
|
||||||
|
|
||||||
|
|
||||||
VERSION = "0.10"
|
VERSION = "1.0"
|
||||||
|
|
||||||
# Standard "not allowed" response that is returned when an authenticated user
|
# Standard "not allowed" response that is returned when an authenticated user
|
||||||
# tries to access information they don't have rights to
|
# tries to access information they don't have rights to
|
||||||
|
Loading…
Reference in New Issue
Block a user