From 30f666b9f47f36348e0cbb6a3bca011d9cd0bc76 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Mon, 19 Dec 2005 16:34:11 +0000 Subject: * Makefile.am configure.in libvir.spec.in python/*: added a first version for python bindings, heavilly based on libxml2/libxslt way of doing things, maybe this need to be revisited. Added packaging too. * src/hash.h: fixed the Copyright notice. Daniel --- TODO | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 TODO (limited to 'TODO') diff --git a/TODO b/TODO new file mode 100644 index 0000000..e4e505a --- /dev/null +++ b/TODO @@ -0,0 +1,8 @@ +- Need to complete, add custom wrapper function for those + which could not be handled fully automatically +- Check the names generated, iD is bad, fix the name generation routine +- add examples, web page and python based test suite + +Daniel Veillard + +$date$ -- cgit