TODO update: bug report, suggestion from issue

This commit is contained in:
Jay Berkenbilt 2012-08-10 21:20:05 -04:00
parent 9d477959c9
commit 6c820d6cc8
1 changed files with 9 additions and 0 deletions

9
TODO
View File

@ -5,6 +5,12 @@ Next
mention in latest release notes including that it was inadvertently
left out of the release notes for 3.0.0.
* EOF while reading token causes a tokenizer error even when a valid
token is ready. This can happen in an object stream if there is no
newline or whitespace character at the end and the last token in
the object stream is not an array or dictionary.
General
=======
@ -180,3 +186,6 @@ Index: QPDFWriter.cc
* From a suggestion in bug 3152169, consider having an option to
re-encode inline images with an ASCII encoding.
* From github issue 2, provide more in-depth output for examining
hint stream contents.