Version 1.0

This commit is contained in:
Guillaume Ayoub 2015-09-14 11:49:34 +02:00
parent f112a9b390
commit 377762e23c
3 changed files with 8 additions and 11 deletions

View File

@ -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

View File

@ -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
=== ===

View File

@ -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