diff options
| author | David Lönnhager <david.l@mullvad.net> | 2025-08-25 13:19:08 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2025-08-25 13:19:08 +0200 |
| commit | 5621df99a0f357262fef6fe886b2fbf956f668ad (patch) | |
| tree | e68b7e48fee9d9e5229dec0c9733697b23f9f380 | |
| parent | 06b9fba44055b75e0e2d868f295cfaaa55941924 (diff) | |
| parent | cf36a50916882c085dd52649e156f5afb067a476 (diff) | |
| download | mullvadvpn-5621df99a0f357262fef6fe886b2fbf956f668ad.tar.xz mullvadvpn-5621df99a0f357262fef6fe886b2fbf956f668ad.zip | |
Merge branch 'backport-2025.9-changes'
| -rw-r--r-- | CHANGELOG.md | 14 | ||||
| -rw-r--r-- | dist-assets/desktop-product-version.txt | 2 |
2 files changed, 9 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 68c0f13dbe..8436268385 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,14 @@ Line wrap the file at 100 chars. Th * **Security**: in case of vulnerabilities. ## [Unreleased] +### Security +#### Windows +- Block traffic to exit node from non-Mullvad processes. This fixes a leak where traffic could be + encrypted once, but leave the entry node unencrypted, if and only if the destination were the exit + node. E.g., this might occur if a browser tries to open a TCP connection to the exit node IP. + + +## [2025.9-beta1] - 2025-08-25 ### Added - Add QUIC obfuscation (WireGuard only). It will be used automatically when connecting fails with other methods. @@ -31,12 +39,6 @@ Line wrap the file at 100 chars. Th - Add support for parsing eslogger output version 10. This fixes split tunneling on macOS 26. - Avoid interpreting negative numbers from eslogger as PIDs. -### Security -#### Windows -- Block traffic to exit node from non-Mullvad processes. This fixes a leak where traffic could be - encrypted once, but leave the entry node unencrypted, if and only if the destination were the exit - node. E.g., this might occur if a browser tries to open a TCP connection to the exit node IP. - ## [2025.8] - 2025-08-14 This release is identical to 2025.8-beta3. diff --git a/dist-assets/desktop-product-version.txt b/dist-assets/desktop-product-version.txt index 44831482ae..be90909447 100644 --- a/dist-assets/desktop-product-version.txt +++ b/dist-assets/desktop-product-version.txt @@ -1 +1 @@ -2025.8 +2025.9-beta1 |
