aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ROADMAP.txt9
-rw-r--r--glouglou_efl/BUGS.txt2
-rw-r--r--glougloud/BUGS.txt9
3 files changed, 17 insertions, 3 deletions
diff --git a/ROADMAP.txt b/ROADMAP.txt
index 6d1e0b3..7248bf7 100644
--- a/ROADMAP.txt
+++ b/ROADMAP.txt
@@ -1,13 +1,16 @@
-=== PLANNED ===
+=== IN PROGRESS ===
0.2 - display elements
* glouglou_efl: display server node on the left
* glouglou_efl: display other nodes of the right
* glouglou_efl: display packets, moving between nodes
+
+=== PLANNED ===
+
0.3 - bug killing
-* glougloud: XXX
-* glouglou_efl: XXX
+* glougloud: see XXX in code and BUGS.txt
+* glouglou_efl: see XXX in code and BUGS.txt
0.4 - nicer display
* glouglou_efl: nodes are in a circle around the server node
diff --git a/glouglou_efl/BUGS.txt b/glouglou_efl/BUGS.txt
new file mode 100644
index 0000000..d34b121
--- /dev/null
+++ b/glouglou_efl/BUGS.txt
@@ -0,0 +1,2 @@
+#0000 TITLE
+DESCRIPTION
diff --git a/glougloud/BUGS.txt b/glougloud/BUGS.txt
new file mode 100644
index 0000000..5ecbdcc
--- /dev/null
+++ b/glougloud/BUGS.txt
@@ -0,0 +1,9 @@
+#0000 TITLE
+DESCRIPTION
+
+=== TODO ===
+
+#0001 fatal() messages should be printed on stderr
+see util.c fatal()
+
+=== DONE ===