aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Allen <[email protected]>2017-02-22 11:39:48 -0600
committerMark Allen <[email protected]>2017-02-22 11:39:48 -0600
commitc9e2a6457fa2b3ae1e012ee3b5460b1f2841f10e (patch)
treef362aa27f6d7d27f24d4572d32676e846fe8cca3
parent825632024b6bcbe2ee08f3c7a23653a8cd859e92 (diff)
downloadkerl-c9e2a6457fa2b3ae1e012ee3b5460b1f2841f10e.tar.gz
kerl-c9e2a6457fa2b3ae1e012ee3b5460b1f2841f10e.tar.bz2
kerl-c9e2a6457fa2b3ae1e012ee3b5460b1f2841f10e.zip
Roll 1.4.21.4.2
-rw-r--r--README.md20
-rwxr-xr-xkerl2
2 files changed, 21 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5f7dfb1..31bb0b6 100644
--- a/README.md
+++ b/README.md
@@ -580,6 +580,20 @@ Prints the available builds and installations as well as the currently active in
----------
No Erlang/OTP kerl installation is currently active
+### path
+
+ kerl path [installation]
+
+Prints the path of the currently active installation if one is active. When given an
+installation name, it will return the path to that installation location on disk.
+This makes it useful for automation without having to run kerl's output through
+other tools to extract to path information.
+
+ $ kerl path
+ No active kerl-managed erlang installation
+
+ $ kerl path 19.2.3
+ /aux/erlangs/19.2.3
Compiling crypto on Macs
------------------------
@@ -598,6 +612,12 @@ will honor that instead, and will not do any automatic configuration.
Changelog
---------
+22 February 2017 - 1.4.2
+
+ - Fixed a syntax error when comparing hash outputs on reconfigurations (#191)
+ - Added the path subcommand; enabled Travis-CI (#190)
+ - Fixed mistakenly omitted version string from past 2 releases.
+
12 February 2017 - 1.4.1
- Fix reading a checksum file for compile options (#180)
diff --git a/kerl b/kerl
index e00c498..97e5dbe 100755
--- a/kerl
+++ b/kerl
@@ -24,7 +24,7 @@
unset ERL_TOP
-KERL_VERSION="1.3.4"
+KERL_VERSION="1.4.2"
#Grep fix for mac pcre errors
GREP_OPTIONS=''