Commit d6bcad5145e3ac2840f4a1cb90fe3264e8008470

Authored by Jay Berkenbilt
1 parent 1ff024fa

update release notes, TODO

git-svn-id: svn+q:///qpdf/trunk@1005 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing 2 changed files with 12 additions and 10 deletions
1 1 2.2.0
2 2 =====
3 3  
4   - * shared library version information already bumped for 2.2.rc1
  4 + * shared library version information already bumped for 2.2.rc1;
  5 + replace 2.2.rc1 with 2.2.0 in manual and update in other places for
  6 + 2.2.0.
5 7  
6 8 * Work in contrib/vc6. See email from stronghorse@tom.com. Not yet
7 9 mentioned in the docs.
8 10  
9   - * Find messages exchanged with Stefan Heinsen <stefan.heinsen@gmx.de>
10   - in August, 2009. He seems to like to send encrypted mail (key
11   - 01FCC336). Tell him about newStream, replaceStreamData, and the
12   - invert-images example.
13   -
14   - * Tell stronghorse@tom.com about QPDFObjectHandle::addPageContents
15   - and double-page-size example. See message from stronghorse@tom.com
16   - ("Suggestion for qpdf") from 2010-06-09 and my response.
17   -
18 11  
19 12 General
20 13 =======
... ...
manual/qpdf-manual.xml
... ... @@ -2098,6 +2098,15 @@ print &quot;\n&quot;;
2098 2098 </listitem>
2099 2099 <listitem>
2100 2100 <para>
  2101 + Add new method in <classname>QPDFObjectHandle</classname>:
  2102 + <function>replaceOrRemoveKey</function>, which replaces a
  2103 + dictionary key
  2104 + with a given value unless the value is null, in which case it
  2105 + removes the key instead.
  2106 + </para>
  2107 + </listitem>
  2108 + <listitem>
  2109 + <para>
2101 2110 Provide two new examples:
2102 2111 <command>pdf-double-page-size</command> and
2103 2112 <command>pdf-invert-images</command> that illustrate the newly
... ...