From c9e2a6457fa2b3ae1e012ee3b5460b1f2841f10e Mon Sep 17 00:00:00 2001 From: Mark Allen Date: Wed, 22 Feb 2017 11:39:48 -0600 Subject: Roll 1.4.2 --- README.md | 20 ++++++++++++++++++++ kerl | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) 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='' -- cgit v1.2.3