From ec46b217da1434f59c7e992e0428f6316f1e9f29 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Wed, 20 Nov 2019 13:41:18 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32490d83..3babf8f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,19 +27,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [0.3.12] - 2019-11-22 ### Added -- New command line parameters `-address` and `-subnet` for getting the address/subnet from the config file -- A warning is now produced in the Yggdrasil output when the MTU has been adjusted for some reason +- New command line parameters `-address` and `-subnet` for getting the address/subnet from the config file, for use with `-useconffile` or `-useconf` +- A warning is now produced in the Yggdrasil output at startup when the MTU in the config is invalid or has been adjusted for some reason ### Changed -- Outgoing `InterfacePeers` connections now use `SO_BINDTODEVICE` to prefer an outgoing interface +- On Linux, outgoing `InterfacePeers` connections now use `SO_BINDTODEVICE` to prefer an outgoing interface - The `genkeys` utility is now in `cmd` rather than `contrib` ### Fixed -- A data race has been fixed when updating session coordinates +- A data race condition has been fixed when updating session coordinates - A crash when shutting down when no multicast interfaces are configured has been fixed - A deadlock when calling `AddPeer` multiple times has been fixed - A typo in the systemd unit file (for some Linux packages) has been fixed -- The nodeinfo now reports `unknown` correctly when no build name/version is available in the environment +- The NodeInfo and admin socket now report `unknown` correctly when no build name/version is available in the environment at build time - The MTU calculation now correctly accounts for ethernet headers when running in TAP mode ## [0.3.11] - 2019-10-25