mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2025-01-22 14:38:25 +00:00
documentation and version update for release
This commit is contained in:
parent
c150424b72
commit
ddd9331f1e
@ -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'
|
||||
|
14
NEWS
14
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'.
|
||||
|
2
README
2
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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user