diff --git a/changelog b/changelog index badf445740c2597e012e55dcbbfb0992b3782882..9cc6c16f689d3fc74ccd257ade7a89b76d101133 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 63e726ea588d1d2ca078b75a590e865a17353303..0f2c5af7373af05fa9a0510ff6173df44ac31ab7 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() {