summaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2010-08-06 03:38:24 +0200
committerJay Berkenbilt <ejb@ql.org>2010-08-06 03:38:24 +0200
commitcf172cf550f00fdadbff635ad6f8c4b00aa800fb (patch)
treeea9b69b86edb529c0cafcbc115983fa2a237f9e9 /manual
parentcb1d89e7635cd373fa9bcc2ad240ed08fc13d27b (diff)
downloadqpdf-cf172cf550f00fdadbff635ad6f8c4b00aa800fb.tar.zst
some doc updates, shlib version
git-svn-id: svn+q:///qpdf/trunk@1002 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'manual')
-rw-r--r--manual/qpdf-manual.xml43
1 files changed, 43 insertions, 0 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index 5d862364..6a5c010b 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -2072,6 +2072,49 @@ print "\n";
</para>
<variablelist>
<varlistentry>
+ <term>2.2.0.rc1: XXX, 2010</term>
+ <listitem>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Add new methods to <classname>QPDFObjectHandle</classname>
+ (<function>newStream</function> and
+ <function>replaceStreamData</function> for creating new
+ streams and replacing stream data. This makes it possible to
+ perform a wide range of operations that were not previously
+ possible.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Add new helper method in
+ <classname>QPDFObjectHandle</classname>
+ (<function>addPageContents</function>) for appending or
+ prepending new content streams to a page. This method makes
+ it possible to manipulate content streams without having to be
+ concerned whether a page's contents are a single stream or an
+ array of streams.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Provide two new examples:
+ <command>pdf-double-page-size</command> and
+ <command>pdf-invert-images</command> that illustrate the newly
+ added interfaces.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Fix a memory leak that would cause loss of a few bytes for
+ every object involved in a cycle of object references. Thanks
+ to Jian Ma for calling my attention to the leak.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term>2.1.5: April 25, 2010</term>
<listitem>
<itemizedlist>