summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorEmīls Piņķis <emils@mullvad.net>2022-08-30 13:23:13 +0200
committerEmīls Piņķis <emils@mullvad.net>2022-09-13 11:51:04 +0200
commit6e17fd252d31babc01e79d076f46aa7ec0720776 (patch)
tree137e40b801db2cc5374e356553fd241aefe4a5f2
parentb358f13b5a02c30f0155b9feb22413b04dde81c0 (diff)
downloadmullvadvpn-6e17fd252d31babc01e79d076f46aa7ec0720776.tar.xz
mullvadvpn-6e17fd252d31babc01e79d076f46aa7ec0720776.zip
Update changelog
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e64bed0606..853af3f5aa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -53,6 +53,11 @@ Line wrap the file at 100 chars. Th
- Upgrade Wintun to 0.14.1.
+#### Linux
+- The daemon binary and systemd unit file will now be placed in `/usr/bin/` and
+ `/usr/lib/systemd/system` respectively, to aid with starting the system service on systems where
+ `/opt` isn't mounted during early boot.
+
### Fixed
- Connect to TCP endpoints over IPv6 if IPv6 is enabled for WireGuard.
- Fix udp2tcp not working when quantum-resistant tunnels are enabled.
@@ -68,6 +73,12 @@ Line wrap the file at 100 chars. Th
it was successful.
- Don't fail install if the device tree contains nameless callout driver devices.
+### Security
+#### Linux
+- Added traffic blocking during early boot, before the daemon starts, to prevent leaks in the case
+ that the system service starts after a networking daemon has already configured a network
+ interface.
+
## [android/2022.2-beta2] - 2022-09-09
### Changed