summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2019-11-05 15:45:31 +0100
committerLinus Färnstrand <linus@mullvad.net>2019-11-06 10:17:59 +0100
commitf56b0532d628a4d12bf55f7006dfaa357a0cb1dc (patch)
treee25df9fe7f851e561f4e6ca302f2336bfa427cf0
parentb06e032cf911a1d5ffc73600962117bd95e813bd (diff)
downloadmullvadvpn-f56b0532d628a4d12bf55f7006dfaa357a0cb1dc.tar.xz
mullvadvpn-f56b0532d628a4d12bf55f7006dfaa357a0cb1dc.zip
Update changelog for 2019.10-beta1
-rw-r--r--CHANGELOG.md27
1 files changed, 17 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9e84f6b347..3809fd3cb1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -29,23 +29,13 @@ Line wrap the file at 100 chars. Th
- Remove Mullvad TAP adapter on uninstall. Also remove the TAP driver if there are no other TAP
adapters in the system.
-#### Android
-- Use authenticated URLs to go to wireguard key page on website.
-- WireGuard key fragment has been made more similar to it's desktop counterpart.
-
### Changed
- Notifications shown when connecting to a server include its location.
#### Windows
- Use a larger icon in notifications on Windows 10.
-#### Android
-- Recreate tun device after a fixed number of connection attempts on the same tun device.
-
### Fixed
-- Fix bad file descriptor errors caused by sending a file descriptor between the daemon and the
- `wireguard-go` library.
-
#### Windows
- Detect removal of the OpenVPN TAP adapter on reconnection attempts.
- Improve robustness in path environment variable logic in Windows installer. Handle the case
@@ -53,6 +43,23 @@ Line wrap the file at 100 chars. Th
string.
+## [2019.10-beta1] - 2019-11-06
+This release is for Android only.
+
+### Added
+#### Android
+- Use authenticated URLs to go to wireguard key page on website.
+- WireGuard key fragment has been made more similar to its desktop counterpart.
+
+### Changed
+#### Android
+- Recreate tun device after a fixed number of connection attempts on the same tun device.
+
+### Fixed
+- Fix bad file descriptor errors caused by sending a file descriptor between the daemon and the
+ `wireguard-go` library.
+
+
## [2019.9] - 2019-10-11
### Added
- Add ability to submit vouchers from the CLI.