From ba04a545aa4c2cf475a9fb52653a46a88d01c9d9 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sat, 30 Jul 2005 01:33:55 +0000 Subject: 2005-07-29 Havoc Pennington * test/glib/test-profile.c (write_junk): initialize the junk buffer so valgrind doesn't have a breakdown --- doc/TODO | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') 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 === -- cgit