summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2017-12-13 09:05:31 +0100
committerLinus Färnstrand <linus@mullvad.net>2017-12-13 09:05:31 +0100
commitcbfe20817749869092e79f6cc0d13a64689915ef (patch)
treeda7372a062a422273aaa6349f0e958a601528183
parent6f69b188e88bbc6cccb09085b01b7c19b44d4939 (diff)
parentcca851e1fb2e5e5961578a8b96c0426781cf6ef1 (diff)
downloadmullvadvpn-cbfe20817749869092e79f6cc0d13a64689915ef.tar.xz
mullvadvpn-cbfe20817749869092e79f6cc0d13a64689915ef.zip
Merge branch 'changelog'
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 84fb9cab94..3f1b338ff5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,13 +12,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
* **Fixed**: for any bug fixes.
* **Security**: in case of vulnerabilities.
+
## [Unreleased]
+
+
+## [2017.1-beta7] - 2017-12-13
### Added
- Buffer size and fast-io parameters to OpenVPN. Can double the speed on high latency connections.
+- Download a list of our current servers on startup, instead of having a bundled list of servers in
+ the app that does not receive updates.
+- Backup account numbers in a file so that they are harder to lose.
+- Include the OpenVPN log in the problem report. IP addresses and MAC addresses are redacted before
+ the logs are sent.
### Fixed
- Hold off notifying the frontend of the 'unsecure' state until the VPN tunnel is actually
completely disconnected.
+- Show the VPN GUI on all macOS workspaces, not only the one where it was started.
### Changed
- Renamed daemon binary from `mullvadd` to `mullvad-daemon`.