aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Allen <[email protected]>2018-07-03 13:43:33 -0500
committerMark Allen <[email protected]>2018-07-03 13:43:33 -0500
commit799d5458ac3f64c8517bbcaacfe3c29d6c82beb2 (patch)
tree50813d57a89a70f5e76ee317dea903c5158fa8b4
parent2d5ee612b89138b13dcf24fa100582c8c7cdf75e (diff)
downloadkerl-799d5458ac3f64c8517bbcaacfe3c29d6c82beb2.tar.gz
kerl-799d5458ac3f64c8517bbcaacfe3c29d6c82beb2.tar.bz2
kerl-799d5458ac3f64c8517bbcaacfe3c29d6c82beb2.zip
Roll 1.8.31.8.3
-rw-r--r--README.md5
-rwxr-xr-xkerl2
2 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9700327..8daad34 100644
--- a/README.md
+++ b/README.md
@@ -682,6 +682,11 @@ will eventually deal with this issue.
Changelog
---------
+3 July 2018 - 1.8.3
+
+ - Update testing to include OTP 21 (#286)
+ - Fix an issue affecting CD\_PATH during builds (#284)
+
5 March 2018 - 1.8.2
- Apply zlib patch when building OTP 17-19. (#258)
diff --git a/kerl b/kerl
index ae869b0..7baf098 100755
--- a/kerl
+++ b/kerl
@@ -27,7 +27,7 @@ unset ERL_TOP
# Make sure CDPATH doesn't affect cd in case path is relative.
unset CDPATH
-KERL_VERSION='1.8.2'
+KERL_VERSION='1.8.3'
DOCSH_GITHUB_URL='https://github.com/erszcz/docsh.git'
ERLANG_DOWNLOAD_URL='https://www.erlang.org/download'