mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2025-01-22 22:48:24 +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
|
May 2011 - 1.1
|
||||||
Fixes to mime types, icons and desktop integration. A new 'list'
|
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*%"
|
' "*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
|
http://tomb.dyne.org
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ dnl ==============================================================
|
|||||||
|
|
||||||
AC_PREREQ([2.60])
|
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_CONFIG_MACRO_DIR([m4])
|
||||||
|
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
|
4
src/tomb
4
src/tomb
@ -20,8 +20,8 @@
|
|||||||
# this source code; if not, write to:
|
# this source code; if not, write to:
|
||||||
# Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
# Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
|
|
||||||
VERSION=1.1
|
VERSION=1.2
|
||||||
DATE=Sept/2011
|
DATE=Nov/2011
|
||||||
TOMBEXEC=$0
|
TOMBEXEC=$0
|
||||||
TOMBOPENEXEC="tomb-open"
|
TOMBOPENEXEC="tomb-open"
|
||||||
typeset -a OLDARGS
|
typeset -a OLDARGS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user