tomb

the crypto undertaker
git clone git://parazyd.org/tomb.git
Log | Files | Refs | README | LICENSE

commit ddd9331f1ef02b57ba001e09b0130c759277efab
parent c150424b728e713450d1420966ab2f68fc3364a2
Author: Jaromil <jaromil@dyne.org>
Date:   Sat,  5 Nov 2011 18:44:05 +0100

documentation and version update for release

Diffstat:
MChangeLog | 6++++++
MNEWS | 14++++++++++++++
MREADME | 2+-
Mconfigure.ac | 2+-
Msrc/tomb | 4++--
5 files changed, 24 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,9 @@ +Nov 2011 - 1.2 + Includes an Important fix to password parsing for spaces and + extended chars, plus a new 'passwd' command to change a key's + password. Tomb now checks for swap to avoid its usage (see SWAP + section in manpage) and warns the user when the tomb is almost + full. May 2011 - 1.1 Fixes to mime types, icons and desktop integration. A new 'list' diff --git a/NEWS b/NEWS @@ -0,0 +1,14 @@ +Critical bugfix + +The previous version of Tomb had a critical bug: passwords containing +odd characters where badly interpreted and split at spaces. This means +that if you password was ‘I am 12!! perfectly 7^!@^#38123 secure' it +has been understood by tomb as simply ‘I’ being split at the first +“odd” character. So even if you thought you have a long pass-phrase, +instead it might have happened that you were using a single character +one. + +Now this bug has been fixed. However, it won’t fix the password for +the tomb that you created and used so far: you need to change the +password using the new command 'tomb passwd'. + diff --git a/README b/README @@ -12,7 +12,7 @@ X~ `?888888hx~ ...ue888b .888: x888 x888. 8888 . ' "*88888888* 'Y" `~ " `"` `%888*%" ^"***"` "` -a simple commandline tool to manage encrypted storage v.1.1 +a simple commandline tool to manage encrypted storage v.1.2 http://tomb.dyne.org diff --git a/configure.ac b/configure.ac @@ -4,7 +4,7 @@ dnl ============================================================== AC_PREREQ([2.60]) -AC_INIT([Tomb],[1.1],[jaromil@dyne.org],[Tomb]) +AC_INIT([Tomb],[1.2],[jaromil@dyne.org],[Tomb]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_HOST diff --git a/src/tomb b/src/tomb @@ -20,8 +20,8 @@ # this source code; if not, write to: # Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -VERSION=1.1 -DATE=Sept/2011 +VERSION=1.2 +DATE=Nov/2011 TOMBEXEC=$0 TOMBOPENEXEC="tomb-open" typeset -a OLDARGS