documentation for release

This commit is contained in:
Jaromil 2011-05-26 19:21:09 +02:00
parent 556d300f5a
commit 04120a58e0
4 changed files with 29 additions and 42 deletions

View File

@ -1,4 +1,12 @@
May 2011 - 1.0
May 2011 - 1.1
Fixes to mime types, icons and desktop integration. A new 'list'
command provides an overview on all tombs currently open. Now a
tomb cannot be mounted multiple times, the message console has
colors and better messages. Different mount options (like
read-only) can also be specified by hand on the commandline.
March 2011 - 1.0
Clean and stable. Now passwords are handled exclusively using
pinentry. Also support for steganography of keys (bury and exhume)

2
README
View File

@ -12,7 +12,7 @@ X~ `?888888hx~ ...ue888b .888: x888 x888. 8888 .
' "*88888888* 'Y" `~ " `"` `%888*%"
^"***"` "`
a simple commandline tool to manage encrypted storage v.1.0
a simple commandline tool to manage encrypted storage v.1.1
http://tomb.dyne.org

View File

@ -64,6 +64,7 @@ Must be 100% backward compatible with tombs created with 1.0
** New features
*** [#A] system to split keys in parts (ssss)
*** [#A] use inotify on tomb
inotify can also count when was the last time tomb was used and
@ -73,7 +74,6 @@ Must be 100% backward compatible with tombs created with 1.0
*** [#A] udev rules to avoid usb automount of keyplug in gnome
*** [#A] sign and verify tomb script integrity (executed as root)
*** TODO [#B] Internationalization using gettext :jaromil:
Started generating the strings, still need to figure out how to
@ -83,14 +83,12 @@ Must be 100% backward compatible with tombs created with 1.0
*** [#B] tomb locksmith for key management
a graphical tool or text wizard to move keys in/out steganography
as well split them
*** [#B] system to split keys in parts (ssss)
*** [#B] transport keys and integrity checksums on qrcodes
*** [#B] analyse and show tomb entropy using libdisorder
*** [#B] indeep security analysis of possible vulnerabilities
*** [#C] more gtk dialogs for configurations? keep it minimal!

View File

@ -64,7 +64,7 @@ knowing the password used in steganography.
See the [[manual.html][manpage]] for more information on how to operate Tomb from the
text terminal.
<example>
Tomb 1.0 - a strong and gentle undertaker for your secrets
Tomb 1.1 - a strong and gentle undertaker for your secrets
Syntax: tomb [options] command [file] [place]
@ -197,9 +197,24 @@ Below a list of formats you can download this application: ready to be
run with some of the interfaces developed, as a library you can use to
build your own application and as source code you can study.
*** Debian and Ubuntu GNU/Linux
Visit our brand new [[http://apt.dyne.org][APT.dyne.org]] repository, there you can tune into
our software channel via an easy to use installer, so you can always
stay up to date with our **freshly brewed software, from the upstream
tap!**
*** Arch GNU/Linux and derivatives
Tomb is [[https://aur.archlinux.org/packages.php?ID=48257][packaged in AUR]], check it out !
*** Source Code
Latest stable release is 1.0 (March 2011), see the [[ftp://ftp.dyne.org/tomb/ChangeLog][ChangeLog]].
Latest stable release is 1.1 (May 2011), see the [[ftp://ftp.dyne.org/tomb/ChangeLog][ChangeLog]].
Source releases are signed by [[http://jaromil.dyne.org][Jaromil]] using [[http://www.gnupg.org][GnuPG]] and MD5 hashes.
@ -223,40 +238,6 @@ auto-tools build environment giving the command:
and then you can proceed with the usual configure && make mantra, may
the source be with you.
*** Debian GNU/Linux
To install the tomb and tomb-gtk package using apt, add this line to
your software sources (/etc/apt/source/list)
<example>
deb http://apt.dyne.org/debian stable main
</example>
*** Ubuntu GNU/Linux
If you use Lucid (10.04) add to your software sources this PPA
<example>
ppa:jaromil/rastasoft
</example>
else if you are using Maverick or other older versions, you can still
try to install the packages, as they should work well, by adding these
two sources to /etc/apt/source.list
<example>
deb http://ppa.launchpad.net/jaromil/rastasoft/ubuntu lucid main
deb-src http://ppa.launchpad.net/jaromil/rastasoft/ubuntu lucid main
</example>
Don't forget to add the necessary gnupg key of our repository:
<example>
gpg --keyserver pgpkeys.mit.edu --recv-key 51A68D7A75FB7217
gpg -a --export 51A68D7A75FB7217 | sudo apt-key add -
</example>
*** App1e/O$X