aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
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