summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2019-12-05 14:40:13 +0100
committerLinus Färnstrand <linus@mullvad.net>2019-12-05 14:40:13 +0100
commit28acb3767204acc752a90656f215900a71f3966e (patch)
tree1d54797e2ed3170c6916e24ecef2155f359793f5
parent38c6e80811c0974ca031ca6ed989d4bcffa1585f (diff)
downloadmullvadvpn-28acb3767204acc752a90656f215900a71f3966e.tar.xz
mullvadvpn-28acb3767204acc752a90656f215900a71f3966e.zip
Add 2019.10-beta1 changelog header and small fixes
-rw-r--r--CHANGELOG.md13
1 files changed, 9 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 67cb7679f2..0d24cf0416 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,9 +23,12 @@ Line wrap the file at 100 chars. Th
## [Unreleased]
+
+
+## [2019.10-beta2] - 2019-12-05
### Added
-- Add `mullvad relay set tunnel-protocol` subcommand to the CLI to specify what tunnel protocol to
- use
+- Add `mullvad relay set tunnel-protocol` subcommand to the CLI to specify what tunnel protocol
+ to use.
- Add `mullvad reconnect` subcommand to the CLI to make the app pick a new server and reconnect.
#### Windows
@@ -35,7 +38,8 @@ Line wrap the file at 100 chars. Th
adapters in the system.
#### Android
-- Add connectivity status check.
+- Add connectivity status check. Stopping the app from sitting in a reconnect loop while the
+ device is offline.
### Changed
- Notifications shown when connecting to a server include its location.
@@ -75,10 +79,11 @@ Line wrap the file at 100 chars. Th
- Fix crash when a new version event is received while the app is in the main screen.
### Security
-- Force OpenVPN to use TLS 1.2 or newer. And limit the TLS 1.3 ciphers to only the strongest ones.
+- Force OpenVPN to use TLS 1.2 or newer, and limit the TLS 1.3 ciphers to only the strongest ones.
The Mullvad servers have never allowed any insecure ciphers, so this was not really a problem.
Just one extra safety precaution.
+
## [2019.10-beta1] - 2019-11-06
This release is for Android only.