(no commit message)
[oweals/gnunet.git] / TODO
diff --git a/TODO b/TODO
index 063b2e435a58b0d46de49fa5861ec1d221d16678..5d81b35d81901d81bf05e6367adf6580fa55a3b3 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,31 +1,22 @@
-0.9.0pre3:
-* connections fail if transport-plugin/nat produces 
-  some addresses that don't work (enable 'use_localaddr' with bindto for example,
-  so that some of the 'local' IPs do not work due to the bindto);  the result
-  seems to be that the plugin tries some of the broken addresses, fails and the
-  transport-level connection never comes up.
-  [still an issue?]
-* transport: explicit CONNECT/DISCONNECT handshake to diff from addr confirmation?
-* clean buildbots
-
 0.9.0pre4:
 * GNUNET-GTK: [CG]
-  - figure out where in the GUI we should show active upload operations and allow aborts
-  - handle events:
-    + search error
-    + publish error
-* FS [CG]
-  - implement multi-peer FS performance tests + gauger them!
-    + insert
-    + download
-    + search
+  - provide context menus to allow aborts of downloads/uploads
+  - provide way to handle errors (search, download, publish errors)
 
 0.9.0:
 * new webpage:
   - write chapter on DHT/block [Nate] 
   - make a NICE download page 
 * big code review
-* Determine RC bugs and fix those  (release should have no known real bugs)
+* Determine RC bugs and fix those (release should have no known real bugs)
+* Transport:
+  - When receiving SESSION_CONNECT: actually consider switching session
+    (test this!)
+* FS [CG]
+  - implement multi-peer FS performance tests + gauger them!
+    + insert
+    + download
+    + search
 
 0.9.1:
 * TRANSPORT: [MW]