From 377762e23c31ceaad757d555e64b695496fd095b Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 14 Sep 2015 11:49:34 +0200 Subject: [PATCH] Version 1.0 --- NEWS.rst | 9 +++++++-- TODO.rst | 8 -------- radicale/__init__.py | 2 +- 3 files changed, 8 insertions(+), 11 deletions(-) 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