documentation for a new minor release

This commit is contained in:
Jaromil 2014-02-24 16:09:28 +01:00
parent 12f49bf2ff
commit db42a8fd3f
4 changed files with 16 additions and 2 deletions

View File

@ -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.

View File

@ -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}

2
README
View File

@ -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

2
tomb
View File

@ -40,7 +40,7 @@
# {{{ Global variables
VERSION=1.5.1
VERSION=1.5.2
DATE="Feb/2014"
TOMBEXEC=$0
typeset -a OLDARGS