Skip to content

Commit

Permalink
documentation update for minor bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed Feb 20, 2014
1 parent d2bbf38 commit 7fb404d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -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.
Expand Down
7 changes: 7 additions & 0 deletions KNOWN_BUGS
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README
Expand Up @@ -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


Expand Down
8 changes: 4 additions & 4 deletions tomb
Expand Up @@ -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>
# #
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7fb404d

Please sign in to comment.