mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 21:57:43 +03:00
Version 1.1.2
This commit is contained in:
parent
190b1dd795
commit
ee3cb8e8e6
2 changed files with 9 additions and 1 deletions
8
NEWS.rst
8
NEWS.rst
|
@ -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
|
||||
============================
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue