summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Figuiere <hub@figuiere.net>2008-12-24 11:46:02 -0500
committerHubert Figuiere <hub@figuiere.net>2008-12-24 11:46:02 -0500
commitcb64b5b4c224825f761ca14e23d6fc72dfe0c136 (patch)
tree6b28fc0094a7557aa47c8f5d19fa89ca63e49d92
parentcb6d4f81a69651521bd14e52e7cb8c3db944394f (diff)
update NEWS and TODOexempi-2.1.0
-rw-r--r--NEWS2
-rw-r--r--TODO9
2 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d4cea8e..e787d71 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,8 @@
- New: NS_PDF namespace for PDF.
- New: API xmp_prefix_namespace_uri() and xmp_namespace_prefix(). Bug #14962.
- Bug: make sure boost >1.35 does not fail test with system().
+- Bug: unit test now use boost/test/minimal.hpp to work with more boost
+ install. (known boost.test bug)
- Bug: fix a typo in a CHECK_PTR call causing warnings on gcc < 4.
- Bug: no longer define UNIX_ENV in exempi.cpp and let CPPFLAGS do it.
- Bug #16139: the list of exported symbols was too large.
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..aa03630
--- /dev/null
+++ b/TODO
@@ -0,0 +1,9 @@
+Things to do:
+
+- allow providing your own IO
+- add handler for Ogg (need to be defined)
+- reconcile CC license from Ogg to XMP. Check for other media
+format like MP3
+- add support for QuickTime without having quicktime
+- bug gna #10110
+- add support for PDF (using PoDoFo?)