diff options
| author | David Lönnhager <david.l@mullvad.net> | 2020-11-19 15:56:54 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2020-11-24 12:30:10 +0100 |
| commit | 78912f1b9aa1818f4adbb6cd02cd2fe8e9f0e89a (patch) | |
| tree | e078e6aebc63d44d9cfa5823791f894a500dbbfc | |
| parent | d22ff8ee3af9b3cc532a39e0b3965b9aca7dca19 (diff) | |
| download | mullvadvpn-78912f1b9aa1818f4adbb6cd02cd2fe8e9f0e89a.tar.xz mullvadvpn-78912f1b9aa1818f4adbb6cd02cd2fe8e9f0e89a.zip | |
Update changelog
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 96beef42f8..af0fb1d27c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,6 +61,7 @@ Line wrap the file at 100 chars. Th - Make route monitor ignore loopback routes. - Increase NetworkManager device readiness timeout to 15 seconds. - Set up routes for OpenVPN using the route manager instead of relying on OpenVPN. +- Use rule-based routing and static routes. ### Fixed - Fix missing map animation after selecting a new location in the desktop app. @@ -94,6 +95,8 @@ Line wrap the file at 100 chars. Th - Fix incorrect version string in .deb installer causing downgrade warnings when upgrading from beta to stable. - Fix memory leak in firewall code via updating `nftnl` dependency. +- Handle IPv6 traffic correctly using `mullvad-exclude` when there is no default route to any + non-tunnel interface. ### Security - Restore the last target state if the daemon crashes. Previously, if auto-connect and |
