diff --git a/NEWS.rst b/NEWS.rst index 7bbc28e..34be8dd 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -3,6 +3,19 @@ ====== +0.8 - Rainbow +============= + +* New authentication and rights management modules (by Matthias Jordan) +* Experimental database storage +* Command-line option for custom configuration file (by Mark Adams) +* Root URL not at the root of a domain (by Clint Adams, Fabrice Bellet, Vincent Untz) +* Improved support for iCal, CalDAVSync and CardDAVSync +* Empty PROPFIND requests handled (by Christoph Polcin) +* Colon allowed in passwords +* Configurable realm message + + 0.7.1 - Waterfalls ================== @@ -14,7 +27,6 @@ * Various DELETE responses fixed - 0.7 - Eternal Sunshine ====================== diff --git a/TODO.rst b/TODO.rst index 1d57350..98848e3 100644 --- a/TODO.rst +++ b/TODO.rst @@ -6,7 +6,7 @@ === * [IN PROGRESS] Other CalDAV clients supports -* SQL and Git storage backends +* Git storage backend * Tests @@ -16,4 +16,3 @@ * iCal filters and rights * CalDAV rights * CalDAV filters -* Read-only access for foreign users