1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00

Version 1.1.3

This commit is contained in:
Guillaume Ayoub 2017-05-27 10:58:58 +02:00
parent 18647e2e84
commit d5171958ff
2 changed files with 9 additions and 3 deletions

View file

@ -3,12 +3,18 @@
======
1.1.3 - Fourth Law of Nature
============================
* Add a ``--export-storage=FOLDER`` command-line argument (by Unrud, see #606)
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.
bruteforce attacks when using the htpasswd authentication method
* Various minor fixes
1.1.1 - Second Law of Nature

View file

@ -50,7 +50,7 @@ except ImportError:
from . import auth, config, ical, log, pathutils, rights, storage, xmlutils
VERSION = "1.1.2"
VERSION = "1.1.3"
# Standard "not allowed" response that is returned when an authenticated user
# tries to access information they don't have rights to