From: Richard Hartmann Date: Fri, 13 Dec 2013 23:01:30 +0000 (+0100) Subject: Release 1.20131214 X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/5b9c4bbfd2b00c3ebffb9ec3fd5dc71bbe4574d1?ds=inline Release 1.20131214 --- diff --git a/changelog b/changelog index da31aec..b0bac5d 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,14 @@ +2013-12-14 Richard Hartmann + + * Release 1.20131214 + * Revert "Implement basename() in shell" + * Fix mktemp on OS X + * Fix variable assignment bug + * Support shortnames for commands + * Improve Makefile + * Improve documentation + * Various minor improvements + 2013-09-09 Richard Hartmann * Release 1.20130909 diff --git a/vcsh b/vcsh index 9f8e274..2b7528f 100755 --- a/vcsh +++ b/vcsh @@ -16,7 +16,7 @@ [ -n "$VCSH_DEBUG" ] && set -vx SELF=$(basename $0) -VERSION='1.20130909.git-HEAD' +VERSION='1.20131214' fatal() { echo "$SELF: fatal: $1" >&2