mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-12 15:56:28 +00:00
documentation update for minor bugfix release
This commit is contained in:
parent
d2bbf38826
commit
7fb404d97c
@ -1,3 +1,8 @@
|
|||||||
|
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.
|
||||||
|
|
||||||
January 2014 - 1.5
|
January 2014 - 1.5
|
||||||
Minor bugfixes to documentation, error handling, support for
|
Minor bugfixes to documentation, error handling, support for
|
||||||
multiple and encrypted swap partitions and qr code engraving.
|
multiple and encrypted swap partitions and qr code engraving.
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
* Versioning and stdin key piping in 1.5
|
||||||
|
Due to distraction tomb version 1.5 displays its version as 1.4.
|
||||||
|
Also version 1.5 did not work when using -k - to pipe keys from
|
||||||
|
stdin, plus left the encrypted keys laying around in RAM (tmpfs).
|
||||||
|
This was a minor vulnerability fixed in 1.5.1.
|
||||||
|
|
||||||
|
|
||||||
* Compatibility broken in old Tomb 1.3 and 1.3.1
|
* Compatibility broken in old Tomb 1.3 and 1.3.1
|
||||||
|
|
||||||
Due to an error in the creation and decoding of key files, release
|
Due to an error in the creation and decoding of key files, release
|
||||||
|
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
|
A minimalistic commandline tool to manage encrypted volumes v1.5.1
|
||||||
|
|
||||||
http://dyne.org/software/tomb
|
http://dyne.org/software/tomb
|
||||||
|
|
||||||
|
8
tomb
8
tomb
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
# {{{ License
|
# {{{ License
|
||||||
|
|
||||||
# Copyright (C) 2007-2013 Dyne.org Foundation
|
# Copyright (C) 2007-2014 Dyne.org Foundation
|
||||||
#
|
#
|
||||||
# Tomb is designed, written and maintained by Denis Roio <jaromil@dyne.org>
|
# Tomb is designed, written and maintained by Denis Roio <jaromil@dyne.org>
|
||||||
#
|
#
|
||||||
@ -40,8 +40,8 @@
|
|||||||
|
|
||||||
# {{{ Global variables
|
# {{{ Global variables
|
||||||
|
|
||||||
VERSION=1.5
|
VERSION=1.5.1
|
||||||
DATE="Jun/2013"
|
DATE="Feb/2014"
|
||||||
TOMBEXEC=$0
|
TOMBEXEC=$0
|
||||||
typeset -a OLDARGS
|
typeset -a OLDARGS
|
||||||
for arg in ${argv}; do OLDARGS+=($arg); done
|
for arg in ${argv}; do OLDARGS+=($arg); done
|
||||||
@ -2421,7 +2421,7 @@ main() {
|
|||||||
cat <<EOF
|
cat <<EOF
|
||||||
Tomb $VERSION - a strong and gentle undertaker for your secrets
|
Tomb $VERSION - a strong and gentle undertaker for your secrets
|
||||||
|
|
||||||
Copyright (C) 2007-2013 Dyne.org Foundation, License GNU GPL v3+
|
Copyright (C) 2007-2014 Dyne.org Foundation, License GNU GPL v3+
|
||||||
This is free software: you are free to change and redistribute it
|
This is free software: you are free to change and redistribute it
|
||||||
The latest Tomb sourcecode is published on <http://tomb.dyne.org>
|
The latest Tomb sourcecode is published on <http://tomb.dyne.org>
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user