Version 2.0.0rc2
This commit is contained in:
parent
059ba8dec1
commit
dcb0638538
8
NEWS.rst
8
NEWS.rst
@ -29,6 +29,14 @@ http://kozea.github.io/Radicale/1to2/ if you want to switch from 1.x.x to
|
|||||||
version control
|
version control
|
||||||
|
|
||||||
|
|
||||||
|
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
|
1.1.1 - Second Law of Nature
|
||||||
============================
|
============================
|
||||||
|
|
||||||
|
@ -49,7 +49,7 @@ import vobject
|
|||||||
|
|
||||||
from . import auth, rights, storage, xmlutils
|
from . import auth, rights, storage, xmlutils
|
||||||
|
|
||||||
VERSION = "2.0.0rc1"
|
VERSION = "2.0.0rc2"
|
||||||
|
|
||||||
NOT_ALLOWED = (
|
NOT_ALLOWED = (
|
||||||
client.FORBIDDEN, (("Content-Type", "text/plain"),),
|
client.FORBIDDEN, (("Content-Type", "text/plain"),),
|
||||||
|
Loading…
Reference in New Issue
Block a user