summaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2012-09-06 21:47:58 +0200
committerJay Berkenbilt <ejb@ql.org>2012-09-06 21:47:58 +0200
commitb4dc0f072aa438f699b029041171b41fbc96cbab (patch)
tree76d6970b9d0f09c526753ce5ab5200aabea1addc /manual
parent7e4a079674b91d273d15cdbaa10b0fce65916368 (diff)
downloadqpdf-b4dc0f072aa438f699b029041171b41fbc96cbab.tar.zst
Prepare 3.0.2 releaserelease-qpdf-3.0.2
Diffstat (limited to 'manual')
-rw-r--r--manual/qpdf-manual.xml30
1 files changed, 28 insertions, 2 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index 1e0bb4de..0bdc32cf 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.1">
-<!ENTITY lastreleased "August 11, 2012">
+<!ENTITY swversion "3.0.2">
+<!ENTITY lastreleased "September 6, 2012">
]>
<book>
<bookinfo>
@@ -2383,6 +2383,32 @@ print "\n";
</para>
<variablelist>
<varlistentry>
+ <term>3.0.2: September 6, 2012</term>
+ <listitem>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Bug fix: <function>QPDFWriter::setOutputMemory</function> did
+ not work when not used with
+ <function>QPDFWriter::setStaticID</function>, which made it
+ pretty much useless. This has been fixed.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ New API call
+ <function>QPDFWriter::setExtraHeaderText</function> inserts
+ additional text near the header of the PDF file. The intended
+ use case is to insert comments that may be consumed by a
+ downstream application, though other use cases may exist.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ <variablelist>
+ <varlistentry>
<term>3.0.1: August 11, 2012</term>
<listitem>
<itemizedlist>