diff options
| author | David Lönnhager <david.l@mullvad.net> | 2021-05-31 16:27:18 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2021-06-02 11:55:31 +0200 |
| commit | c2e3f41c65951e4392a7ad5b5913599da03af8d0 (patch) | |
| tree | adfddc7ae054ede7f4283889ce13be00bdbdc682 | |
| parent | d8b7ba86ec0ebe6c696a899885e5f96e44fc0609 (diff) | |
| download | mullvadvpn-c2e3f41c65951e4392a7ad5b5913599da03af8d0.tar.xz mullvadvpn-c2e3f41c65951e4392a7ad5b5913599da03af8d0.zip | |
Update changelog
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cc19d0cb0f..b7a48559e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,7 +59,8 @@ Line wrap the file at 100 chars. Th - Prevent tray icons from being extraced to `%TEMP%` directory. - Fix failure to create Wintun adapter due to a residual network interface by upgrading Wintun to 0.10.4. -- Wait for IP interfaces to be added to the Wintun adapter before setting metrics on them. +- Wait indefinitely for IP interfaces to attach to the tunnel device to prevent early timeouts, + and errors setting interface metrics. - Prevent Microsoft Store from dropping packets in WireGuard tunnels. #### Linux |
