# HG changeset patch # User Matthew Wild # Date 1647690472 0 # Node ID 8e4a5cb2d199158dea10d3eba066dc62f055a85d # Parent d9dee9c03d774a1b68ee5c0aa4c089374025d3ad CHANGES: Update to add new changes in trunk diff -r d9dee9c03d77 -r 8e4a5cb2d199 CHANGES --- 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 ======