From 28f70f4a21a7535f13c8392e6bc34f2880e90ddc Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 19 Apr 2010 16:25:26 +0200 Subject: [PATCH] Adding a news item for the Evolution support. --- news.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/news.rst b/news.rst index 2335bc5c..a285ca63 100644 --- a/news.rst +++ b/news.rst @@ -2,6 +2,18 @@ News ====== +Monday, April 19, 2010 +====================== + +Radicale now supports another CalDAV client: `Evolution, the default mail, +addressbook and calendaring client for Gnome +`_. This feature was quite easy to add, +as it required less than 20 new lines of code in the requests handler. + +If you are interested, just clone the `git repository +`_. + + Tuesday, April 13, 2010 =======================