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:
parent
63aaa515c2
commit
45bf22e09f
1 changed files with 21 additions and 0 deletions
21
news.rst
21
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
|
||||
=====================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue