tdocumentation for a new minor release - tomb - the crypto undertaker
HTML git clone git://parazyd.org/tomb.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit db42a8fd3f614bd972d187bc52bab40ade2d0969
DIR parent 12f49bf2ff6f5ce6cfad43acba83893519179cfd
HTML Author: Jaromil <jaromil@dyne.org>
Date: Mon, 24 Feb 2014 16:09:28 +0100
documentation for a new minor release
Diffstat:
M ChangeLog | 8 ++++++++
M Makefile | 6 ++++++
M README | 2 +-
M tomb | 2 +-
4 files changed, 16 insertions(+), 2 deletions(-)
---
DIR diff --git a/ChangeLog b/ChangeLog
t@@ -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.
DIR diff --git a/Makefile b/Makefile
t@@ -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}
DIR diff --git a/README b/README
t@@ -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
DIR diff --git a/tomb b/tomb
t@@ -40,7 +40,7 @@
# {{{ Global variables
-VERSION=1.5.1
+VERSION=1.5.2
DATE="Feb/2014"
TOMBEXEC=$0
typeset -a OLDARGS