diff options
author | Mark Allen <[email protected]> | 2016-07-20 15:55:29 -0500 |
---|---|---|
committer | Mark Allen <[email protected]> | 2016-07-20 15:55:29 -0500 |
commit | 28062c766a029dec62e725f31fcb6bfa161195b3 (patch) | |
tree | c745c8c20308cf7707229b9b17e4903e1fb0cfed | |
parent | 41b5b28d0977961cd7bd65e520c95edcb012cda7 (diff) | |
download | kerl-28062c766a029dec62e725f31fcb6bfa161195b3.tar.gz kerl-28062c766a029dec62e725f31fcb6bfa161195b3.tar.bz2 kerl-28062c766a029dec62e725f31fcb6bfa161195b3.zip |
Roll 1.3.21.3.2
-rw-r--r-- | README.md | 7 | ||||
-rwxr-xr-x | kerl | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -442,6 +442,13 @@ Prints the available builds and installations as well as the currently active in Changelog --------- +20 July 2016 - 1.3.2 + + - Optionally enhance the activation prompt (#149) + - Do not permit installation into a location that's already installed (#150) + - Fix duplicate response from `kerl prompt` (fix #88) (#150) + - Do not run if $HOME is not set. (fix #22) (#151) + 16 July 2016 - 1.3.1 - Fix argument order in archive unpacking (#146) @@ -22,7 +22,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -KERL_VERSION="1.3.1" +KERL_VERSION="1.3.2" #Grep fix for mac pcre errors GREP_OPTIONS='' |