Commit a3a3203f4150e63a303b76060367b8d3b2b21fd3
1 parent
33a47d5c
Start release notes for 10.4.0
Showing
1 changed file
with
51 additions
and
0 deletions
manual/qpdf-manual.xml
| ... | ... | @@ -5066,6 +5066,57 @@ print "\n"; |
| 5066 | 5066 | </varlistentry> |
| 5067 | 5067 | --> |
| 5068 | 5068 | <varlistentry> |
| 5069 | + <term>10.4.0: Month dd, YYYY</term> | |
| 5070 | + <listitem> | |
| 5071 | + <itemizedlist> | |
| 5072 | + <listitem> | |
| 5073 | + <para> | |
| 5074 | + Bug Fixes | |
| 5075 | + </para> | |
| 5076 | + <itemizedlist> | |
| 5077 | + <listitem> | |
| 5078 | + <para> | |
| 5079 | + Fix potential bounds error when handling shell completion | |
| 5080 | + that could occur when given bogus input. | |
| 5081 | + </para> | |
| 5082 | + </listitem> | |
| 5083 | + </itemizedlist> | |
| 5084 | + </listitem> | |
| 5085 | + <listitem> | |
| 5086 | + <para> | |
| 5087 | + Library Enhancements | |
| 5088 | + </para> | |
| 5089 | + <itemizedlist> | |
| 5090 | + <listitem> | |
| 5091 | + <para> | |
| 5092 | + Make <function>QPDF::findPage</function> functions public. | |
| 5093 | + </para> | |
| 5094 | + </listitem> | |
| 5095 | + <listitem> | |
| 5096 | + <para> | |
| 5097 | + Add methods to <classname>Pl_Flate</classname> to be able to | |
| 5098 | + receive warnings on certain recoverable conditions. | |
| 5099 | + </para> | |
| 5100 | + </listitem> | |
| 5101 | + </itemizedlist> | |
| 5102 | + </listitem> | |
| 5103 | + <listitem> | |
| 5104 | + <para> | |
| 5105 | + CLI Enhancements | |
| 5106 | + </para> | |
| 5107 | + <itemizedlist> | |
| 5108 | + <listitem> | |
| 5109 | + <para> | |
| 5110 | + Improve diagnostics around parsing <option>--pages</option> | |
| 5111 | + command-line options | |
| 5112 | + </para> | |
| 5113 | + </listitem> | |
| 5114 | + </itemizedlist> | |
| 5115 | + </listitem> | |
| 5116 | + </itemizedlist> | |
| 5117 | + </listitem> | |
| 5118 | + </varlistentry> | |
| 5119 | + <varlistentry> | |
| 5069 | 5120 | <term>10.3.2: May 8, 2021</term> |
| 5070 | 5121 | <listitem> |
| 5071 | 5122 | <itemizedlist> | ... | ... |