From 45bf22e09f1a081efdeeec0abbd230fcc997f4d7 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Sun, 4 Jul 2010 16:59:46 +0200 Subject: [PATCH] Add news about the personal calendars, HEAD requests and Last-Modified headers. --- news.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/news.rst b/news.rst index 29b7e762..80462ba7 100644 --- a/news.rst +++ b/news.rst @@ -2,6 +2,27 @@ News ====== +Sunday, July 4, 2010 +==================== + +Some features have been added in the git repository during the last weeks, +thanks to Jerome and Mariusz! + +Personal Calendars + Calendars accessed through the htpasswd ACL module can now be + personal. Thanks to the ``personal`` option, a user called ``bob`` can access + calendars at ``/bob/*`` but not to the ``/alice/*`` ones. + +HEAD Requests + Radicale can now answer HEAD requests. HTTP headers can be retrieved thanks + to this request, without getting contents given by the GET requests. + +Last-Modified HTTP header + The Last-Modified header gives the last time when the calendar has been + modified. This is used by some clients to cache the calendars and not + retrieving them if they have not been modified. + + Monday, June 14, 2010 =====================