summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2020-02-13 10:45:21 +0100
committerLinus Färnstrand <linus@mullvad.net>2020-02-13 11:02:54 +0100
commit63ce03b3ce8de46c39fd8a4ef5e4d49156623dae (patch)
treec4205f173a675186ef9e2c96193ec8862340224c
parentb7c2a1d6c6d14846591a30625bf3b05d069ca637 (diff)
downloadmullvadvpn-63ce03b3ce8de46c39fd8a4ef5e4d49156623dae.tar.xz
mullvadvpn-63ce03b3ce8de46c39fd8a4ef5e4d49156623dae.zip
Update changelog entry on recent DNS leaks
-rw-r--r--CHANGELOG.md16
1 files changed, 9 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 025e9d234a..c97c0c449e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -55,14 +55,16 @@ Line wrap the file at 100 chars. Th
- Fix "exhausted namespace" installation error on some non-English systems.
### Security
-- Stop DNS leak that could happen on Linux and macOS if local network sharing was enabled
- and the user's default DNS was on the local private network. The leak could happen during these
- states: While connecting, when blocked due to an error happening and when disconnected if the
- "block when disconnected" setting was enabled.
+- Stop DNS leak that could happen on all desktop platforms if "Local network sharing" was enabled
+ and the device had a default DNS resolver on the local private network. The leak could happen
+ during these states: While connecting, when blocked due to an error happening and when
+ disconnected if the "block when disconnected" setting was enabled.
+ This issue has been present on all previous versions of the app.
- #### Windows
-- Prevent DNS leak that happened if "Local network sharing" was enabled and the device had a
- default DNS on the local private network.
+#### Windows
+- Prevent DNS leak that could happen while connected if "Local network sharing" was enabled
+ and the device had a default DNS resolver on the local private network. This issue was
+ only present in the 2020.1 release.
## [2020.1] - 2020-02-10