From 6c2a7b692c46e166b0cf28ad3fbddb7a8067ef33 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Wed, 9 Jan 2019 12:29:11 -0500 Subject: TODO --- TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/TODO b/TODO index ba129bb4..4a689229 100644 --- a/TODO +++ b/TODO @@ -3,6 +3,13 @@ Soon * Set up OSS-Fuzz (Google). See starred email in qpdf label. + * Add an explicit test case that uses copyForeignObject to convert a + page object to a form XObject. Comment in the test case and/or code + to explain this use case. Update the docs to explain the difference + between copying a page in the two ways: using addPage updates the + pages tree, while using copyForeignObject does not. The latter is + appropriate when a page is being converted to a form XObject. + Next ABI ======== @@ -13,6 +20,9 @@ Do these things next time we have to break binary compatibility preserved binary compatibility, so the implementation is a bit convoluted. + * Rename QUtil::strcasecmp since strcasecmp is a macro on some + platforms. See #242. + Lexical ======= -- cgit v1.2.3-54-g00ecf