From 7b160a08d5e501ce92bb937e1ca2740518a3437a Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Wed, 18 Sep 2024 22:07:56 +0200 Subject: [PATCH] 5.1.6 --- doc/changelog.rst | 12 ++++++++++++ doc/conf.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index 4a8e1f9..cbd7fbf 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -3,8 +3,20 @@ Changelog ========= +Version 5.1.6 +------------- + +* bug/major: scheduler: start/end of events not properly updated (fix #5241) +* bug/medium: auth: fix workflow of teamless user requesting access +* bug/medium: templates: fix teamgroups not available in permissions +* bug/medium: export: fix permission issue when exporting stuff +* bug/medium: templates: fix bug where a Template with an attached file could not be used to create an experiment +* bug/minor: 2fa: fix form cancel on enter when enabling 2fa +* bug/minor: sign: allow signature with only read access + Version 5.1.5 ------------- + * bug/major: saml: prevent empty Name attribute for requested attributes In the SP Metadata XML (/metadata.php), a change has recently been made diff --git a/doc/conf.py b/doc/conf.py index 9f7e9cc..9b9e8b0 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -62,7 +62,7 @@ # The short X.Y version. version = '5.1' # The full version, including alpha/beta/rc tags. -release = '5.1.5' +release = '5.1.6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.