Author: centic
Date: Sun Apr  3 18:30:56 2022
New Revision: 1899538

URL: http://svn.apache.org/viewvc?rev=1899538&view=rev
Log:
Update changelog

Modified:
    poi/site/publish/changes.html
    poi/site/src/documentation/content/xdocs/changes.xml

Modified: poi/site/publish/changes.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1899538&r1=1899537&r2=1899538&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Sun Apr  3 18:30:56 2022
@@ -221,7 +221,13 @@ document.write("Last Published: " + docu
 <h3 class="boxed">Summary</h3>
 <ul>
             
-<li>Bug fix release</li>
+<li>Upgrade graphics2d dependency to 0.36</li>
+            
+<li>Speed up processing of formulas with column-ranges, e.g. 
VLOOKUP(A4,$D:$E,2,0)</li>
+            
+<li>Speed up compilation of jar-files-only builds by avoiding direct 
dependency on test-execution</li>
+            
+<li>Avoid some more possible overly large memory allocations on certain input 
documents</li>
         
 </ul>
 <a name="Changes"></a>
@@ -241,6 +247,9 @@ document.write("Last Published: " + docu
 <tbody>
             
 <tr class="action">
+<td><img class="icon" alt="fix" src="images/fix.png"></td><td><a 
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=65854";>65854</a></td><td>OOXML</td><td>Use
 revert() instead of close() when OPCPackage is opened read-only</td>
+</tr>
+<tr class="action">
 <td><img class="icon" alt="fix" src="images/fix.png"></td><td><a 
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=65973";>65973</a></td><td>XSSF</td><td>Row
 shifting does not properly handle hyperlinks that span multiple cells</td>
 </tr>
         

Modified: poi/site/src/documentation/content/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/changes.xml?rev=1899538&r1=1899537&r2=1899538&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/changes.xml (original)
+++ poi/site/src/documentation/content/xdocs/changes.xml Sun Apr  3 18:30:56 
2022
@@ -73,8 +73,12 @@
     <release version="5.2.3" date="2022-09-??">
         <summary>
             <summary-item>Upgrade graphics2d dependency to 0.36</summary-item>
+            <summary-item>Speed up processing of formulas with column-ranges, 
e.g. VLOOKUP(A4,$D:$E,2,0)</summary-item>
+            <summary-item>Speed up compilation of jar-files-only builds by 
avoiding direct dependency on test-execution</summary-item>
+            <summary-item>Avoid some more possible overly large memory 
allocations on certain input documents</summary-item>
         </summary>
         <actions>
+            <action type="fix" fixes-bug="65854" context="OOXML">Use revert() 
instead of close() when OPCPackage is opened read-only</action>
             <action type="fix" fixes-bug="65973" context="XSSF">Row shifting 
does not properly handle hyperlinks that span multiple cells</action>
         </actions>
     </release>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to