aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Allen <[email protected]>2017-11-08 08:46:00 -0600
committerMark Allen <[email protected]>2017-11-08 08:46:00 -0600
commit05955483cf2296b52f410e94b6c8d9af7cf7da32 (patch)
treec074c678dc3196a1b2ce8d3b553bb190efef7748
parent40cbd3056bb525729471d9be8a953bdcb09b0a19 (diff)
downloadkerl-1.8.0.tar.gz
kerl-1.8.0.tar.bz2
kerl-1.8.0.zip
Roll 1.8.01.8.0
-rw-r--r--README.md18
-rwxr-xr-xkerl2
2 files changed, 12 insertions, 8 deletions
diff --git a/README.md b/README.md
index 39a67b9..8637e2d 100644
--- a/README.md
+++ b/README.md
@@ -649,19 +649,23 @@ Compiling crypto on Macs
------------------------
Apple stopped shipping OpenSSL in OS X 10.11 (El Capitan) in favor of Apple's
own SSL library. That makes using homebrew the most convenient way to install
-openssl on macOS 10.12 (Sierra) or El Capitan. Recently, homebrew [decided to
-stop creating](https://github.com/Homebrew/brew/pull/612) symlinks from the
-homebrew installation directory to `/usr/local`, so in response to this, *if*
-you're running El Capitan or Sierra, *and* you have homebrew installed, *and*
-you used it to install openssl, kerl will ask homebrew for the openssl
-installation prefix and configure Erlang to build with that location
-automatically.
+openssl on macOS 10.11 or later. Additionally, homebrew [stop creating](https://github.com/Homebrew/brew/pull/612)
+symlinks from the homebrew installation directory to `/usr/local`, so in
+response to this, *if* you're running El Capitan, Sierra, or High Sierra
+*and* you have homebrew installed, *and* you used it to install openssl,
+kerl will ask homebrew for the openssl installation prefix and configure Erlang
+to build with that location automatically.
**Important**: If you already have `--with-ssl` in your .kerlrc, kerl
will honor that instead, and will not do any automatic configuration.
Changelog
---------
+8 November 2017 - 1.8.0
+
+ - Include support for installing and managing docsh (#213)
+ - Fix a function name typo (#241)
+
23 October 2017 - 1.7.0
- Suggest the proper activation script based on the shell you're using (#225)
diff --git a/kerl b/kerl
index e7f1928..9b7bf40 100755
--- a/kerl
+++ b/kerl
@@ -24,7 +24,7 @@
unset ERL_TOP
-KERL_VERSION="1.7.0"
+KERL_VERSION="1.8.0"
#Grep fix for mac pcre errors
GREP_OPTIONS=''