summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2020-11-10 16:24:55 +0100
committerLinus Färnstrand <linus@mullvad.net>2020-11-10 16:26:47 +0100
commit9dccdb6d439aab723604b796213ed6dee45de706 (patch)
tree6145376e47cb91aea9b56a43e99319b6b5a2aa22
parent8686f363ee1c5dedb6f47d63e12a8ab0b107ece1 (diff)
downloadmullvadvpn-9dccdb6d439aab723604b796213ed6dee45de706.tar.xz
mullvadvpn-9dccdb6d439aab723604b796213ed6dee45de706.zip
Port 2020.7-beta1 changelog changes to the master branch
-rw-r--r--CHANGELOG.md22
1 files changed, 18 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d9a01fae1b..0aaae48ca6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -78,11 +78,7 @@ Line wrap the file at 100 chars. Th
#### Linux
- Handle statically added routes.
- Stop reconnecting when using WireGuard and NetworkManager.
-- Apply DNS config quicker when managing DNS via NetworkManager.
- Fix routing rules sometimes being duplicated.
-- When NetworkManager is managing /etc/resolv.conf but ultimately using systemd-resolved, use
- systemd-resolved directly to manage DNS.
-- Only use WireGuard kernel implementation if DNS isn't managed via NetworkManager.
- Reset DNS config correctly when the tunnel monitor unexpectedly goes down.
- Set search domains in NetworkManager's DNS configuration, resolving issues where NetworkManager
is used to manage DNS via systemd-resolved.
@@ -97,6 +93,24 @@ Line wrap the file at 100 chars. Th
boot, if "Always require VPN" or auto-connect is enabled.
+## [2020.7-beta1] - 2020-11-10
+This release is for desktop only. It only has changes for Linux
+
+### Fixed
+#### Linux
+- Order routes by prefix size in ascending order when applying them.
+ Fixes an issue where seemingly manually added routes would be returned
+ from the kernel in an order which can't be applied.
+- If possible, use NetworkManager to create a WireGuard interface so that DNS can be managed
+ via NetworkManager as well. This fixes the issue where the daemon will reconnect
+ spuriously when using NetworkManager and WireGuard.
+- Fix route parsing bug in route monitor by ignoring loopback routes.
+- Apply DNS config quicker when managing DNS via NetworkManager.
+- When NetworkManager is managing /etc/resolv.conf but ultimately using systemd-resolved, use
+ systemd-resolved directly to manage DNS.
+- Only use WireGuard kernel implementation if DNS isn't managed via NetworkManager.
+
+
## [2020.6] - 2020-10-20
This release is for desktop only.