aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Allen <[email protected]>2016-07-20 15:55:29 -0500
committerMark Allen <[email protected]>2016-07-20 15:55:29 -0500
commit28062c766a029dec62e725f31fcb6bfa161195b3 (patch)
treec745c8c20308cf7707229b9b17e4903e1fb0cfed
parent41b5b28d0977961cd7bd65e520c95edcb012cda7 (diff)
downloadkerl-28062c766a029dec62e725f31fcb6bfa161195b3.tar.gz
kerl-28062c766a029dec62e725f31fcb6bfa161195b3.tar.bz2
kerl-28062c766a029dec62e725f31fcb6bfa161195b3.zip
Roll 1.3.21.3.2
-rw-r--r--README.md7
-rwxr-xr-xkerl2
2 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6576343..4b65f31 100644
--- a/README.md
+++ b/README.md
@@ -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)
diff --git a/kerl b/kerl
index 74df2d1..1841b28 100755
--- a/kerl
+++ b/kerl
@@ -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=''