From 36fc049881253a38f0b72d6d6aeb01c1295b8a2c Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih@debian.org>
Date: Sun, 26 Oct 2014 00:24:07 +0200
Subject: [PATCH] Release 1.20141026

---
 changelog | 6 ++++++
 vcsh      | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/changelog b/changelog
index badf445..9cc6c16 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,9 @@
+2014-10-26  Richard Hartmann <richih.mailinglist@gmail.com>
+
+	* Release 1.20141026
+	* FIX fatal()
+	* Improve error handling of clone()
+
 2014-10-25  Richard Hartmann <richih.mailinglist@gmail.com>
 
 	* Release 1.20141025
diff --git a/vcsh b/vcsh
index 63e726e..0f2c5af 100755
--- a/vcsh
+++ b/vcsh
@@ -19,7 +19,7 @@
 # If '.git-HEAD' is appended to the version, you are seeing an unreleased
 # version of vcsh; the master branch is supposed to be clean at all times
 # so you can most likely just use it nonetheless
-VERSION='1.20141025'
+VERSION='1.20141026'
 SELF=$(basename $0)
 
 fatal() {
-- 
GitLab