diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-01-23 12:42:34 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-01-23 12:42:34 +0100 |
| commit | 181bbf34c63efdbac6f09b5a1e39944b8acf4196 (patch) | |
| tree | 97bd22cd0331556649c52e35f15ed7c89906ac07 | |
| parent | 41c99397369c8305e58d446dd7e01f79900c15be (diff) | |
| parent | 5d13dfde3862c75583737ea3f62f2239283f11e3 (diff) | |
| download | mullvadvpn-181bbf34c63efdbac6f09b5a1e39944b8acf4196.tar.xz mullvadvpn-181bbf34c63efdbac6f09b5a1e39944b8acf4196.zip | |
Merge branch 'update-changelog'
| -rw-r--r-- | CHANGELOG.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 15da6f0f23..528d8ae36f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,10 +53,27 @@ Line wrap the file at 100 chars. Th - Dismiss notifications automatically after four seconds in all platforms. - Fix error printed from the CLI when issuing `relay update`. - Fix relay list update interval. Should now handle sleep better. +- Prevent GUI from sending connect commands to the daemon every time it establishes a connection to + it. Only send connect once (if auto-connect is enabled.) +- Prevent possible reconnect loop where the GUI would indefinitely reconnect to the daemon. +- Fix the bug which enabled users to return to the login view if they went to settings while + logging in. +- Handle in the GUI, if something external changes the account token in the daemon. I.e. triggered + by CLI unsetting or resetting it. + +#### Linux +- Fix Debian package not upgrading properly due to a bug in the post-remove script. +- Wait for NetworkManager and systemd-resolved services to start before daemon starts on platforms + with systemd and those two services. Prevents the daemon from using the wrong DNS API. #### Windows - Gracefully block when TAP adapter is missing or disabled, instead of retrying to connect. +### Security +#### Linux +- Poll netfilter to verify firewall rules were added correctly. On Ubuntu 14.04 netfilter did not + return any error, but it also ignored the rules the daemon tried to add. + ## [2018.6] - 2018-12-12 This release is identical to 2018.6-beta1 |
