diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-11-06 11:16:41 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-11-06 11:16:41 +0100 |
| commit | 4ff6bed96d42e25863aeb2e1611427fbe6dea31c (patch) | |
| tree | d42907df879482bdcd9550fda66b44ab6390c6df | |
| parent | 11c70d8c1cb3d8372f705c6e0db7ae96a59a2482 (diff) | |
| download | mullvadvpn-4ff6bed96d42e25863aeb2e1611427fbe6dea31c.tar.xz mullvadvpn-4ff6bed96d42e25863aeb2e1611427fbe6dea31c.zip | |
Move around one Android changelog entry
| -rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3809fd3cb1..bdb34602cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,13 +51,11 @@ This release is for Android only. - Use authenticated URLs to go to wireguard key page on website. - WireGuard key fragment has been made more similar to its desktop counterpart. -### Changed -#### Android -- Recreate tun device after a fixed number of connection attempts on the same tun device. - ### Fixed - Fix bad file descriptor errors caused by sending a file descriptor between the daemon and the `wireguard-go` library. +- Recreate tun device after a fixed number of connection attempts on the same tun device. Breaks + infinite reconnection loops on broken tun devices. ## [2019.9] - 2019-10-11 |
