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:
parent
18647e2e84
commit
d5171958ff
2 changed files with 9 additions and 3 deletions
10
NEWS.rst
10
NEWS.rst
|
@ -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
|
1.1.2 - Third Law of Nature
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
* **Security fix**: Add a random timer to avoid timing oracles and simple
|
* **Security fix**: Add a random timer to avoid timing oracles and simple
|
||||||
bruteforce attacks when using the htpasswd authentication method.
|
bruteforce attacks when using the htpasswd authentication method
|
||||||
* Various minor fixes.
|
* Various minor fixes
|
||||||
|
|
||||||
|
|
||||||
1.1.1 - Second Law of Nature
|
1.1.1 - Second Law of Nature
|
||||||
|
|
|
@ -50,7 +50,7 @@ except ImportError:
|
||||||
from . import auth, config, ical, log, pathutils, rights, storage, xmlutils
|
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
|
# Standard "not allowed" response that is returned when an authenticated user
|
||||||
# tries to access information they don't have rights to
|
# tries to access information they don't have rights to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue