diff options
| author | David Lönnhager <david.l@mullvad.net> | 2020-11-19 11:35:57 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2020-11-24 18:50:04 +0100 |
| commit | 500ef2da6738e8679be76b590d5078dbc4fb0eb6 (patch) | |
| tree | 5febddec161b33d7c9e1b8913c78954ebdd7b789 | |
| parent | 5aa8764883aa3b422aab289be857106f23ce4af9 (diff) | |
| download | mullvadvpn-500ef2da6738e8679be76b590d5078dbc4fb0eb6.tar.xz mullvadvpn-500ef2da6738e8679be76b590d5078dbc4fb0eb6.zip | |
Update changelog
| -rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index af0fb1d27c..acef112297 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,7 @@ Line wrap the file at 100 chars. Th - Randomly select addresses to use for communicating with the API. - Bundle a list of API addresses to use instead of assuming that the primary address can be reached. - Rename CLI subcommand `mullvad relay set relay` to `mullvad relay set hostname`. +- Upgrade OpenVPN from 2.4.9 to 2.5.0. #### Android - Remove the Quit button. @@ -63,6 +64,9 @@ Line wrap the file at 100 chars. Th - Set up routes for OpenVPN using the route manager instead of relying on OpenVPN. - Use rule-based routing and static routes. +#### Windows +- Use Wintun instead of the OpenVPN TAP driver for OpenVPN. + ### Fixed - Fix missing map animation after selecting a new location in the desktop app. - Fix crash on older kernels which report a default route through the loopback interface. @@ -104,6 +108,7 @@ Line wrap the file at 100 chars. Th even if the tunnel was up when the crash occurred. - Add firewall rules for `mullvad-exclude`, i.e. split tunneling, that disallow all traffic in the tunnel other than non-custom DNS traffic. This prevents leaks into the tunnel. +- Force OpenVPN to use TLS 1.3 or newer. #### Windows - Block all traffic received or sent before the BFE service and daemon service have started during |
