diff options
| author | David Lönnhager <david.l@mullvad.net> | 2020-11-24 18:18:53 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2020-11-25 15:05:47 +0100 |
| commit | 8b316fc9454121bc148d0a65e20b308309c0e96d (patch) | |
| tree | 6de890ae11ce144edf9b367b57f94265068669f4 | |
| parent | a5c186a87abdff615770a94c54a3f6db9683baf9 (diff) | |
| download | mullvadvpn-8b316fc9454121bc148d0a65e20b308309c0e96d.tar.xz mullvadvpn-8b316fc9454121bc148d0a65e20b308309c0e96d.zip | |
Update changelog
| -rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ac4a3afd44..f4c1fbc73e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,6 +57,7 @@ Line wrap the file at 100 chars. Th #### Windows - Fully uninstall the app when it is downgraded. Traffic is not blocked. +- Use Wintun instead of the OpenVPN TAP driver for OpenVPN. #### Linux - Make route monitor ignore loopback routes. @@ -64,9 +65,6 @@ 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. @@ -89,6 +87,7 @@ Line wrap the file at 100 chars. Th #### Windows - Fix log output encoding for Windows modules. - Fix app not appearing on top in some situations when pressing the tray icon. +- Fix memory leak in Windows firewall code. #### Linux - Handle statically added routes. |
