summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2005-07-30 01:33:55 +0000
committerHavoc Pennington <hp@redhat.com>2005-07-30 01:33:55 +0000
commitba04a545aa4c2cf475a9fb52653a46a88d01c9d9 (patch)
treead18fc8c3243496631b48636e791d6c178e690a6 /doc
parentc8a5cff51576c889266181a341a66abe6858f967 (diff)
2005-07-29 Havoc Pennington <hp@redhat.com>
* test/glib/test-profile.c (write_junk): initialize the junk buffer so valgrind doesn't have a breakdown
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index 0d68910a..55ba9222 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -28,6 +28,13 @@ Important for 1.0 GLib Bindings
- Add support for getting sender
+ - format_version in the object info doesn't look like it's handled correctly. The creator
+ of the object info should specify some fixed number per struct version; the library
+ should handle only specific numbers it knows about. There's no assumption that all
+ numbers >= the given one are compatible. The idea is that new versions of the lib
+ can offer totally different object info structs, but old versions
+ keep working.
+
Important for 1.0 Python bindings
===