diff options
| author | David Lönnhager <david.l@mullvad.net> | 2022-07-13 11:55:28 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2022-07-18 10:58:45 +0200 |
| commit | 08a9b90e81bf6133f8b9877e73ddae0280bb9ef0 (patch) | |
| tree | 58fbeeaac96257f95f575ca4883a39310f20530b | |
| parent | fa187d69fddf997bd1dd26ac4023daf86fa41429 (diff) | |
| download | mullvadvpn-08a9b90e81bf6133f8b9877e73ddae0280bb9ef0.tar.xz mullvadvpn-08a9b90e81bf6133f8b9877e73ddae0280bb9ef0.zip | |
Update changelog
| -rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 309ba1b676..0597ca1b60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ Line wrap the file at 100 chars. Th #### Android - Add device management to the Android app. This simplifies knowing which device is which and adds the option to log other devices out when the account already has five devices. + #### Windows - Windows daemon now looks up the MTU on the default interface and uses this MTU instead of the default 1500. The 1500 is still the fallback if this for some reason fails. This may stop @@ -65,6 +66,11 @@ Line wrap the file at 100 chars. Th - Prevent location request responses from being received outside the tunnel when in the connected state. +#### Windows +- Fix potential leak window when stopping the service and auto-connect is enabled and always require + VPN is disabled. When stopped, usually due to a reboot, the daemon would disconnect before + entering a blocking state. + ## [2022.3-beta2] - 2022-06-29 ### Fixed |
