From d5171958ffe41e495ccaf2c02702d9acb0c6e6ad Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Sat, 27 May 2017 10:58:58 +0200 Subject: [PATCH] Version 1.1.3 --- NEWS.rst | 10 ++++++++-- radicale/__init__.py | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/NEWS.rst b/NEWS.rst index 4ab38c496..79d62cc3e 100644 --- a/NEWS.rst +++ b/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 =========================== * **Security fix**: Add a random timer to avoid timing oracles and simple - bruteforce attacks when using the htpasswd authentication method. -* Various minor fixes. + bruteforce attacks when using the htpasswd authentication method +* Various minor fixes 1.1.1 - Second Law of Nature diff --git a/radicale/__init__.py b/radicale/__init__.py index 40c64a0bf..76d02047b 100644 --- a/radicale/__init__.py +++ b/radicale/__init__.py @@ -50,7 +50,7 @@ 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 # tries to access information they don't have rights to