aboutsummaryrefslogtreecommitdiffstats
path: root/docs/doing-a-release.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/doing-a-release.rst')
-rw-r--r--docs/doing-a-release.rst11
1 files changed, 4 insertions, 7 deletions
diff --git a/docs/doing-a-release.rst b/docs/doing-a-release.rst
index 0feb59bb..8e9222e0 100644
--- a/docs/doing-a-release.rst
+++ b/docs/doing-a-release.rst
@@ -13,17 +13,14 @@ installed before performing the release. If they do not:
Upgrading Windows
~~~~~~~~~~~~~~~~~
-Run the ``openssl-release`` Jenkins job, then copy the resulting artifacts to
-the Windows builders and unzip them in the root of the file system.
+Run the ``openssl-release-1.1`` Jenkins job, then copy the resulting artifacts
+to the Windows builders and unzip them in the root of the file system.
Upgrading OS X
~~~~~~~~~~~~~~
-``brew update`` and then ``brew upgrade openssl --universal --build-bottle`` to
-build a universal library (32-bit and 64-bit) compatible with all Intel Macs.
-This can be confirmed by using
-``lipo -info /usr/local/opt/openssl/lib/libssl.dylib`` to see the available
-architectures.
+``brew update`` and then ``brew upgrade openssl@1.1 --build-bottle`` to
+install a 64-bit only library compatible with all Intel Macs.
Bumping the version number
--------------------------