summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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?)