aboutsummaryrefslogtreecommitdiffstats
path: root/todo
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier@tilloy.net>2007-09-16 19:46:07 +0200
committerOlivier Tilloy <olivier@tilloy.net>2007-09-16 19:46:07 +0200
commit7b7f5662bc7bff7d3e36247d9df9a5e3dd5d0182 (patch)
treee65bbcba7506e1362bf2f542001c40428388722a /todo
parentd79143ade7fab1ce8a07c9a8a09cf9a58a4f8b08 (diff)
downloadpyexiv2-7b7f5662bc7bff7d3e36247d9df9a5e3dd5d0182.tar.gz
Fixed a bug reported by Damon Lynch: due to interface changes for exceptions management in libexiv2 0.13, libpyexiv2 would not compile against versions >= 0.13.
Diffstat (limited to 'todo')
-rw-r--r--todo1
1 files changed, 1 insertions, 0 deletions
diff --git a/todo b/todo
index 31613f7..f6418c6 100644
--- a/todo
+++ b/todo
@@ -1,5 +1,6 @@
todo list
+- Reflect changes from src/error.cpp in libexiv2 to src/libpyexiv2.cpp: new error messages, error codes changed
- Add a 'doc' builder to the SConstruct to build the module's documentation
- Rewrite the exiv2 command-line tool and the test binaries in Python and (Python) scripts to run the same tests that are run to test exiv2
- Write a complete documentation for the binding and it uses