diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-10-27 08:10:16 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-10-27 08:10:55 +0200 |
commit | 03422e564b552c1d3c16ae854f8471f7cb39e25d (patch) | |
tree | d10604fc2c7d34b44110dee04392ba9e7a1abb17 | |
parent | a32d7c23fc0eedebe3579edb5d488a4c63b67b70 (diff) | |
parent | 1d1246314f761b3f84c869cb7b0af49cc25b55b3 (diff) |
Merge #9022: Update release notes to mention dropping OS X 10.7 supportv0.13.1
1d12463 Update release notes for dropping osx 10.7 support (Michael Ford)
-rw-r--r-- | doc/build-osx.md | 2 | ||||
-rw-r--r-- | doc/release-notes.md | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md index bc90a30562..63a7ee28ca 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -90,6 +90,6 @@ Uncheck everything except Qt Creator during the installation process. Notes ----- -* Tested on OS X 10.7 through 10.11 on 64-bit Intel processors only. +* Tested on OS X 10.8 through 10.12 on 64-bit Intel processors only. * Building with downloaded Qt binaries is not officially supported. See the notes in [#7714](https://github.com/bitcoin/bitcoin/issues/7714) diff --git a/doc/release-notes.md b/doc/release-notes.md index 0941290c8c..75c2d61be8 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -36,6 +36,10 @@ No attempt is made to prevent installing or running the software on Windows XP, you can still do so at your own risk, but do not expect it to work: do not report issues about Windows XP to the issue tracker. +From 0.13.1 onwards OS X 10.7 is no longer supported. 0.13.0 was intended to work on 10.7+, +but severe issues with the libc++ version on 10.7.x keep it from running reliably. +0.13.1 now requires 10.8+, and will communicate that to 10.7 users, rather than crashing unexpectedly. + Notable changes =============== |