aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2015-12-15 19:42:12 -0800
committerSteven Fackler <[email protected]>2015-12-15 19:42:12 -0800
commitcf075d8e6b7f5849a40659f380a660dc226a9118 (patch)
tree630ed9e2a3fcd047fd95a778977585803cd5a94a /README.md
parentMerge branch 'release-v0.7.1' into release (diff)
parentRelease v0.7.2 (diff)
downloadrust-openssl-0.7.2.tar.xz
rust-openssl-0.7.2.zip
Merge branch 'release-v0.7.2' into releasev0.7.2
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index d8cc1ec1..b6dd5651 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
[![Build Status](https://travis-ci.org/sfackler/rust-openssl.svg?branch=master)](https://travis-ci.org/sfackler/rust-openssl)
-[Documentation](https://sfackler.github.io/rust-openssl/doc/v0.7.1/openssl).
+[Documentation](https://sfackler.github.io/rust-openssl/doc/v0.7.2/openssl).
## Building
@@ -25,7 +25,9 @@ sudo pacman -S openssl
OpenSSL 0.9.8 is preinstalled on OSX. Some features are only available when
linking against OpenSSL 1.0.0 or greater; see below on how to point
-rust-openssl to a separate installation.
+rust-openssl to a separate installation. OSX releases starting at 10.11, "El
+Capitan", no longer include OpenSSL headers which will prevent the `openssl`
+crate from compiling.
### Windows