summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2012-08-11 03:20:05 +0200
committerJay Berkenbilt <ejb@ql.org>2012-08-11 03:20:05 +0200
commit6c820d6cc8df24b50f577c35f9aff2c132b73f6c (patch)
treea270c89c5e91d97137e2d908ae19748dfc5d7467
parent9d477959c980b64a8be15bddb793c035a7808de3 (diff)
downloadqpdf-6c820d6cc8df24b50f577c35f9aff2c132b73f6c.tar.zst
TODO update: bug report, suggestion from issue
-rw-r--r--TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/TODO b/TODO
index 859598f3..39a74de6 100644
--- a/TODO
+++ b/TODO
@@ -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.