summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2025-08-25 13:19:08 +0200
committerDavid Lönnhager <david.l@mullvad.net>2025-08-25 13:19:08 +0200
commit5621df99a0f357262fef6fe886b2fbf956f668ad (patch)
treee68b7e48fee9d9e5229dec0c9733697b23f9f380
parent06b9fba44055b75e0e2d868f295cfaaa55941924 (diff)
parentcf36a50916882c085dd52649e156f5afb067a476 (diff)
downloadmullvadvpn-5621df99a0f357262fef6fe886b2fbf956f668ad.tar.xz
mullvadvpn-5621df99a0f357262fef6fe886b2fbf956f668ad.zip
Merge branch 'backport-2025.9-changes'
-rw-r--r--CHANGELOG.md14
-rw-r--r--dist-assets/desktop-product-version.txt2
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