Commit 6c820d6cc8df24b50f577c35f9aff2c132b73f6c
1 parent
9d477959
TODO update: bug report, suggestion from issue
Showing
1 changed file
with
9 additions
and
0 deletions
TODO
| ... | ... | @@ -5,6 +5,12 @@ Next |
| 5 | 5 | mention in latest release notes including that it was inadvertently |
| 6 | 6 | left out of the release notes for 3.0.0. |
| 7 | 7 | |
| 8 | + * EOF while reading token causes a tokenizer error even when a valid | |
| 9 | + token is ready. This can happen in an object stream if there is no | |
| 10 | + newline or whitespace character at the end and the last token in | |
| 11 | + the object stream is not an array or dictionary. | |
| 12 | + | |
| 13 | + | |
| 8 | 14 | General |
| 9 | 15 | ======= |
| 10 | 16 | |
| ... | ... | @@ -180,3 +186,6 @@ Index: QPDFWriter.cc |
| 180 | 186 | |
| 181 | 187 | * From a suggestion in bug 3152169, consider having an option to |
| 182 | 188 | re-encode inline images with an ASCII encoding. |
| 189 | + | |
| 190 | + * From github issue 2, provide more in-depth output for examining | |
| 191 | + hint stream contents. | ... | ... |