From 868501412ddc90564511aa42f6f3b7ebbba098bd Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Wed, 3 May 2017 20:47:23 +0200 Subject: [PATCH] Add post about 1.1.2 release --- _posts/2017-05-03-radicale-1.1.2.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 _posts/2017-05-03-radicale-1.1.2.md diff --git a/_posts/2017-05-03-radicale-1.1.2.md b/_posts/2017-05-03-radicale-1.1.2.md new file mode 100644 index 00000000..f1d497a7 --- /dev/null +++ b/_posts/2017-05-03-radicale-1.1.2.md @@ -0,0 +1,13 @@ +--- +layout: page +title: Radicale 1.1.2 +--- + +Radicale 1.1.2 is out! + + +### 1.1.2 - Third Law of Nature + +* **Security fix**: Add a random timer to avoid timing oracles and simple + bruteforce attacks when using the htpasswd authentication method. +* Various minor fixes.