diff options
| author | Erik Larkö <erik@mullvad.net> | 2017-10-18 19:24:57 +0200 |
|---|---|---|
| committer | Erik Larkö <erik@mullvad.net> | 2017-10-18 19:24:57 +0200 |
| commit | 9a7f29d3dc55133b0bf2b82001310e61b0d3fef5 (patch) | |
| tree | d04505737a3e3499ec85d18bf06142272d8c10fe | |
| parent | b92ef2951393555009fcfe4030a62979bdbcbdac (diff) | |
| parent | d581405d15a9a84515f685d15d307f7337d1e580 (diff) | |
| download | mullvadvpn-9a7f29d3dc55133b0bf2b82001310e61b0d3fef5.tar.xz mullvadvpn-9a7f29d3dc55133b0bf2b82001310e61b0d3fef5.zip | |
Merge branch 'changelog'
| -rw-r--r-- | CHANGELOG.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b8d31c2a6..e20a2ecce5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,35 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - Possibility to shut down the daemon via an RPC call. +## [2017.1-beta5] - 2017-10-17 +### Changed +- Upgrade the OpenVPN plugin to reduce risk of panics + +### Fixed +- Change log level to reduce log file size +- Introduce minimum delay between failed VPN tunnel connections, to reduce load on the computer in special cases + +### Security +- Authenticate RPC connections towards the backend +- Reject revoked server certificates + +## [2017.1-beta4] - 2017-10-05 +Nothing of interest + +## [2017.1-beta3] - 2017-10-05 +### Added +- Automatically secure connection on login + +### Changed +- Upgrade JSON-RPC library for more stable communication to our account server +- Remove the auto-secure setting +- Show the destination country while securing the connection +- Clean up the server list + +### Fixed +- No longer clear the account token input field when navigating to and from the settings +- Show the main UI window on start when the user is not logged in + ## [2017.1-beta2] - 2017-09-27 ### Added - Support for removing the account number from the CLI. |
