diff options
| author | David Lönnhager <david.l@mullvad.net> | 2023-12-04 16:57:18 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2023-12-04 20:15:28 +0100 |
| commit | 9bb0cb62d68c4e9014d939ed1fb321c56a7987f3 (patch) | |
| tree | 96a11ef6b1c8480eb84ecd2362226e4f362517cf | |
| parent | 28c87166ba6629abf5aa3a5e35bc5e1ad3c21970 (diff) | |
| download | mullvadvpn-9bb0cb62d68c4e9014d939ed1fb321c56a7987f3.tar.xz mullvadvpn-9bb0cb62d68c4e9014d939ed1fb321c56a7987f3.zip | |
Update changelog
| -rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7be653e994..f093a547d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,8 @@ Line wrap the file at 100 chars. Th - Add CLI support for applying patches to the settings with `mullvad import-settings`. ### Changed +- Update OpenVPN to 2.6.8 from 2.6.0. + #### Android - Migrate welcome view to compose. - Migrate in app notifications to compose. @@ -47,6 +49,10 @@ Line wrap the file at 100 chars. Th #### Linux - Prevent fragmentation when multihop is enabled by setting a default route MTU. +### Security +- Update OpenVPN to 2.6.8 to fix CVE-2023-46850, which could cause freed memory to be sent to the + peer. + ## [2023.6-beta1] - 2023-11-23 ### Added |
