diff options
author | Havoc Pennington <hp@redhat.com> | 2005-07-30 01:33:55 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2005-07-30 01:33:55 +0000 |
commit | ba04a545aa4c2cf475a9fb52653a46a88d01c9d9 (patch) | |
tree | ad18fc8c3243496631b48636e791d6c178e690a6 /doc | |
parent | c8a5cff51576c889266181a341a66abe6858f967 (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/TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 === |