diff options
author | Matthew Wild <mwild1@gmail.com> | 2022-03-19 11:47:52 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2022-03-19 11:47:52 +0000 |
commit | 5d0ae73a2a13ab9d6b19db62661d9227ed302f4d (patch) | |
tree | 3f478eda48c270fffee1d71fd0e9096f3ca36c4b | |
parent | 3853a45426c3b87291f7871e88b5c92cbe117cc5 (diff) | |
download | prosody-5d0ae73a2a13ab9d6b19db62661d9227ed302f4d.tar.gz prosody-5d0ae73a2a13ab9d6b19db62661d9227ed302f4d.zip |
CHANGES: Update to add new changes in trunk
-rw-r--r-- | CHANGES | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +TRUNK +===== + +## New + +### Administration + +- Add 'watch log' command to follow live debug logs at runtime (even if disabled) + +### Networking + +- Honour 'weight' parameter during SRV record selection +- Support for RFC 8305 "Happy Eyeballs" to improve IPv4/IPv6 connectivity + 0.12.0 ====== |