diff --git a/android/CHANGELOG.md b/android/CHANGELOG.md index 0e9519ba509f..4203369f1d25 100644 --- a/android/CHANGELOG.md +++ b/android/CHANGELOG.md @@ -24,6 +24,14 @@ Line wrap the file at 100 chars. Th ## [Unreleased] +## [android/2024.7] - 2024-10-18 +### Fixed +- Fix a bug where tunnel obfuscation (UDP-over-TCP or Shadowsocks) only worked in combination with + either DAITA or quantum-resistant tunnels, but only after the initial tunnel negotiation used for + both DAITA and quantum-resistant tunnels. This combination of issues made the obfuscation methods + effectively unusable behind restrictive firewalls regardless of setting combination. + + ## [android/2024.6] - 2024-10-14 ### Fixed - Fix rare crash related to an upcoming feature (feature indicators). diff --git a/android/src/main/play/release-notes/en-US/default.txt b/android/src/main/play/release-notes/en-US/default.txt index cd1c677bc1d8..73791ceed525 100644 --- a/android/src/main/play/release-notes/en-US/default.txt +++ b/android/src/main/play/release-notes/en-US/default.txt @@ -1 +1 @@ -- Fix rare crash related to an upcoming feature (feature indicators). +- Fix a bug where tunnel obfuscation (UDP-over-TCP or Shadowsocks) only partially worked in some setting combinations.