1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-05 17:08:29 +00:00

Add news about the personal calendars, HEAD requests and Last-Modified headers.

This commit is contained in:
Guillaume Ayoub 2010-07-04 16:59:46 +02:00
parent 63aaa515c2
commit 45bf22e09f

View file

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