From 89b76bcf065b4a722e49e4231a6fb722e856bb9a Mon Sep 17 00:00:00 2001 From: Jaromil Date: Wed, 9 Feb 2011 13:06:45 +0100 Subject: [PATCH] TODO reorganization --- TODO.org | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/TODO.org b/TODO.org index 6b0b574..0c8ad52 100644 --- a/TODO.org +++ b/TODO.org @@ -5,17 +5,6 @@ you are welcome to send patches to jaromil@dyne.org * TODO Release 1.0 :85%: -** DONE [#A] desktop integration the freedesktop way :jaromil: - -** DONE [#A] use a posix thread instead of fork for status close :jaromil: -** DONE [#A] use a config file to map bind mounts :jaromil: - - done as file 'bind-hooks' inside tom. also 'post-hooks' is executed - as user in case symlinks are needed and so - - using mount -o bind we can trigger actions to be made after mounting - a tomb so that personal directories appear in the home folder. - ** [#A] fix operation without DISPLAY (over SSH) :hellekin: ** TODO [#A] SLAM tomb and kill all applications using it @@ -30,9 +19,6 @@ you are welcome to send patches to jaromil@dyne.org steghide can hide keys in JPG, BMP, WAV or AU files it also takes care of compressing end encrypting the key file so we don't necessarily need gpg... it has Serpent and AES256 (CBC) - - -** DONE [#B] debian packaging with desktop integration :jaromil: ** [#B] incremental backup system using bup :jaromil: tombs are modifed only where needed so file changes are local to @@ -40,11 +26,21 @@ you are welcome to send patches to jaromil@dyne.org works! bup makes incremental backups using git as a backend, big up apenwarr :) on git://github.com/apenwarr/bup - ** TODO [#C] make one single status handle more tombs - ** TODO [#C] decorate creation wizard with ASCII art +** DONE [#A] use a posix thread instead of fork for status close :jaromil: +** DONE [#A] use a config file to map bind mounts :jaromil: + + done as file 'bind-hooks' inside tom. also 'post-hooks' is executed + as user in case symlinks are needed and so + + using mount -o bind we can trigger actions to be made after mounting + a tomb so that personal directories appear in the home folder. + +** DONE [#A] desktop integration the freedesktop way :jaromil: +** DONE [#B] debian packaging with desktop integration :jaromil: + * TODO Release 2.0 :00%: