You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2017/09/14 09:39:57 UTC

svn commit: r1808327 [7/7] - in /poi/site/publish: ./ apidocs/ apidocs/org/apache/poi/ss/formula/ apidocs/org/apache/poi/ss/formula/class-use/ apidocs/org/apache/poi/ss/formula/eval/ apidocs/org/apache/poi/ss/formula/eval/class-use/ apidocs/org/apache/...

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/package-use.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/package-use.html?rev=1808327&r1=1808326&r2=1808327&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/package-use.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/package-use.html Thu Sep 14 09:39:55 2017
@@ -472,12 +472,19 @@
 <td class="colOne"><a href="../../../../../org/apache/poi/ss/formula/class-use/SheetRange.html#org.apache.poi.ss.formula">SheetRange</a>&nbsp;</td>
 </tr>
 <tr class="rowColor">
+<td class="colOne"><a href="../../../../../org/apache/poi/ss/formula/class-use/ThreeDEval.html#org.apache.poi.ss.formula">ThreeDEval</a>
+<div class="block">Optional Extension to the likes of <a href="../../../../../org/apache/poi/ss/formula/eval/AreaEval.html" title="interface in org.apache.poi.ss.formula.eval"><code>AreaEval</code></a> and 
+  <a href="../../../../../org/apache/poi/ss/formula/eval/AreaEvalBase.html" title="class in org.apache.poi.ss.formula.eval"><code>AreaEvalBase</code></a>,
+  which allows for looking up 3D (sheet+row+column) evaluations</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/ss/formula/class-use/TwoDEval.html#org.apache.poi.ss.formula">TwoDEval</a>
 <div class="block">Common interface of <a href="../../../../../org/apache/poi/ss/formula/eval/AreaEval.html" title="interface in org.apache.poi.ss.formula.eval"><code>AreaEval</code></a> and <a href="../../../../../org/apache/poi/ss/formula/eval/AreaEvalBase.html" title="class in org.apache.poi.ss.formula.eval"><code>AreaEvalBase</code></a>,
  for 2D (row+column) evaluations</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/ss/formula/class-use/WorkbookEvaluator.html#org.apache.poi.ss.formula">WorkbookEvaluator</a>
 <div class="block">Evaluates formula cells.<p/>
 
@@ -485,7 +492,7 @@
  cell values.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/ss/formula/class-use/WorkbookEvaluatorProvider.html#org.apache.poi.ss.formula">WorkbookEvaluatorProvider</a>
 <div class="block">Provides access to a <a href="../../../../../org/apache/poi/ss/formula/WorkbookEvaluator.html" title="class in org.apache.poi.ss.formula"><code>WorkbookEvaluator</code></a>, eg for use with
   <a href="../../../../../org/apache/poi/ss/formula/CollaboratingWorkbooksEnvironment.html" title="class in org.apache.poi.ss.formula"><code>CollaboratingWorkbooksEnvironment</code></a></div>
@@ -504,23 +511,28 @@
 </tr>
 <tbody>
 <tr class="altColor">
+<td class="colOne"><a href="../../../../../org/apache/poi/ss/formula/class-use/EvaluationCell.html#org.apache.poi.ss.formula.eval">EvaluationCell</a>
+<div class="block">Abstracts a cell for the purpose of formula evaluation.</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/ss/formula/class-use/EvaluationName.html#org.apache.poi.ss.formula.eval">EvaluationName</a>
 <div class="block">Abstracts a name record for formula evaluation.<br>
 
  For POI internal use only</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/ss/formula/class-use/SheetRange.html#org.apache.poi.ss.formula.eval">SheetRange</a>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/ss/formula/class-use/ThreeDEval.html#org.apache.poi.ss.formula.eval">ThreeDEval</a>
 <div class="block">Optional Extension to the likes of <a href="../../../../../org/apache/poi/ss/formula/eval/AreaEval.html" title="interface in org.apache.poi.ss.formula.eval"><code>AreaEval</code></a> and 
   <a href="../../../../../org/apache/poi/ss/formula/eval/AreaEvalBase.html" title="class in org.apache.poi.ss.formula.eval"><code>AreaEvalBase</code></a>,
   which allows for looking up 3D (sheet+row+column) evaluations</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/ss/formula/class-use/TwoDEval.html#org.apache.poi.ss.formula.eval">TwoDEval</a>
 <div class="block">Common interface of <a href="../../../../../org/apache/poi/ss/formula/eval/AreaEval.html" title="interface in org.apache.poi.ss.formula.eval"><code>AreaEval</code></a> and <a href="../../../../../org/apache/poi/ss/formula/eval/AreaEvalBase.html" title="class in org.apache.poi.ss.formula.eval"><code>AreaEvalBase</code></a>,
  for 2D (row+column) evaluations</div>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/class-use/AreaI.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/class-use/AreaI.html?rev=1808327&r1=1808326&r2=1808327&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/class-use/AreaI.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/class-use/AreaI.html Thu Sep 14 09:39:55 2017
@@ -78,10 +78,16 @@
 </tr>
 <tbody>
 <tr class="altColor">
+<td class="colFirst"><a href="#org.apache.poi.ss.formula">org.apache.poi.ss.formula</a></td>
+<td class="colLast">
+<div class="block">This package contains common internal POI code for manipulating formulas.</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.poi.ss.formula.eval">org.apache.poi.ss.formula.eval</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="#org.apache.poi.ss.formula.ptg">org.apache.poi.ss.formula.ptg</a></td>
 <td class="colLast">
 <div class="block">formula package contains binary PTG structures used in Formulas</div>
@@ -92,6 +98,23 @@
 </li>
 <li class="blockList">
 <ul class="blockList">
+<li class="blockList"><a name="org.apache.poi.ss.formula">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../../../org/apache/poi/ss/formula/ptg/AreaI.html" title="interface in org.apache.poi.ss.formula.ptg">AreaI</a> in <a href="../../../../../../../org/apache/poi/ss/formula/package-summary.html">org.apache.poi.ss.formula</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
+<caption><span>Constructors in <a href="../../../../../../../org/apache/poi/ss/formula/package-summary.html">org.apache.poi.ss.formula</a> with parameters of type <a href="../../../../../../../org/apache/poi/ss/formula/ptg/AreaI.html" title="interface in org.apache.poi.ss.formula.ptg">AreaI</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/CacheAreaEval.html#CacheAreaEval(org.apache.poi.ss.formula.ptg.AreaI,%20org.apache.poi.ss.formula.eval.ValueEval[])">CacheAreaEval</a></strong>(<a href="../../../../../../../org/apache/poi/ss/formula/ptg/AreaI.html" title="interface in org.apache.poi.ss.formula.ptg">AreaI</a>&nbsp;ptg,
+             <a href="../../../../../../../org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</a>[]&nbsp;values)</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
 <li class="blockList"><a name="org.apache.poi.ss.formula.eval">
 <!--   -->
 </a>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/package-use.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/package-use.html?rev=1808327&r1=1808326&r2=1808327&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/package-use.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/package-use.html Thu Sep 14 09:39:55 2017
@@ -275,33 +275,38 @@
 </td>
 </tr>
 <tr class="altColor">
+<td class="colOne"><a href="../../../../../../org/apache/poi/ss/formula/ptg/class-use/AreaI.html#org.apache.poi.ss.formula">AreaI</a>
+<div class="block">Common interface for AreaPtg and Area3DPtg, and their child classes.</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../../org/apache/poi/ss/formula/ptg/class-use/NamePtg.html#org.apache.poi.ss.formula">NamePtg</a>
 <div class="block">See the spec at 2.5.198.76 PtgName</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../../org/apache/poi/ss/formula/ptg/class-use/NameXPtg.html#org.apache.poi.ss.formula">NameXPtg</a>
 <div class="block">A Name, be that a Named Range or a Function / User Defined
   Function, addressed in the HSSF External Sheet style.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../../org/apache/poi/ss/formula/ptg/class-use/NameXPxg.html#org.apache.poi.ss.formula">NameXPxg</a>
 <div class="block">A Name, be that a Named Range or a Function / User Defined
   Function, addressed in the HSSF External Sheet style.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../../org/apache/poi/ss/formula/ptg/class-use/Ptg.html#org.apache.poi.ss.formula">Ptg</a>
 <div class="block"><tt>Ptg</tt> represents a syntactic token in a formula.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../../org/apache/poi/ss/formula/ptg/class-use/Ref3DPtg.html#org.apache.poi.ss.formula">Ref3DPtg</a>
 <div class="block">Title:        Reference 3D Ptg</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../../org/apache/poi/ss/formula/ptg/class-use/Ref3DPxg.html#org.apache.poi.ss.formula">Ref3DPxg</a>
 <div class="block">Title:        XSSF 3D Reference</div>
 </td>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellRangeAddress.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellRangeAddress.html?rev=1808327&r1=1808326&r2=1808327&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellRangeAddress.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellRangeAddress.html Thu Sep 14 09:39:55 2017
@@ -630,6 +630,10 @@ HSSF concepts.</div>
 </tr>
 <tbody>
 <tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a></code></td>
+<td class="colLast"><span class="strong">EvaluationCell.</span><code><strong><a href="../../../../../../org/apache/poi/ss/formula/EvaluationCell.html#getArrayFormulaRange()">getArrayFormulaRange</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>[]</code></td>
 <td class="colLast"><span class="strong">EvaluationConditionalFormatRule.</span><code><strong><a href="../../../../../../org/apache/poi/ss/formula/EvaluationConditionalFormatRule.html#getRegions()">getRegions</a></strong>()</code>&nbsp;</td>
 </tr>

Modified: poi/site/publish/apidocs/overview-tree.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/overview-tree.html?rev=1808327&r1=1808326&r2=1808327&view=diff
==============================================================================
--- poi/site/publish/apidocs/overview-tree.html (original)
+++ poi/site/publish/apidocs/overview-tree.html Thu Sep 14 09:39:55 2017
@@ -297,7 +297,11 @@
 <li type="circle">org.apache.poi.ss.formula.atp.<a href="org/apache/poi/ss/formula/atp/AnalysisToolPak.html" title="class in org.apache.poi.ss.formula.atp"><span class="strong">AnalysisToolPak</span></a> (implements org.apache.poi.ss.formula.udf.<a href="org/apache/poi/ss/formula/udf/UDFFinder.html" title="interface in org.apache.poi.ss.formula.udf">UDFFinder</a>)</li>
 <li type="circle">org.apache.poi.xdgf.usermodel.section.geometry.<a href="org/apache/poi/xdgf/usermodel/section/geometry/ArcTo.html" title="class in org.apache.poi.xdgf.usermodel.section.geometry"><span class="strong">ArcTo</span></a> (implements org.apache.poi.xdgf.usermodel.section.geometry.<a href="org/apache/poi/xdgf/usermodel/section/geometry/GeometryRow.html" title="interface in org.apache.poi.xdgf.usermodel.section.geometry">GeometryRow</a>)</li>
 <li type="circle">org.apache.poi.sl.draw.geom.<a href="org/apache/poi/sl/draw/geom/ArcToCommand.html" title="class in org.apache.poi.sl.draw.geom"><span class="strong">ArcToCommand</span></a> (implements org.apache.poi.sl.draw.geom.<a href="org/apache/poi/sl/draw/geom/PathCommand.html" title="interface in org.apache.poi.sl.draw.geom">PathCommand</a>)</li>
-<li type="circle">org.apache.poi.ss.formula.eval.<a href="org/apache/poi/ss/formula/eval/AreaEvalBase.html" title="class in org.apache.poi.ss.formula.eval"><span class="strong">AreaEvalBase</span></a> (implements org.apache.poi.ss.formula.eval.<a href="org/apache/poi/ss/formula/eval/AreaEval.html" title="interface in org.apache.poi.ss.formula.eval">AreaEval</a>)</li>
+<li type="circle">org.apache.poi.ss.formula.eval.<a href="org/apache/poi/ss/formula/eval/AreaEvalBase.html" title="class in org.apache.poi.ss.formula.eval"><span class="strong">AreaEvalBase</span></a> (implements org.apache.poi.ss.formula.eval.<a href="org/apache/poi/ss/formula/eval/AreaEval.html" title="interface in org.apache.poi.ss.formula.eval">AreaEval</a>)
+<ul>
+<li type="circle">org.apache.poi.ss.formula.<a href="org/apache/poi/ss/formula/CacheAreaEval.html" title="class in org.apache.poi.ss.formula"><span class="strong">CacheAreaEval</span></a></li>
+</ul>
+</li>
 <li type="circle">org.apache.poi.ss.formula.ptg.<a href="org/apache/poi/ss/formula/ptg/AreaI.OffsetArea.html" title="class in org.apache.poi.ss.formula.ptg"><span class="strong">AreaI.OffsetArea</span></a> (implements org.apache.poi.ss.formula.ptg.<a href="org/apache/poi/ss/formula/ptg/AreaI.html" title="interface in org.apache.poi.ss.formula.ptg">AreaI</a>)</li>
 <li type="circle">org.apache.poi.ss.util.<a href="org/apache/poi/ss/util/AreaReference.html" title="class in org.apache.poi.ss.util"><span class="strong">AreaReference</span></a>
 <ul>
@@ -872,6 +876,7 @@
 <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Imaginary.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">Imaginary</span></a> (implements org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/FreeRefFunction.html" title="interface in org.apache.poi.ss.formula.functions">FreeRefFunction</a>)</li>
 <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/ImReal.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">ImReal</span></a> (implements org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/FreeRefFunction.html" title="interface in org.apache.poi.ss.formula.functions">FreeRefFunction</a>)</li>
 <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/LogicalFunction.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">LogicalFunction</span></a></li>
+<li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/MatrixFunction.OneArrayArg.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">MatrixFunction.OneArrayArg</span></a></li>
 <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/NumericFunction.OneArg.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">NumericFunction.OneArg</span></a>
 <ul>
 <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Even.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">Even</span></a></li>
@@ -895,6 +900,7 @@
 <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Intercept.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">Intercept</span></a></li>
 <li type="circle">org.apache.poi.ss.formula.eval.<a href="org/apache/poi/ss/formula/eval/IntersectionEval.html" title="class in org.apache.poi.ss.formula.eval"><span class="strong">IntersectionEval</span></a></li>
 <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/LinearRegressionFunction.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">LinearRegressionFunction</span></a></li>
+<li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/MatrixFunction.TwoArrayArg.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">MatrixFunction.TwoArrayArg</span></a></li>
 <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/NumericFunction.TwoArg.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">NumericFunction.TwoArg</span></a></li>
 <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Quotient.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">Quotient</span></a> (implements org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/FreeRefFunction.html" title="interface in org.apache.poi.ss.formula.functions">FreeRefFunction</a>)</li>
 <li type="circle">org.apache.poi.ss.formula.eval.<a href="org/apache/poi/ss/formula/eval/RangeEval.html" title="class in org.apache.poi.ss.formula.eval"><span class="strong">RangeEval</span></a></li>
@@ -902,7 +908,7 @@
 <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Rept.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">Rept</span></a></li>
 <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Roman.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">Roman</span></a></li>
 <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Slope.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">Slope</span></a></li>
-<li type="circle">org.apache.poi.ss.formula.eval.<a href="org/apache/poi/ss/formula/eval/TwoOperandNumericOperation.html" title="class in org.apache.poi.ss.formula.eval"><span class="strong">TwoOperandNumericOperation</span></a></li>
+<li type="circle">org.apache.poi.ss.formula.eval.<a href="org/apache/poi/ss/formula/eval/TwoOperandNumericOperation.html" title="class in org.apache.poi.ss.formula.eval"><span class="strong">TwoOperandNumericOperation</span></a> (implements org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/ArrayFunction.html" title="interface in org.apache.poi.ss.formula.functions">ArrayFunction</a>)</li>
 <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/WeekNum.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">WeekNum</span></a> (implements org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/FreeRefFunction.html" title="interface in org.apache.poi.ss.formula.functions">FreeRefFunction</a>)</li>
 <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/XYNumericFunction.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">XYNumericFunction</span></a>
 <ul>
@@ -1452,6 +1458,7 @@
 </li>
 <li type="circle">org.apache.poi.hsmf.datatypes.<a href="org/apache/poi/hsmf/datatypes/MAPIProperty.html" title="class in org.apache.poi.hsmf.datatypes"><span class="strong">MAPIProperty</span></a></li>
 <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Match.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">Match</span></a></li>
+<li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/MatrixFunction.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">MatrixFunction</span></a> (implements org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a>)</li>
 <li type="circle">org.apache.poi.hslf.blip.<a href="org/apache/poi/hslf/blip/Metafile.Header.html" title="class in org.apache.poi.hslf.blip"><span class="strong">Metafile.Header</span></a></li>
 <li type="circle">org.apache.poi.ss.formula.eval.<a href="org/apache/poi/ss/formula/eval/MissingArgEval.html" title="class in org.apache.poi.ss.formula.eval"><span class="strong">MissingArgEval</span></a> (implements org.apache.poi.ss.formula.eval.<a href="org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</a>)</li>
 <li type="circle">org.apache.poi.hssf.eventusermodel.<a href="org/apache/poi/hssf/eventusermodel/MissingRecordAwareHSSFListener.html" title="class in org.apache.poi.hssf.eventusermodel"><span class="strong">MissingRecordAwareHSSFListener</span></a> (implements org.apache.poi.hssf.eventusermodel.<a href="org/apache/poi/hssf/eventusermodel/HSSFListener.html" title="interface in org.apache.poi.hssf.eventusermodel">HSSFListener</a>)</li>
@@ -1461,6 +1468,7 @@
 <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/MultiOperandNumericFunction.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">MultiOperandNumericFunction</span></a> (implements org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a>)
 <ul>
 <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/AggregateFunction.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">AggregateFunction</span></a></li>
+<li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/MatrixFunction.MutableValueCollector.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">MatrixFunction.MutableValueCollector</span></a></li>
 <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/MinaMaxa.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">MinaMaxa</span></a></li>
 <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Mirr.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">Mirr</span></a></li>
 </ul>
@@ -3013,6 +3021,7 @@
 <h2 title="Interface Hierarchy">Interface Hierarchy</h2>
 <ul>
 <li type="circle">org.apache.poi.ss.formula.ptg.<a href="org/apache/poi/ss/formula/ptg/AreaI.html" title="interface in org.apache.poi.ss.formula.ptg"><span class="strong">AreaI</span></a></li>
+<li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/ArrayFunction.html" title="interface in org.apache.poi.ss.formula.functions"><span class="strong">ArrayFunction</span></a></li>
 <li type="circle">java.lang.AutoCloseable
 <ul>
 <li type="circle">java.io.Closeable

Modified: poi/site/publish/changes.html
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1808327&r1=1808326&r2=1808327&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Thu Sep 14 09:39:55 2017
@@ -266,7 +266,7 @@ if (VERSION > 3) {
     
 <a name="3.18-beta1"></a>
 <div class="h3">
-<h3>Version 3.18-beta1 (2017-11-??)<a title="Permanent link" class="headerlink" href="#3.18-beta1">#</a>
+<h3>Version 3.18-beta1 (2017-12-??)<a title="Permanent link" class="headerlink" href="#3.18-beta1">#</a>
 </h3>
 </div>
       
@@ -284,7 +284,7 @@ if (VERSION > 3) {
 <tbody>
         
 <tr class="b">
-<td style="text-align: center;"><img class="icon" alt="fix" src="skin/images/fix.png" title="fix"></td><td><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=61470">61470</a></td><td>XWPF</td><td>Handle ruby (phonetic) elements in XWPFRun</td>
+<td style="text-align: center;"><img class="icon" alt="fix" src="skin/images/fix.png" title="fix"></td><td><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60279">60279</a></td><td>POI</td><td>Back-off to brute-force search for macro content if macro offset is incorrect.</td>
 </tr>
       
 </tbody>
@@ -294,7 +294,7 @@ if (VERSION > 3) {
     
 <a name="3.17"></a>
 <div class="h3">
-<h3>Version 3.17 (2017-08-27)<a title="Permanent link" class="headerlink" href="#3.17">#</a>
+<h3>Version 3.17 (2017-09-15)<a title="Permanent link" class="headerlink" href="#3.17">#</a>
 </h3>
 </div>
       
@@ -306,12 +306,20 @@ if (VERSION > 3) {
 <ul>
         
 <li>Removal of deprecated classes and methods that were marked for removal in v3.17</li>
+		
+<li>Various modules: add sanity checks and fix infinite loops / OOMs caused by fuzzed data</li>
+		
+<li>OPC: fix linebreak handling on XML signature calculation (#61182)</li>
+		
+<li>SS Common: fix number formatting (github-43/52, #60422)</li>
+		
+<li>SXSSF: fix XML processing - unicode surrogates and line breaks (#61048, #61246)</li>
       
 </ul>
       
-<a name="Changes-N10048"></a>
+<a name="Changes-N10054"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N10048">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N10054">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -323,6 +331,14 @@ if (VERSION > 3) {
 <tbody>
         
 <tr class="b">
+<td style="text-align: center;"><img class="icon" alt="fix" src="skin/images/fix.png" title="fix"></td><td><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=61478">61478</a></td><td>OPC</td><td>POI OOXML-Schema lookup uses wrong classloader</td>
+</tr>
+        
+<tr class="a">
+<td style="text-align: center;"><img class="icon" alt="fix" src="skin/images/fix.png" title="fix"></td><td><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=61470">61470</a></td><td>XWPF</td><td>Handle ruby (phonetic) elements in XWPFRun</td>
+</tr>
+        
+<tr class="b">
 <td style="text-align: center;"><img class="icon" alt="fix" src="skin/images/fix.png" title="fix"></td><td><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=61381">61381</a></td><td>POIFS</td><td>PushbackInputStreams passed to ZipHelper may not hold 8 bytes</td>
 </tr>
         
@@ -409,9 +425,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Summary-N10192"></a>
+<a name="Summary-N101BE"></a>
 <div class="h4">
-<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N10192">#</a>
+<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N101BE">#</a>
 </h4>
 </div>
 <ul>
@@ -428,9 +444,9 @@ if (VERSION > 3) {
       
 </ul>
       
-<a name="Changes-N101A8"></a>
+<a name="Changes-N101D4"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N101A8">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N101D4">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -568,9 +584,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Summary-N1038C"></a>
+<a name="Summary-N103B8"></a>
 <div class="h4">
-<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N1038C">#</a>
+<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N103B8">#</a>
 </h4>
 </div>
 <ul>
@@ -583,9 +599,9 @@ if (VERSION > 3) {
       
 </ul>
       
-<a name="Changes-N1039C"></a>
+<a name="Changes-N103C8"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1039C">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N103C8">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -651,9 +667,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Summary-N10466"></a>
+<a name="Summary-N10492"></a>
 <div class="h4">
-<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N10466">#</a>
+<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N10492">#</a>
 </h4>
 </div>
 <ul>
@@ -666,9 +682,9 @@ if (VERSION > 3) {
       
 </ul>
       
-<a name="Changes-N10476"></a>
+<a name="Changes-N104A2"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N10476">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N104A2">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -794,9 +810,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Summary-N10632"></a>
+<a name="Summary-N1065E"></a>
 <div class="h4">
-<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N10632">#</a>
+<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N1065E">#</a>
 </h4>
 </div>
 <ul>
@@ -813,9 +829,9 @@ if (VERSION > 3) {
       
 </ul>
       
-<a name="Changes-N10648"></a>
+<a name="Changes-N10674"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N10648">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N10674">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -1005,9 +1021,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Summary-N108FA"></a>
+<a name="Summary-N10926"></a>
 <div class="h4">
-<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N108FA">#</a>
+<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N10926">#</a>
 </h4>
 </div>
 <ul>
@@ -1030,9 +1046,9 @@ if (VERSION > 3) {
       
 </ul>
       
-<a name="Changes-N1091A"></a>
+<a name="Changes-N10946"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1091A">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N10946">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -1238,9 +1254,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Summary-N10C0F"></a>
+<a name="Summary-N10C3B"></a>
 <div class="h4">
-<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N10C0F">#</a>
+<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N10C3B">#</a>
 </h4>
 </div>
 <ul>
@@ -1257,9 +1273,9 @@ if (VERSION > 3) {
       
 </ul>
       
-<a name="Changes-N10C31"></a>
+<a name="Changes-N10C5D"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N10C31">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N10C5D">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -1453,9 +1469,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Summary-N10EF3"></a>
+<a name="Summary-N10F1F"></a>
 <div class="h4">
-<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N10EF3">#</a>
+<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N10F1F">#</a>
 </h4>
 </div>
 <ul>
@@ -1472,9 +1488,9 @@ if (VERSION > 3) {
       
 </ul>
       
-<a name="Changes-N10F15"></a>
+<a name="Changes-N10F41"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N10F15">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N10F41">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -1580,9 +1596,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Summary-N11072"></a>
+<a name="Summary-N1109E"></a>
 <div class="h4">
-<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N11072">#</a>
+<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N1109E">#</a>
 </h4>
 </div>
 <ul>
@@ -1608,9 +1624,9 @@ if (VERSION > 3) {
       
 </ul>
       
-<a name="Changes-N110A0"></a>
+<a name="Changes-N110CC"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N110A0">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N110CC">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -1788,9 +1804,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N1131A"></a>
+<a name="Changes-N11346"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1131A">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N11346">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -2044,9 +2060,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Summary-N116B2"></a>
+<a name="Summary-N116DE"></a>
 <div class="h4">
-<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N116B2">#</a>
+<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N116DE">#</a>
 </h4>
 </div>
 <ul>
@@ -2063,9 +2079,9 @@ if (VERSION > 3) {
       
 </ul>
       
-<a name="Changes-N116C5"></a>
+<a name="Changes-N116F1"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N116C5">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N116F1">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -2251,9 +2267,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N11969"></a>
+<a name="Changes-N11995"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N11969">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N11995">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -2363,9 +2379,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Summary-N11AE3"></a>
+<a name="Summary-N11B0F"></a>
 <div class="h4">
-<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N11AE3">#</a>
+<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N11B0F">#</a>
 </h4>
 </div>
 <ul>
@@ -2378,9 +2394,9 @@ if (VERSION > 3) {
       
 </ul>
       
-<a name="Changes-N11B0B"></a>
+<a name="Changes-N11B37"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N11B0B">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N11B37">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -2510,9 +2526,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N11CC5"></a>
+<a name="Changes-N11CF1"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N11CC5">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N11CF1">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -2671,9 +2687,9 @@ if (VERSION > 3) {
 </div>
 
       
-<a name="Summary-N11EE3"></a>
+<a name="Summary-N11F0F"></a>
 <div class="h4">
-<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N11EE3">#</a>
+<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N11F0F">#</a>
 </h4>
 </div>
 <ul>
@@ -2756,9 +2772,9 @@ if (VERSION > 3) {
 </ul>
 
       
-<a name="Changes-N11F60"></a>
+<a name="Changes-N11F8C"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N11F60">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N11F8C">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -2836,9 +2852,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N12046"></a>
+<a name="Changes-N12072"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N12046">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N12072">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -2980,9 +2996,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N12234"></a>
+<a name="Changes-N12260"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N12234">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N12260">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -3024,9 +3040,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Summary-N1229A"></a>
+<a name="Summary-N122C6"></a>
 <div class="h4">
-<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N1229A">#</a>
+<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N122C6">#</a>
 </h4>
 </div>
 <ul>
@@ -3054,9 +3070,9 @@ if (VERSION > 3) {
       
 </ul>
       
-<a name="Changes-N122B0"></a>
+<a name="Changes-N122DC"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N122B0">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N122DC">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -3086,9 +3102,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Summary-N122EA"></a>
+<a name="Summary-N12316"></a>
 <div class="h4">
-<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N122EA">#</a>
+<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N12316">#</a>
 </h4>
 </div>
 <ul>
@@ -3100,9 +3116,9 @@ if (VERSION > 3) {
       
 </ul>
       
-<a name="Changes-N122F7"></a>
+<a name="Changes-N12323"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N122F7">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N12323">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -3392,9 +3408,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N12735"></a>
+<a name="Changes-N12761"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N12735">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N12761">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -3568,9 +3584,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N129AB"></a>
+<a name="Changes-N129D7"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N129AB">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N129D7">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -3660,9 +3676,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N12AC9"></a>
+<a name="Changes-N12AF5"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N12AC9">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N12AF5">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -3832,9 +3848,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N12D2F"></a>
+<a name="Changes-N12D5B"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N12D2F">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N12D5B">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -4188,9 +4204,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Summary-N1326E"></a>
+<a name="Summary-N1329A"></a>
 <div class="h4">
-<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N1326E">#</a>
+<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N1329A">#</a>
 </h4>
 </div>
 <ul>
@@ -4220,9 +4236,9 @@ if (VERSION > 3) {
       
 </ul>
       
-<a name="Changes-N13290"></a>
+<a name="Changes-N132BC"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N13290">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N132BC">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -4488,9 +4504,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N13666"></a>
+<a name="Changes-N13692"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N13666">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N13692">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -4704,9 +4720,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N13955"></a>
+<a name="Changes-N13981"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N13955">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N13981">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -5048,9 +5064,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N13E17"></a>
+<a name="Changes-N13E43"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N13E17">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N13E43">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -5212,9 +5228,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N14031"></a>
+<a name="Changes-N1405D"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N14031">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1405D">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -5324,9 +5340,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N14197"></a>
+<a name="Changes-N141C3"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N14197">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N141C3">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -5504,9 +5520,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Summary-N14411"></a>
+<a name="Summary-N1443D"></a>
 <div class="h4">
-<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N14411">#</a>
+<h4>Summary<a title="Permanent link" class="headerlink" href="#Summary-N1443D">#</a>
 </h4>
 </div>
 <ul>
@@ -5589,9 +5605,9 @@ if (VERSION > 3) {
       
 </ul>
       
-<a name="Changes-N1447C"></a>
+<a name="Changes-N144A8"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1447C">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N144A8">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -5649,9 +5665,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N14522"></a>
+<a name="Changes-N1454E"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N14522">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1454E">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -5829,9 +5845,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N14784"></a>
+<a name="Changes-N147B0"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N14784">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N147B0">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -5957,9 +5973,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N14927"></a>
+<a name="Changes-N14953"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N14927">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N14953">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -6316,9 +6332,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N14E2D"></a>
+<a name="Changes-N14E59"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N14E2D">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N14E59">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -6477,9 +6493,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N1505B"></a>
+<a name="Changes-N15087"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1505B">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N15087">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -6716,9 +6732,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N153C1"></a>
+<a name="Changes-N153ED"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N153C1">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N153ED">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -6963,9 +6979,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N1574F"></a>
+<a name="Changes-N1577B"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1574F">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1577B">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -7146,9 +7162,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N159D1"></a>
+<a name="Changes-N159FD"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N159D1">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N159FD">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -7253,9 +7269,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N15B2F"></a>
+<a name="Changes-N15B5B"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N15B2F">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N15B5B">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -7288,9 +7304,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N15B75"></a>
+<a name="Changes-N15BA1"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N15B75">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N15BA1">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -7359,9 +7375,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N15C3B"></a>
+<a name="Changes-N15C67"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N15C3B">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N15C67">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -7410,9 +7426,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N15CAD"></a>
+<a name="Changes-N15CD9"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N15CAD">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N15CD9">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -7821,9 +7837,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N16263"></a>
+<a name="Changes-N1628F"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16263">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1628F">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -7948,9 +7964,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N1640D"></a>
+<a name="Changes-N16439"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1640D">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16439">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -8043,9 +8059,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N16543"></a>
+<a name="Changes-N1656F"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16543">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1656F">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -8363,9 +8379,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N169C5"></a>
+<a name="Changes-N169F1"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N169C5">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N169F1">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -8474,9 +8490,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N16B37"></a>
+<a name="Changes-N16B63"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16B37">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16B63">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -8529,9 +8545,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N16BC9"></a>
+<a name="Changes-N16BF5"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16BC9">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16BF5">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -8685,9 +8701,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N16DC7"></a>
+<a name="Changes-N16DF3"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16DC7">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16DF3">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -8753,9 +8769,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N16E7D"></a>
+<a name="Changes-N16EA9"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16E7D">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16EA9">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -8797,9 +8813,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N16EDB"></a>
+<a name="Changes-N16F07"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16EDB">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16F07">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -8825,9 +8841,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N16F01"></a>
+<a name="Changes-N16F2D"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16F01">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16F2D">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -8861,9 +8877,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N16F43"></a>
+<a name="Changes-N16F6F"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16F43">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16F6F">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -8897,9 +8913,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N16F81"></a>
+<a name="Changes-N16FAD"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16F81">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16FAD">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -8937,9 +8953,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N16FD7"></a>
+<a name="Changes-N17003"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N16FD7">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N17003">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -8969,9 +8985,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N1700D"></a>
+<a name="Changes-N17039"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1700D">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N17039">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -8997,9 +9013,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N17033"></a>
+<a name="Changes-N1705F"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N17033">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1705F">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -9049,9 +9065,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N170A5"></a>
+<a name="Changes-N170D1"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N170A5">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N170D1">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -9205,9 +9221,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N172CF"></a>
+<a name="Changes-N172FB"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N172CF">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N172FB">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -9250,9 +9266,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N17325"></a>
+<a name="Changes-N17351"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N17325">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N17351">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -9302,9 +9318,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N17387"></a>
+<a name="Changes-N173B3"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N17387">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N173B3">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -9397,9 +9413,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N17479"></a>
+<a name="Changes-N174A5"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N17479">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N174A5">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -9432,9 +9448,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N174B7"></a>
+<a name="Changes-N174E3"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N174B7">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N174E3">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -9485,9 +9501,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N17525"></a>
+<a name="Changes-N17551"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N17525">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N17551">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -9516,9 +9532,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N17557"></a>
+<a name="Changes-N17583"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N17557">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N17583">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -9547,9 +9563,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N17589"></a>
+<a name="Changes-N175B5"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N17589">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N175B5">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -9594,9 +9610,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N175EB"></a>
+<a name="Changes-N17617"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N175EB">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N17617">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -9621,9 +9637,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N17611"></a>
+<a name="Changes-N1763D"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N17611">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1763D">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -9664,9 +9680,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N1765B"></a>
+<a name="Changes-N17687"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1765B">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N17687">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -9691,9 +9707,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N17681"></a>
+<a name="Changes-N176AD"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N17681">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N176AD">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -9718,9 +9734,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N176A7"></a>
+<a name="Changes-N176D3"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N176A7">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N176D3">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -9745,9 +9761,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N176CD"></a>
+<a name="Changes-N176F9"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N176CD">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N176F9">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -9790,9 +9806,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N17717"></a>
+<a name="Changes-N17743"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N17717">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N17743">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -9817,9 +9833,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N1773D"></a>
+<a name="Changes-N17769"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1773D">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N17769">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -9870,9 +9886,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N1779F"></a>
+<a name="Changes-N177CB"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1779F">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N177CB">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -9899,9 +9915,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N177C5"></a>
+<a name="Changes-N177F1"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N177C5">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N177F1">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -9944,9 +9960,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N1781B"></a>
+<a name="Changes-N17847"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1781B">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N17847">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -9989,9 +10005,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N17865"></a>
+<a name="Changes-N17891"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N17865">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N17891">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -10022,9 +10038,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N17897"></a>
+<a name="Changes-N178C3"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N17897">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N178C3">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -10049,9 +10065,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N178BD"></a>
+<a name="Changes-N178E9"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N178BD">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N178E9">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -10076,9 +10092,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N178E3"></a>
+<a name="Changes-N1790F"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N178E3">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1790F">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -10103,9 +10119,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N17909"></a>
+<a name="Changes-N17935"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N17909">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N17935">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -10130,9 +10146,9 @@ if (VERSION > 3) {
 </h3>
 </div>
       
-<a name="Changes-N1792F"></a>
+<a name="Changes-N1795B"></a>
 <div class="h4">
-<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1792F">#</a>
+<h4>Changes<a title="Permanent link" class="headerlink" href="#Changes-N1795B">#</a>
 </h4>
 </div>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">

Modified: poi/site/publish/changes.rss
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1808327&r1=1808326&r2=1808327&view=diff
==============================================================================
--- poi/site/publish/changes.rss (original)
+++ poi/site/publish/changes.rss Thu Sep 14 09:39:55 2017
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">
 <rss version="0.91"><channel><title>Apache POI Changes</title><link>https://poi.apache.org/changes.html</link><description>Apache POI Changes</description><language>en-us</language>
-<item><title>XWPF: fix(bug 61470)</title><link>https://poi.apache.org/changes.html</link><description>fix by POI Developers (bug 61470) - XWPF: Handle ruby (phonetic) elements in XWPFRun</description></item>
+<item><title>POI: fix(bug 60279)</title><link>https://poi.apache.org/changes.html</link><description>fix by POI Developers (bug 60279) - POI: Back-off to brute-force search for macro content if macro offset is incorrect.</description></item>
 </channel></rss>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org