Commit 375b494e5725ddf3d1bca0b1223508b67cf87654
1 parent
26a3c3a1
update for 2.1.2
git-svn-id: svn+q:///qpdf/trunk@934 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing
6 changed files
with
30 additions
and
5 deletions
ChangeLog
| 1 | +2010-01-24 Jay Berkenbilt <ejb@ql.org> | |
| 2 | + | |
| 3 | + * 2.1.2: release | |
| 4 | + | |
| 5 | + * libqpdf/QPDFWriter.cc: fix logic error in padding calculation. | |
| 6 | + When writing linearized files with cross reference streams, the | |
| 7 | + padding calculation failed to take differences in sizes of | |
| 8 | + compressed data between pass 1 and pass 2 into consideration. | |
| 9 | + | |
| 1 | 10 | 2009-12-14 Jay Berkenbilt <ejb@ql.org> |
| 2 | 11 | |
| 3 | 12 | * 2.1.1: release | ... | ... |
README.maintainer
configure.ac
libqpdf/QPDF.cc
manual/qpdf-manual.xml
| ... | ... | @@ -5,8 +5,8 @@ |
| 5 | 5 | <!ENTITY mdash "—"> |
| 6 | 6 | <!ENTITY ndash "–"> |
| 7 | 7 | <!ENTITY nbsp " "> |
| 8 | -<!ENTITY swversion "2.1.1"> | |
| 9 | -<!ENTITY lastreleased "December 14, 2009"> | |
| 8 | +<!ENTITY swversion "2.1.2"> | |
| 9 | +<!ENTITY lastreleased "January 24, 2010"> | |
| 10 | 10 | ]> |
| 11 | 11 | <book> |
| 12 | 12 | <bookinfo> |
| ... | ... | @@ -2072,6 +2072,20 @@ print "\n"; |
| 2072 | 2072 | </para> |
| 2073 | 2073 | <variablelist> |
| 2074 | 2074 | <varlistentry> |
| 2075 | + <term>2.1.2: January 24, 2010</term> | |
| 2076 | + <listitem> | |
| 2077 | + <itemizedlist> | |
| 2078 | + <listitem> | |
| 2079 | + <para> | |
| 2080 | + Fix bug in padding around first half cross reference stream in | |
| 2081 | + linearized files. The bug could cause an assertion failure | |
| 2082 | + when linearizing certain unlucky files. | |
| 2083 | + </para> | |
| 2084 | + </listitem> | |
| 2085 | + </itemizedlist> | |
| 2086 | + </listitem> | |
| 2087 | + </varlistentry> | |
| 2088 | + <varlistentry> | |
| 2075 | 2089 | <term>2.1.1: December 14, 2009</term> |
| 2076 | 2090 | <listitem> |
| 2077 | 2091 | <itemizedlist> | ... | ... |