From c0ec5867f30a149634ce3c7797dcaff273fc68c5 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 11 Jun 2015 17:56:57 +0200 Subject: [PATCH] Version bump to 0.6, critical bugs --- ChangeLog | 3 +++ hashboot.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 26dc371..7b75703 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +* 2015-06-11 tastytea + Critical bug fixes + Version 0.6 * 2015-06-08 tastytea Bug fixes Version 0.5 diff --git a/hashboot.sh b/hashboot.sh index 012026d..9dd91c8 100755 --- a/hashboot.sh +++ b/hashboot.sh @@ -3,7 +3,7 @@ #Exit codes: 0 = success, 1 = wrong usage, 2 = not root, 3 = no hasher found, #4 = checksum mismatch, 5 = write error -VERSION="0.5" +VERSION="0.6" PATH="/bin:/usr/bin:/sbin:/usr/sbin" DIGEST_FILE="/var/lib/hashboot.digest"