tversion bump and better TODO with roadmap - tomb - the crypto undertaker
HTML git clone git://parazyd.org/tomb.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 0dab10f26cd6d6d0d8db643bd4418af869e5f9c8
DIR parent 75416732ba9995d53d50a9c19a503ed9cb72d528
HTML Author: Jaromil <jaromil@dyne.org>
Date: Sun, 6 Feb 2011 17:44:01 +0100
version bump and better TODO with roadmap
Diffstat:
D TODO | 13 -------------
A TODO.org | 49 +++++++++++++++++++++++++++++++
M configure.ac | 2 +-
3 files changed, 50 insertions(+), 14 deletions(-)
---
DIR diff --git a/TODO b/TODO
t@@ -1,13 +0,0 @@
-
-- fix operation without DISPLAY (over SSH)
-- system to split keys in parts (ssss)
-- transport keys on qrcodes
-- more gtk dialogs and configuration? should keep it minimal!
-- use inotify on /media to watch usb key plug events
-- analyse and show tomb entropy using libdisorder
-- sign and verify tomb script integrity (executed as root)
-- indeep security analysis of possible vulnerabilities
-- bomb the VXXXXXX
-
-to contribute, contact: jaromil@dyne.org
- ( GPG key on http://pgp.mit.edu )
DIR diff --git a/TODO.org b/TODO.org
t@@ -0,0 +1,49 @@
+
+TODO and Roadmap for Tomb
+
+you are welcome to send patches to jaromil@dyne.org
+
+* TODO Release 1.0 :80%:
+
+** DONE [#A] desktop integration with mime types the freedesktop way :jaromil:
+
+** DONE [#B] debian packaging with desktop integration :jaromil:
+
+** DONE [#A] use a posix thread instead of fork for status close :jaromil:
+
+** TODO [#A] fix operation without DISPLAY (over SSH) :hellekin:
+
+** TODO [#A] use a config file to map bind mounts :jaromil:
+
+ useful also to choose a default file browser and other things.
+
+ using mount -o bind we can trigger actions to be made after mounting
+ a tomb so that personal directories appear in the home folder.
+
+
+** [#C] make one single status handle more tombs
+
+** [#C] decorate creation wizard with ASCII art
+
+* TODO Release 2.0
+
+100% backward compatible with tombs created with 1.0
+
+** [#A] use inotify on /media to watch usb key plug events
+
+** [#A] udev rules to avoid usb automount of keyplug in gnome
+
+** [#A] sign and verify tomb script integrity (executed as root)
+
+** [#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!
+
+** [#C] bomb the V...... and shoot the P...
+
DIR diff --git a/configure.ac b/configure.ac
t@@ -4,7 +4,7 @@ dnl ==============================================================
AC_PREREQ([2.60])
-AC_INIT([Tomb],[0.9.1],[jaromil@dyne.org],[Tomb])
+AC_INIT([Tomb],[0.9.2],[jaromil@dyne.org],[Tomb])
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_HOST