mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-26 06:46:30 +00:00
release documentation updates
This commit is contained in:
parent
10baee25a6
commit
58f7248378
@ -1,3 +1,11 @@
|
|||||||
|
January 2014 - 1.5
|
||||||
|
Minor bugfixes to documentation, error handling, support for
|
||||||
|
multiple and encrypted swap partitions and qr code engraving.
|
||||||
|
This release also includes some minor code refactoring of
|
||||||
|
load_key() and loop mount checks. Also the tray app is updated
|
||||||
|
to gtk-3 and works simply with a tomb name as argument.
|
||||||
|
Documentation was updated accordingly.
|
||||||
|
|
||||||
June 2013 - 1.4
|
June 2013 - 1.4
|
||||||
|
|
||||||
This release fixes an important bug affecting Tomb 1.3.* which
|
This release fixes an important bug affecting Tomb 1.3.* which
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
* Compatibility broken in 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
|
||||||
versions 1.3 and 1.3.1 cannot open older tombs, plus the tombs created
|
versions 1.3 and 1.3.1 cannot open older tombs, plus the tombs created
|
||||||
@ -16,4 +16,5 @@
|
|||||||
|
|
||||||
This bug was due to a typo in the code which appended a GnuPG status
|
This bug was due to a typo in the code which appended a GnuPG status
|
||||||
string to the content of keys. All users of Tomb 1.3.* should pay
|
string to the content of keys. All users of Tomb 1.3.* should pay
|
||||||
particular attention to this issue.
|
particular attention to this issue, however that release series was
|
||||||
|
out as latest for less than a month.
|
||||||
|
6
README
6
README
@ -12,9 +12,9 @@ X~ `?888888hx~ ...ue888b .888: x888 x888. 8888 .
|
|||||||
' "*88888888* 'Y" `~ " `"` `%888*%"
|
' "*88888888* 'Y" `~ " `"` `%888*%"
|
||||||
^"***"` "`
|
^"***"` "`
|
||||||
|
|
||||||
A minimalistic commandline tool to manage encrypted volumes v.1.4
|
A minimalistic commandline tool to manage encrypted volumes v1.5
|
||||||
|
|
||||||
http://tomb.dyne.org
|
http://dyne.org/software/tomb
|
||||||
|
|
||||||
|
|
||||||
Tomb aims to be a free and open source system for easy encryption and
|
Tomb aims to be a free and open source system for easy encryption and
|
||||||
@ -79,7 +79,7 @@ CBC-ESSIV encryption algorithm.
|
|||||||
|
|
||||||
** How can you help
|
** How can you help
|
||||||
|
|
||||||
Donations are always welcome, see http://dyne.org/donate
|
Donations are always welcome, see https://dyne.org/donate
|
||||||
|
|
||||||
Code is pretty short and readable: start looking around it and the
|
Code is pretty short and readable: start looking around it and the
|
||||||
materials found in doc/ which are good pointers at security measures
|
materials found in doc/ which are good pointers at security measures
|
||||||
|
Loading…
Reference in New Issue
Block a user