commit db42a8fd3f614bd972d187bc52bab40ade2d0969
parent 12f49bf2ff6f5ce6cfad43acba83893519179cfd
Author: Jaromil <jaromil@dyne.org>
Date: Mon, 24 Feb 2014 16:09:28 +0100
documentation for a new minor release
Diffstat:
4 files changed, 16 insertions(+), 2 deletions(-)
diff --git 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
@@ -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
@@ -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
@@ -40,7 +40,7 @@
# {{{ Global variables
-VERSION=1.5.1
+VERSION=1.5.2
DATE="Feb/2014"
TOMBEXEC=$0
typeset -a OLDARGS