summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2022-08-19 14:00:15 +0200
committerLinus Färnstrand <linus@mullvad.net>2022-08-19 16:05:56 +0200
commit22a24b10fa327ef240bfc5d4cbee061bda134f25 (patch)
tree5bb2a147b527e9e4fa9db34cef167152925783f2
parentb216b9425f7994a9a3006d05292fab11e6f79c22 (diff)
downloadmullvadvpn-22a24b10fa327ef240bfc5d4cbee061bda134f25.tar.xz
mullvadvpn-22a24b10fa327ef240bfc5d4cbee061bda134f25.zip
Add 2022.4 to changelog and move stuff around
-rw-r--r--CHANGELOG.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ee96fe7c10..1b06412661 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -57,6 +57,23 @@ Line wrap the file at 100 chars. Th
- Only use the most recent list of apps to split when resuming from hibernation/sleep if applying
it was successful.
+
+## [2022.4] - 2022-08-19
+### Added
+#### Windows
+- Windows daemon now looks up the MTU on the default interface and uses this MTU instead of the
+ default 1500. The 1500 is still the fallback if this for some reason fails. This may stop
+ fragmentation.
+
+### Fixed
+#### Linux
+- Fix issue where MTU could not be manually set in the app.
+- Lower the max MTU from the automatic MTU detection down to 1380,
+ which was the hardcoded default before the automatic detection was implemented.
+ This solves issues where the physical interface MTU was set higher than it could
+ actually transport.
+
+
## [android/2022.2-beta1] - 2022-08-11
### Added
#### Android