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"