mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-03 15:17:29 +00:00
some doc updates, shlib version
git-svn-id: svn+q:///qpdf/trunk@1002 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
parent
cb1d89e763
commit
cf172cf550
12
TODO
12
TODO
@ -1,7 +1,13 @@
|
|||||||
Next
|
2.2.0
|
||||||
====
|
=====
|
||||||
|
|
||||||
* Work in contrib/vc6. See email from stronghorse@tom.com
|
* shared library version information already bumped for 2.2.0.rc1
|
||||||
|
|
||||||
|
* Work in contrib/vc6. See email from stronghorse@tom.com. Not yet
|
||||||
|
mentioned in the docs.
|
||||||
|
|
||||||
|
* Finish maintainer checklist. Some release notes items have been
|
||||||
|
updated.
|
||||||
|
|
||||||
* Find messages exchanged with Stefan Heinsen <stefan.heinsen@gmx.de>
|
* Find messages exchanged with Stefan Heinsen <stefan.heinsen@gmx.de>
|
||||||
in August, 2009. He seems to like to send encrypted mail (key
|
in August, 2009. He seems to like to send encrypted mail (key
|
||||||
|
@ -72,4 +72,4 @@ $(OBJS_libqpdf): libqpdf/$(OUTPUT_DIR)/%.$(LOBJ): libqpdf/%.cc
|
|||||||
# * Otherwise, increment REVISION
|
# * Otherwise, increment REVISION
|
||||||
|
|
||||||
$(TARGETS_libqpdf): $(OBJS_libqpdf)
|
$(TARGETS_libqpdf): $(OBJS_libqpdf)
|
||||||
$(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),3,4,0)
|
$(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),4,0,1)
|
||||||
|
@ -2071,6 +2071,49 @@ print "\n";
|
|||||||
<filename>ChangeLog</filename> in the source distribution.
|
<filename>ChangeLog</filename> in the source distribution.
|
||||||
</para>
|
</para>
|
||||||
<variablelist>
|
<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>
|
<varlistentry>
|
||||||
<term>2.1.5: April 25, 2010</term>
|
<term>2.1.5: April 25, 2010</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
Loading…
Reference in New Issue
Block a user