summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2024-01-07 19:16:23 -0600
committerG. Branden Robinson <g.branden.robinson@gmail.com>2024-01-07 19:48:14 -0600
commitae6ad02fe56bbb546710143574a877f24f1b5290 (patch)
treee9155ce8d43091bf4a7b87669c001d2ed82f50d3
parentc014f048c0b54232c3704ac1c1da54eb2c33b379 (diff)
ChangeLog: Add entries for Deri's recent changes.
-rw-r--r--ChangeLog34
1 files changed, 34 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 360a8eb4e..3a4d7ddd9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,37 @@
+2024-01-07 Deri James <deri@chuzzlewit.myzen.co.uk>
+
+ * src/devices/gropdf/gropdf.pl: Comment out line causing
+ incorrect table of contents relocation.
+
+ Thanks to Peter Schaffter for the report.
+
+2024-01-07 Deri James <deri@chuzzlewit.myzen.co.uk>
+
+ [gropdf]: Fix inclusion of PDF v1.7 files.
+
+ PDF 1.5 introduced the object type ObjStm, which can contain a
+ bunch of objects in its own compressed stream, but there is a
+ restriction that an object with its own stream cannot be
+ included into the ObjStm (i.e., no streams within streams).
+ Gropdf has supported this for some years, but it has come to
+ light that some PDFs have a "skeleton" object that contains the
+ stream, while the rest of the object is held in an ObjStm.
+
+ * src/devices/gropdf/gropdf.pl: If a skeleton object exists at
+ the top level and in an ObjStm stream, merge the two objects.
+
+2024-01-07 Deri James <deri@chuzzlewit.myzen.co.uk>
+
+ * src/devices/gropdf/gropdf.pl (subs_call): Fix bad fix for
+ Savannah #65112.
+
+ {Problem introduced by me in commit 6e45bb0bc6, 4 January, when
+ I manually merged Deri's patch that wouldn't merge
+ automatically, and I misread the magic constant "16" as "6". My
+ fault, but this is also one reason symbolic constants with
+ human-readable names are usually preferred to numeric literals.
+ -- GBR}
+
2024-01-05 G. Branden Robinson <g.branden.robinson@gmail.com>
[troff]: Fix Savannah #64592 (default color name).