mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-23 03:11:35 +00:00
Update changelog for v0.3.12
This commit is contained in:
parent
5b8e9182f0
commit
b70fbfa0f1
16
CHANGELOG.md
16
CHANGELOG.md
@ -25,6 +25,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||||||
- in case of vulnerabilities.
|
- in case of vulnerabilities.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
## [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
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- 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 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 MTU calculation now correctly accounts for ethernet headers when running in TAP mode
|
||||||
|
|
||||||
## [0.3.11] - 2019-10-25
|
## [0.3.11] - 2019-10-25
|
||||||
### Added
|
### Added
|
||||||
|
Loading…
Reference in New Issue
Block a user