diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2019-01-18 21:47:01 -1000 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2019-01-21 22:42:51 -1000 |
commit | 516437a1b70b6df87faadfd38c3d84e6dfb5eae8 (patch) | |
tree | ef919b8b9bdd1115046e2dfd0c10a0abb91302cc /doc/release-notes.md | |
parent | 63144335becb705a233b32fb8d63f37b7d62071a (diff) |
Qt: remove macOS launch-at-startup option when compiled with > macOS 10.11
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r-- | doc/release-notes.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 53b5a2119f..c21a153a25 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -262,6 +262,12 @@ Graphical User Interface (GUI) balance shown if the wallet was created using the `createwallet` RPC and the `disable_private_keys` parameter was set to true. +- The launch-on-startup option is no longer available on macOS if + compiled with macosx min version greater than 10.11 (use + CXXFLAGS="-mmacosx-version-min=10.11" + CFLAGS="-mmacosx-version-min=10.11" for setting the deployment + sdk version) + Low-level changes ================= |