diff --git a/ChangeLog b/ChangeLog index d96fc32..42fd920 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,12 @@ +February 2014 - 1.5.2 + + Removed automatic guessing of key file besides tomb to encourage + users to keep tomb and key separated, but also to simplify the + code in key retrieval and avoid a bug occurring in the previous + version. + February 2014 - 1.5.1 + Fix to stdin piping of keys, which were not correctly processed nor were deleted from volatile memory (tmpfs). Version is now updated accordingly. diff --git a/Makefile b/Makefile index 8dba8e0..4d5d68f 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,14 @@ PREFIX ?= /usr/local MANDIR ?= /usr/share/man all: + @echo @echo "Tomb is a script and does not need compilation, it can be simply executed." + @echo @echo "To install it in /usr/local together with its manpage use 'make install'." + @echo + @echo "To run Tomb one needs to have some tools installed on the system:" + @echo "Sudo, cryptsetup, pinentry and gnupg. Also wipe is recommended." + @echo install: @install -Dm755 ${PROG} ${DESTDIR}${PREFIX}/bin/${PROG} diff --git a/README b/README index 1ed84d3..366ba34 100644 --- a/README +++ b/README @@ -12,7 +12,7 @@ X~ `?888888hx~ ...ue888b .888: x888 x888. 8888 . ' "*88888888* 'Y" `~ " `"` `%888*%" ^"***"` "` -A minimalistic commandline tool to manage encrypted volumes v1.5.1 +A minimalistic commandline tool to manage encrypted volumes v1.5.2 http://dyne.org/software/tomb diff --git a/tomb b/tomb index 1558c2e..c8121d7 100755 --- a/tomb +++ b/tomb @@ -40,7 +40,7 @@ # {{{ Global variables -VERSION=1.5.1 +VERSION=1.5.2 DATE="Feb/2014" TOMBEXEC=$0 typeset -a OLDARGS