From cf172cf550f00fdadbff635ad6f8c4b00aa800fb Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 6 Aug 2010 01:38:24 +0000 Subject: some doc updates, shlib version git-svn-id: svn+q:///qpdf/trunk@1002 71b93d88-0707-0410-a8cf-f5a4172ac649 --- manual/qpdf-manual.xml | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) (limited to 'manual') 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 @@ -2071,6 +2071,49 @@ print "\n"; ChangeLog in the source distribution. + + 2.2.0.rc1: XXX, 2010 + + + + + Add new methods to QPDFObjectHandle + (newStream and + replaceStreamData for creating new + streams and replacing stream data. This makes it possible to + perform a wide range of operations that were not previously + possible. + + + + + Add new helper method in + QPDFObjectHandle + (addPageContents) 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. + + + + + Provide two new examples: + pdf-double-page-size and + pdf-invert-images that illustrate the newly + added interfaces. + + + + + 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. + + + + + 2.1.5: April 25, 2010 -- cgit v1.2.3-54-g00ecf