From d85dc4f999feee6b8aaf743e8d7a2471c20e983f Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 9 Jan 2023 19:47:32 +0100 Subject: [PATCH] Update changelog for 11.1.2.2 --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8f738d3..8d01003 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ssowat (11.1.2.2) testing; urgency=low + + - Iterate on previous security fixes: ignore Auth header on PROPFIND routes, and don't drop Auth header which are not Basic auth (92f1e05) + + -- Alexandre Aubin Mon, 09 Jan 2023 19:47:04 +0100 + ssowat (11.1.2.1) testing; urgency=low - security: clear custom ssowat headers when user is not logged in ([#209](https://github.com/yunohost/ssowat/pull/209))