diff --git a/NEWS.rst b/NEWS.rst index a2729fc..200ad6b 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -3,10 +3,15 @@ ====== -1.0 - *Not Released Yet* -======================== +1.0 - Sunflower +=============== * 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 diff --git a/TODO.rst b/TODO.rst index 98848e3..b9bc32d 100644 --- a/TODO.rst +++ b/TODO.rst @@ -2,14 +2,6 @@ To-Do List ============ -1.0 -=== - -* [IN PROGRESS] Other CalDAV clients supports -* Git storage backend -* Tests - - 2.0 === diff --git a/radicale/__init__.py b/radicale/__init__.py index c33cd9e..357a9c9 100644 --- a/radicale/__init__.py +++ b/radicale/__init__.py @@ -51,7 +51,7 @@ except ImportError: 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 # tries to access information they don't have rights to