diff options
| author | Emīls <emils@mullvad.net> | 2024-10-23 16:15:35 +0200 |
|---|---|---|
| committer | Emīls <emils@mullvad.net> | 2024-10-30 21:33:30 +0100 |
| commit | 2886fcb965a1d943ea58ad188012df1d8a76c0bd (patch) | |
| tree | 8888b5422a147b9b51dc76d171a2449f06f04ca4 | |
| parent | 3bbdf3455e85df030b1def0bca83f2037a87f478 (diff) | |
| download | mullvadvpn-ios-release-2024.9.tar.xz mullvadvpn-ios-release-2024.9.zip | |
Update changelog and build for releaseios/2024.9-build4ios-release-2024.9
| -rw-r--r-- | ios/Assets/changes.txt | 5 | ||||
| -rw-r--r-- | ios/CHANGELOG.md | 6 | ||||
| -rw-r--r-- | ios/Configurations/Version.xcconfig | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/ios/Assets/changes.txt b/ios/Assets/changes.txt index f9d1c0f3c8..aed6aaa84c 100644 --- a/ios/Assets/changes.txt +++ b/ios/Assets/changes.txt @@ -1,4 +1 @@ -CHANGE THIS BEFORE A RELEASE -Each line is treated as a separate change item shown in the GUI the first time it runs after install. -Start each line with a capital letter and end each line with a period. -Only point out the major changes. +Improved DAITA behavior - now any exit can be used with a DAITA entry automatically. To explicitly select entry and exit relays, enable "Direct only" mode. diff --git a/ios/CHANGELOG.md b/ios/CHANGELOG.md index aee8e0a84f..bd2be7a711 100644 --- a/ios/CHANGELOG.md +++ b/ios/CHANGELOG.md @@ -21,10 +21,14 @@ Line wrap the file at 100 chars. Th * **Fixed**: for any bug fixes. * **Security**: in case of vulnerabilities. -## Unreleased +##[Unreleased] + +## [2024.9] ### Changed - Replace the draft key encapsulation mechanism Kyber (round 3) with the standardized ML-KEM (FIPS 203) dito in the handshake for Quantum-resistant tunnels. +- Improved DAITA setting, allowing users to use DAITA servers with all exits. + To manually set entry, users can explicitly enable "Direct only" option. ### Fixed - Fix app going into blocked state on first-time installs. diff --git a/ios/Configurations/Version.xcconfig b/ios/Configurations/Version.xcconfig index 505f85efc2..bcd643318d 100644 --- a/ios/Configurations/Version.xcconfig +++ b/ios/Configurations/Version.xcconfig @@ -7,4 +7,4 @@ MARKETING_VERSION = 2024.9 // Build number // Normally we reset the build number to 1 after bumping MARKETING_VERSION. // Otherwise increment it for each subsequent TestFlight submission. -CURRENT_PROJECT_VERSION = 1 +CURRENT_PROJECT_VERSION = 4 |
