Commit 117f690c8e20c242788ffab5f50ff86b0772faab
1 parent
507ea15e
update for 2.1.3
git-svn-id: svn+q:///qpdf/trunk@949 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing
5 changed files
with
27 additions
and
5 deletions
ChangeLog
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.2"> | |
| 9 | -<!ENTITY lastreleased "January 24, 2010"> | |
| 8 | +<!ENTITY swversion "2.1.3"> | |
| 9 | +<!ENTITY lastreleased "March 27, 2010"> | |
| 10 | 10 | ]> |
| 11 | 11 | <book> |
| 12 | 12 | <bookinfo> |
| ... | ... | @@ -2072,6 +2072,26 @@ print "\n"; |
| 2072 | 2072 | </para> |
| 2073 | 2073 | <variablelist> |
| 2074 | 2074 | <varlistentry> |
| 2075 | + <term>2.1.3: March 27, 2010</term> | |
| 2076 | + <listitem> | |
| 2077 | + <itemizedlist> | |
| 2078 | + <listitem> | |
| 2079 | + <para> | |
| 2080 | + Fix bug that could cause a failure when rewriting PDF files | |
| 2081 | + that contain object streams with unreferenced objects that in | |
| 2082 | + turn reference indirect scalars. | |
| 2083 | + </para> | |
| 2084 | + </listitem> | |
| 2085 | + <listitem> | |
| 2086 | + <para> | |
| 2087 | + Don't complain about (invalid) AES streams that aren't a | |
| 2088 | + multiple of 16 bytes. Instead, pad them before decrypting. | |
| 2089 | + </para> | |
| 2090 | + </listitem> | |
| 2091 | + </itemizedlist> | |
| 2092 | + </listitem> | |
| 2093 | + </varlistentry> | |
| 2094 | + <varlistentry> | |
| 2075 | 2095 | <term>2.1.2: January 24, 2010</term> |
| 2076 | 2096 | <listitem> |
| 2077 | 2097 | <itemizedlist> | ... | ... |