Author: centic
Date: Sun Jul  7 08:38:03 2024
New Revision: 1918987

URL: http://svn.apache.org/viewvc?rev=1918987&view=rev
Log:
Add some more changes

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=1918987&r1=1918986&r2=1918987&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Sun Jul  7 08:38:03 2024
@@ -223,6 +223,13 @@ document.write("Last Published: " + docu
                 5.3.1 (2024-??)
             </h2>
 <div class="section">
+<a name="Summary"></a>
+<h3 class="boxed">Summary</h3>
+<ul>
+            
+<li>Upgrade saxon dependency to 12.5</li>
+        
+</ul>
 <a name="Changes"></a>
 <h3 class="boxed">Changes</h3>
 <table class="POITable">
@@ -246,6 +253,10 @@ document.write("Last Published: " + docu
 <tr class="action">
 <td><img class="icon" alt="fix" src="images/fix.png"></td><td><a 
href="https://github.com/apache/poi/pull/653";>github-653</a></td><td>HSSF</td><td>Adjust
 HSSFWorkbook.getSheet() to return the first case-insensitive match, similar to 
XSSF</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=69154";>69154</a></td><td>XSSF</td><td>Shifting
 columns with merged regions generates an error about overlapping regions</td>
+</tr>
         
 </tbody>
 </table>

Modified: poi/site/src/documentation/content/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/changes.xml?rev=1918987&r1=1918986&r2=1918987&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/changes.xml (original)
+++ poi/site/src/documentation/content/xdocs/changes.xml Sun Jul  7 08:38:03 
2024
@@ -71,12 +71,13 @@
     </section>
 
     <release version="5.3.1" date="2024-??">
-        <!--summary>
-            <summary-item>Upgrade log4j-api dependency to 2.23.1</summary-item>
-        </summary-->
+        <summary>
+            <summary-item>Upgrade saxon dependency to 12.5</summary-item>
+        </summary>
         <actions>
             <action type="fix" fixes-bug="github-655" context="XWPF">Fix 
searching text in paragraphs when text is spread across multiple runs</action>
             <action type="fix" fixes-bug="github-653" context="HSSF">Adjust 
HSSFWorkbook.getSheet() to return the first case-insensitive match, similar to 
XSSF</action>
+            <action type="fix" fixes-bug="69154" context="XSSF">Shifting 
columns with merged regions generates an error about overlapping 
regions</action>
         </actions>
     </release>
 



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

Reply via email to