diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-08-08 13:03:55 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-08-08 13:03:55 +0200 |
| commit | f90ea824826f1a6c9cfe1fbfa34234521e93892b (patch) | |
| tree | 8cef2107f0eba904e9c50c4bba4c1745b12f4b5c | |
| parent | 0d3767bd67da784d54a6c89c2c2fa510bd6b1c34 (diff) | |
| download | mullvadvpn-f90ea824826f1a6c9cfe1fbfa34234521e93892b.tar.xz mullvadvpn-f90ea824826f1a6c9cfe1fbfa34234521e93892b.zip | |
Add missing changelog entries
| -rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bf37947433..053bec9f6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,17 +25,23 @@ Line wrap the file at 100 chars. Th ## [Unreleased] ### Added - Add new settings page for generating and verifying wireguard keys. +- Automatically generate and upload WireGuard keys on Linux and macOS. +- Allow activating and using WireGuard from the GUI under advanced settings on Linux and macOS. - Add `factory-reset` CLI command for removing settings, logs and clearing the cache. ### Changed - Upgrade OpenVPN from 2.4.6 to 2.4.7. - Upgrade OpenSSL from 1.1.0h to 1.1.1c. +- Upgrade wireguard-go library to v0.0.20190805. ### Fixed - Mark CLI `bridge set state` argument as required to avoid a crash. - The VPN service on Windows will now be restarted when it crashes. - Retry to connect when WireGuard tunnel fails due to a bad file descriptor. +#### Linux +- Improve resolv.conf based DNS management to detect changes to file. + ## [2019.6] - 2019-07-15 ### Added |
