summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2019-08-08 13:24:36 +0200
committerLinus Färnstrand <linus@mullvad.net>2019-08-08 13:24:36 +0200
commitbc0120bc36c4f5b340453dba962601bdf6f51b80 (patch)
tree8cef2107f0eba904e9c50c4bba4c1745b12f4b5c
parent0d3767bd67da784d54a6c89c2c2fa510bd6b1c34 (diff)
parentf90ea824826f1a6c9cfe1fbfa34234521e93892b (diff)
downloadmullvadvpn-bc0120bc36c4f5b340453dba962601bdf6f51b80.tar.xz
mullvadvpn-bc0120bc36c4f5b340453dba962601bdf6f51b80.zip
Merge branch 'update-changelog'
-rw-r--r--CHANGELOG.md6
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