Commit 9de1f4826bcda9a677d8c1d9548c57d4378c10fc
1 parent
37566259
2.2.4
git-svn-id: svn+q:///qpdf/trunk@1062 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing
6 changed files
with
22 additions
and
16 deletions
ChangeLog
TODO
| 1 | -Next | |
| 2 | -==== | |
| 3 | - | |
| 4 | - * Consider adding an option to configure.ac to strip binaries and | |
| 5 | - executables instead of just turning it off. | |
| 6 | - | |
| 7 | - * Debian package: think about whether to make debug libraries and | |
| 8 | - whether required DEB_BUILT_OPTIONS are supported. | |
| 1 | +General | |
| 2 | +======= | |
| 9 | 3 | |
| 10 | 4 | * Look for %PDF header somewhere within the first 1024 bytes of the |
| 11 | 5 | file. Also accept headers of the form "%!PS−Adobe−N.n PDF−M.m". |
| 12 | 6 | See Implementation notes 13 and 14 in appendix H of the PDF 1.7 |
| 13 | 7 | specification. This is bug 3267974. |
| 14 | 8 | |
| 15 | -General | |
| 16 | -======= | |
| 17 | - | |
| 18 | 9 | * Update qpdf docs about non-ascii passwords. See thread from |
| 19 | 10 | 2010-12-07,08 for details. |
| 20 | 11 | ... | ... |
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.2.3"> | |
| 9 | -<!ENTITY lastreleased "April 30, 2011"> | |
| 8 | +<!ENTITY swversion "2.2.4"> | |
| 9 | +<!ENTITY lastreleased "June 25, 2011"> | |
| 10 | 10 | ]> |
| 11 | 11 | <book> |
| 12 | 12 | <bookinfo> |
| ... | ... | @@ -2075,6 +2075,19 @@ print "\n"; |
| 2075 | 2075 | </para> |
| 2076 | 2076 | <variablelist> |
| 2077 | 2077 | <varlistentry> |
| 2078 | + <term>2.2.4: June 25, 2011</term> | |
| 2079 | + <listitem> | |
| 2080 | + <itemizedlist> | |
| 2081 | + <listitem> | |
| 2082 | + <para> | |
| 2083 | + Fix installation and compilation issues; no functionality | |
| 2084 | + changes. | |
| 2085 | + </para> | |
| 2086 | + </listitem> | |
| 2087 | + </itemizedlist> | |
| 2088 | + </listitem> | |
| 2089 | + </varlistentry> | |
| 2090 | + <varlistentry> | |
| 2078 | 2091 | <term>2.2.3: April 30, 2011</term> |
| 2079 | 2092 | <listitem> |
| 2080 | 2093 | <itemizedlist> | ... | ... |