summaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2012-08-11 19:39:19 +0200
committerJay Berkenbilt <ejb@ql.org>2012-08-11 19:41:18 +0200
commit59432b5c702809413ae6733ed6ccd5e589d37428 (patch)
tree157e919dcecab4b7b148c440e756194e9f1e874a /manual
parente4076762fea8120bb068f6d83a8064ed953d0a07 (diff)
downloadqpdf-59432b5c702809413ae6733ed6ccd5e589d37428.tar.zst
Prepare 3.0.1 releaserelease-qpdf-3.0.1
Diffstat (limited to 'manual')
-rw-r--r--manual/qpdf-manual.xml35
1 files changed, 33 insertions, 2 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index ba2ba787..1e0bb4de 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -5,8 +5,8 @@
<!ENTITY mdash "&#x2014;">
<!ENTITY ndash "&#x2013;">
<!ENTITY nbsp "&#xA0;">
-<!ENTITY swversion "3.0.0">
-<!ENTITY lastreleased "August 2, 2012">
+<!ENTITY swversion "3.0.1">
+<!ENTITY lastreleased "August 11, 2012">
]>
<book>
<bookinfo>
@@ -2383,6 +2383,31 @@ print "\n";
</para>
<variablelist>
<varlistentry>
+ <term>3.0.1: August 11, 2012</term>
+ <listitem>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Version 3.0.0 included addition of files for
+ <command>pkg-config</command>, but this was not mentioned in
+ the release notes. The release notes for 3.0.0 were updated
+ to mention this.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Bug fix: if an object stream ended with a scalar object not
+ followed by space, qpdf would incorrectly report that it
+ encountered a premature EOF. This bug has been in qpdf since
+ version&nbsp;2.0.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ <variablelist>
+ <varlistentry>
<term>3.0.0: August 2, 2012</term>
<listitem>
<itemizedlist>
@@ -2501,6 +2526,12 @@ print "\n";
</listitem>
<listitem>
<para>
+ The file <filename>libqpdf.pc</filename> is now installed to
+ support <command>pkg-config</command>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
Image comparison tests are off by default now since they are
not needed to verify a correct build or port of qpdf. They
are needed only when changing the actual PDF output generated