summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-03-09 17:27:13 +0100
committerJay Berkenbilt <ejb@ql.org>2009-03-09 17:27:13 +0100
commitf62bec3ee53a377548ec197423efc20d4f4dc206 (patch)
tree0058163a191363e8a5a7b1879206050bef48b579 /ChangeLog
parentaa92e1ddb2bc18b45f9d2a09235beaa9da9ac006 (diff)
downloadqpdf-f62bec3ee53a377548ec197423efc20d4f4dc206.tar.zst
update test suite to handle original object ID comments
git-svn-id: svn+q:///qpdf/trunk@663 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ff2b959b..a3df4b19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-03-09 Jay Berkenbilt <ejb@ql.org>
+
+ * libqpdf/Pl_LZWDecoder.cc: adjust LZWDecoder full table
+ detection, now having been able to adequately test boundary
+ conditions both and with and without early code change. Also
+ compared implementation with other LZW decoders.
+
2009-03-08 Jay Berkenbilt <ejb@ql.org>
* qpdf/fix-qdf (write_ostream): Adjust offsets while writing
@@ -10,6 +17,9 @@
* libqpdf/QPDFWriter.cc (QPDFWriter::writeObject): In QDF mode,
write a comment to the QDF file before each object that indicates
the object ID of the corresponding object from the original file.
+ Add --no-original-object-ids flag to qpdf and
+ setSuppressOriginalObjectIDs() method to QPDFWriter to turn this
+ behavior off.
* libqpdf/QPDF.cc (QPDF::pipeStreamData): Issue a warning instead
of failing if there is a problem found while decoding stream.