From 03c5d84036b5cc04f783082b29d6260ed9886109 Mon Sep 17 00:00:00 2001 From: twosigmajab Date: Wed, 3 Jun 2020 12:15:28 -0400 Subject: Clarify that static linkage only applies to wheels (#5265) --- docs/security.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/security.rst b/docs/security.rst index affe4348..8cdd2d11 100644 --- a/docs/security.rst +++ b/docs/security.rst @@ -72,9 +72,9 @@ New releases for OpenSSL updates -------------------------------- As of versions 0.5, 1.0.1, and 2.0.0, ``cryptography`` statically links OpenSSL -on Windows, macOS, and Linux respectively, to ease installation. Due to this, -``cryptography`` will release a new version whenever OpenSSL has a security or -bug fix release to avoid shipping insecure software. +in binary distributions for Windows, macOS, and Linux respectively, to ease +installation. Due to this, ``cryptography`` will release a new version whenever +OpenSSL has a security or bug fix release to avoid shipping insecure software. Like all our other releases, this will be announced on the mailing list and we strongly recommend that you upgrade as soon as possible. -- cgit v1.2.3