diff options
author | Christian Grothoff <christian@grothoff.org> | 2005-08-21 04:01:25 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2005-08-21 04:01:25 +0000 |
commit | de5f84ab9cded0bb4298c30f3c8f2a1ece05332d (patch) | |
tree | d6c9f3f90a097575a59618a559dd59432ad3e2a2 | |
parent | db7d22699cd41f6e8d7f19b5d36fcd4590c382e6 (diff) | |
download | gnunet-gtk-de5f84ab9cded0bb4298c30f3c8f2a1ece05332d.tar.gz gnunet-gtk-de5f84ab9cded0bb4298c30f3c8f2a1ece05332d.zip |
update
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | TODO | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,6 @@ | |||
1 | Sat Aug 20 21:06:56 PDT 2005 | ||
2 | Added support for toggling collection of file identifiers. | ||
3 | |||
1 | Sat Aug 20 13:51:01 PDT 2005 | 4 | Sat Aug 20 13:51:01 PDT 2005 |
2 | Releasing 0.7.0pre6. | 5 | Releasing 0.7.0pre6. |
3 | 6 | ||
@@ -1,11 +1,11 @@ | |||
1 | 0.7.0 (all of these can go under "known limitations", that | 1 | 0.7.0 (all of these can go under "known limitations", that |
2 | is, they are not release-critical IMO): | 2 | is, they are not release-critical IMO): |
3 | 0) add functions to query and change FSUI_trackStatus | ||
4 | 1) on_namespaceInsertButton_clicked somehow is | 3 | 1) on_namespaceInsertButton_clicked somehow is |
5 | NOT called when I click on the "Add" | 4 | NOT called when I click on the "Add" |
6 | button in the FS-advanced window (very strange) | 5 | button in the FS-advanced window (very strange) |
7 | 1) update namespace content (not implemented) | 6 | 1) update namespace content (not implemented) |
8 | 2) various minor memory leaks (see FIXME in search.c) | 7 | 2) various minor memory leaks (see FIXME in search.c, |
8 | #if 0 code in namespace.c) | ||
9 | 9 | ||
10 | Later (0.7.1+): | 10 | Later (0.7.1+): |
11 | 1) create directory from known file IDs [ medium ] | 11 | 1) create directory from known file IDs [ medium ] |