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
commita746aba7a27bcff70944f07268e7aef519a0223b (patch)
treef0dd95853dc031a5fb0dbe8fc6525f8268a56434 /CHANGES
parent49e8cbabff23741159a457d0eae8262e79e4561c (diff)
downloadprosody-a746aba7a27bcff70944f07268e7aef519a0223b.tar.gz
prosody-a746aba7a27bcff70944f07268e7aef519a0223b.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
======