aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2021-07-18 21:57:24 +0200
committerKim Alvefur <zash@zash.se>2021-07-18 21:57:24 +0200
commit360eda6cd3551f5023c7f5c0d5100bf8b6320f69 (patch)
tree0ff60c550cb80a8464701be9e5879e2597b194f6 /CHANGES
parentfa25e086f490c84f0aaca3bc2ad125f402add6b0 (diff)
downloadprosody-360eda6cd3551f5023c7f5c0d5100bf8b6320f69.tar.gz
prosody-360eda6cd3551f5023c7f5c0d5100bf8b6320f69.zip
Revert 926d53af9a7a: Restore DANE support
Previous commit adds a workaround, so this doesn't mutate global state anymore, only per-connection 'extra' state as originally intended.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 13ea4778..5a1f7d9b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -17,6 +17,7 @@ TRUNK
- `daemonize` option deprecated
- SASL DIGEST-MD5 removed
- Switch to libunbound for DNS queries
+- DANE Support (low-level network layer)
- mod_external_services (generic XEP-0215)
- mod_turn_external for easy STUN+TURN XEP-0215 setup
- util.error for encapsulating errors