Software /
code /
prosody
Changeset
12422:8e4a5cb2d199
CHANGES: Update to add new changes in trunk
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sat, 19 Mar 2022 11:47:52 +0000 |
parents | 12421:d9dee9c03d77 |
children | 12424:929bfe92bb56 |
files | CHANGES |
diffstat | 1 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES Sat Mar 19 11:47:30 2022 +0000 +++ b/CHANGES Sat Mar 19 11:47:52 2022 +0000 @@ -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 ======