diff options
| author | Emīls <emils@mullvad.net> | 2020-10-26 11:32:22 +0000 |
|---|---|---|
| committer | Emīls <emils@mullvad.net> | 2020-10-26 11:52:51 +0000 |
| commit | 5643871e3d8cc64e6acd5bef19de912ac5e53896 (patch) | |
| tree | fe70cfd30befdd0c2a49a0bfe2b454c6e40bbce6 | |
| parent | f163173a316fb5a91fa3ac2db7032f86902e35b8 (diff) | |
| download | mullvadvpn-5643871e3d8cc64e6acd5bef19de912ac5e53896.tar.xz mullvadvpn-5643871e3d8cc64e6acd5bef19de912ac5e53896.zip | |
Update changelog
| -rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ad8a93a850..d993c6690e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,9 @@ Line wrap the file at 100 chars. Th #### Windows - Add support for custom DNS resolvers (CLI only). +#### Linux +- Use NetworkManager to create a WireGuard interface. + ### Changed - Use the API to fetch API IP addresses instead of DNS. - Remove WireGuard keys during uninstallation after the firewall is unlocked. @@ -58,6 +61,10 @@ Line wrap the file at 100 chars. Th #### Windows - Fix log output encoding for Windows modules. +#### Linux +- Handle statically added routes. +- Stop reconnecting when using WireGuard and NetworkManager. + ### Security - Restore the last target state if the daemon crashes. Previously, if auto-connect and "Always require VPN" were disabled, the service would reset the firewall upon starting back up, |
