Version 1.1.2

This commit is contained in:
Guillaume Ayoub 2017-04-19 14:04:09 +02:00
parent 190b1dd795
commit ee3cb8e8e6
2 changed files with 9 additions and 1 deletions

View file

@ -3,6 +3,14 @@
======
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.
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.1"
VERSION = "1.1.2"
# Standard "not allowed" response that is returned when an authenticated user
# tries to access information they don't have rights to