Skip to content

Commit

Permalink
Version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Apr 19, 2017
1 parent 190b1dd commit ee3cb8e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
============================

Expand Down
2 changes: 1 addition & 1 deletion radicale/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
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
Expand Down

0 comments on commit ee3cb8e

Please sign in to comment.