summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2018-06-12 16:33:20 +0200
committerLinus Färnstrand <linus@mullvad.net>2018-06-13 16:34:58 +0200
commitadcbd875ba59b248b5a63482a701582e78172fba (patch)
tree0727ca3b468d7db4546d7ae878357cf6f133b494
parent93bc605eef6c4ee7614b5eb47ac87fe12c17f3c5 (diff)
downloadmullvadvpn-adcbd875ba59b248b5a63482a701582e78172fba.tar.xz
mullvadvpn-adcbd875ba59b248b5a63482a701582e78172fba.zip
Add changes to changelog
-rw-r--r--CHANGELOG.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a555c212ff..056281d898 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -37,6 +37,8 @@ Line wrap the file at 100 chars. Th
- Filter out and ignore DNS lookup results for api.mullvad.net that are bogus (private etc.)
- Bundle the Mullvad API IP address with the app and introduce a disk cache fallback method for
when DNS resolution fails.
+- Automatic rotation of the daemon log. The existing log is renamed to `daemon.old.log` on daemon
+ startup.
#### macOS
- Add colors to terminal output.
@@ -53,12 +55,15 @@ Line wrap the file at 100 chars. Th
- Replaced previously bundled OpenVPN 2.4.4 with statically linked 2.4.6 version containing
Mullvad patches for faster connect and other improvements.
- Increase the OpenVPN receive and send buffers from 524288 to 1048576 bytes (1MiB).
+- Make the log, cache, settings and RPC address directories configurable via the following
+ environment variables: `MULLVAD_LOG_DIR`, `MULLVAD_CACHE_DIR`, `MULLVAD_SETTINGS_DIR` and
+ `MULLVAD_RPC_ADDRESS_PATH`.
#### macOS
- The installer changed from dmg to pkg format.
- The daemon is installed as a launchd daemon and started on install and on boot.
- Move daemon logs to `/var/log/mullvad-daemon/`, settings to `/etc/mullvad-daemon/` and cache to
- `/var/cache/mullvad-daemon/`.
+ `/var/root/Library/Caches/mullvad-daemon/`.
### Fixed
- Fix bug in account input field that advanced the cursor to the end regardless its prior position.