mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-10 23:20:57 +00:00
documentation for a new minor release
This commit is contained in:
parent
12f49bf2ff
commit
db42a8fd3f
@ -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
|
February 2014 - 1.5.1
|
||||||
|
|
||||||
Fix to stdin piping of keys, which were not correctly processed
|
Fix to stdin piping of keys, which were not correctly processed
|
||||||
nor were deleted from volatile memory (tmpfs). Version is now
|
nor were deleted from volatile memory (tmpfs). Version is now
|
||||||
updated accordingly.
|
updated accordingly.
|
||||||
|
6
Makefile
6
Makefile
@ -3,8 +3,14 @@ PREFIX ?= /usr/local
|
|||||||
MANDIR ?= /usr/share/man
|
MANDIR ?= /usr/share/man
|
||||||
|
|
||||||
all:
|
all:
|
||||||
|
@echo
|
||||||
@echo "Tomb is a script and does not need compilation, it can be simply executed."
|
@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 "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:
|
||||||
@install -Dm755 ${PROG} ${DESTDIR}${PREFIX}/bin/${PROG}
|
@install -Dm755 ${PROG} ${DESTDIR}${PREFIX}/bin/${PROG}
|
||||||
|
2
README
2
README
@ -12,7 +12,7 @@ X~ `?888888hx~ ...ue888b .888: x888 x888. 8888 .
|
|||||||
' "*88888888* 'Y" `~ " `"` `%888*%"
|
' "*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
|
http://dyne.org/software/tomb
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user