Commit 6c2a7b692c46e166b0cf28ad3fbddb7a8067ef33

Authored by Jay Berkenbilt
1 parent 4ecd1df6

TODO

Showing 1 changed file with 10 additions and 0 deletions
... ... @@ -3,6 +3,13 @@ Soon
3 3  
4 4 * Set up OSS-Fuzz (Google). See starred email in qpdf label.
5 5  
  6 + * Add an explicit test case that uses copyForeignObject to convert a
  7 + page object to a form XObject. Comment in the test case and/or code
  8 + to explain this use case. Update the docs to explain the difference
  9 + between copying a page in the two ways: using addPage updates the
  10 + pages tree, while using copyForeignObject does not. The latter is
  11 + appropriate when a page is being converted to a form XObject.
  12 +
6 13 Next ABI
7 14 ========
8 15  
... ... @@ -13,6 +20,9 @@ Do these things next time we have to break binary compatibility
13 20 preserved binary compatibility, so the implementation is a bit
14 21 convoluted.
15 22  
  23 + * Rename QUtil::strcasecmp since strcasecmp is a macro on some
  24 + platforms. See #242.
  25 +
16 26 Lexical
17 27 =======
18 28  
... ...