diff --git a/doc/sources/admin/upgrade_2_0_x.rst b/doc/sources/admin/upgrade_2_0_x.rst index 3801126e5..f41afeffe 100644 --- a/doc/sources/admin/upgrade_2_0_x.rst +++ b/doc/sources/admin/upgrade_2_0_x.rst @@ -21,6 +21,8 @@ backups and a rollback plan ready! ------ - New dependency: IO::Socket::Timeout +- TOTP check tolerates forward AND backward clock drift (totp2fRange) +- Avoid assignment in expressions option is disabled by default 2.0.9 ----- @@ -31,7 +33,7 @@ backups and a rollback plan ready! (see also `#2244 `__) - SAML SOAP calls are now using ``text/xml`` instead of ``application/xml`` as the MIME Content Type, as required by `the SOAP standard `__ - Incremental lock times values can now be set in BruteForceProtection plugin through Manager. - It must be a list of comma separated values. Default values are ``5, 15, 60, 300, 600`` + It MUST be a list of comma separated values. Default values are ``5, 15, 60, 300, 600`` Cookie issues with Chrome ~~~~~~~~~~~~~~~~~~~~~~~~~