From 1d09eec7342c6490baace9568575dfc83f4e64e2 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sat, 28 Nov 2015 17:18:47 -0800 Subject: Mention el cap changes in readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index d8cc1ec1..83896575 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3 From 13f7cfd9d8d822286cc09495a2eb0f817cf6afa4 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Tue, 15 Dec 2015 19:41:57 -0800 Subject: Release v0.7.2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 83896575..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 -- cgit v1.2.3