From 5b9c4bbfd2b00c3ebffb9ec3fd5dc71bbe4574d1 Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih@debian.org>
Date: Sat, 14 Dec 2013 00:01:30 +0100
Subject: [PATCH] Release 1.20131214

---
 changelog | 11 +++++++++++
 vcsh      |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/changelog b/changelog
index da31aec..b0bac5d 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,14 @@
+2013-12-14  Richard Hartmann <richih.mailinglist@gmail.com>
+
+	* 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 <richih.mailinglist@gmail.com>
 
 	* 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
-- 
GitLab