diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2020-02-12 15:19:37 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2020-02-12 16:45:30 +0100 |
| commit | 6f65f979c3c445a952d41d97138ce7e94d43f5c4 (patch) | |
| tree | 5dc624f6adb5605f2837e8b71bb2fbd697b7e446 | |
| parent | 62a4d01d5fe76558f950178ac0317e40283afd58 (diff) | |
| download | mullvadvpn-6f65f979c3c445a952d41d97138ce7e94d43f5c4.tar.xz mullvadvpn-6f65f979c3c445a952d41d97138ce7e94d43f5c4.zip | |
Add DNS leak fix to changelog
| -rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ea79cf321..cff66c23d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,12 @@ Line wrap the file at 100 chars. Th - Fix crash that happened in certain situations when retrieving the relay list. - Fix crash caused by initialization race condition. +### 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. + ## [2020.1] - 2020-02-10 This release is identical to 2020.1-beta1 |
