aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2019-01-13 14:02:56 +0100
committerKim Alvefur <zash@zash.se>2019-01-13 14:02:56 +0100
commit00f6257046199935e7ebe526c698cfdc7ecc2687 (patch)
treef0dd95853dc031a5fb0dbe8fc6525f8268a56434 /CHANGES
parent77c357d325f1df0b755affca72daa4e1583554fc (diff)
downloadprosody-00f6257046199935e7ebe526c698cfdc7ecc2687.tar.gz
prosody-00f6257046199935e7ebe526c698cfdc7ecc2687.zip
mod_auth_internal_hashed: Add support for optionally using SCRAM-SHA-256 instead of SHA-1
This will currently require a hard reset of all passwords back to plain. This will be least painful on new deployments.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8b6675a5..fe42a997 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,7 @@ TRUNK
- Archive quotas
- mod\_mimicking
- Rewritten migrator
+- SCRAM-SHA-256
0.11.0
======