aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2010-04-19 01:19:54 +0200
committerJay Berkenbilt <ejb@ql.org>2010-04-19 01:19:54 +0200
commitb71cef856bf666824523bed445cffdbdd0871e0f (patch)
tree80ede86b840563eddadf07df2b363eacb8ed8b07 /ChangeLog
parent84353451a33171b587c0bdeaae745dbc0e553fff (diff)
downloadqpdf-b71cef856bf666824523bed445cffdbdd0871e0f.tar.zst
fix linearization padding bug for second xref stream as well as first, which was previously fixed
git-svn-id: svn+q:///qpdf/trunk@957 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5397e595..66d9541e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2010-04-18 Jay Berkenbilt <ejb@ql.org>
+
+ * 2.1.4: release
+
+ * libqpdf/QPDFWriter.cc (writeLinearized): the padding calculation
+ fix in 2.1.2 was applied in only one place but it was needed in
+ two places since there are actually two cross reference streams in
+ a linearized file. The new padding calculation is now used for
+ both streams. Hopefully this should put an end to linearization
+ padding problems. (Fixes qpdf-Bugs-2979219.)
+
2010-04-10 Jay Berkenbilt <ejb@ql.org>
* qpdf/qpdf.cc (main): Since qpdf --check only checks syntax and