Author: centic
Date: Sat Apr 5 07:14:36 2025
New Revision: 1924798
URL: http://svn.apache.org/viewvc?rev=1924798&view=rev
Log:
Add some more changelog-entries for 5.4.1
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=1924798&r1=1924797&r2=1924798&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Sat Apr 5 07:14:36 2025
@@ -255,6 +255,22 @@ 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=69618">69618</a></td><td>OOXML</td><td>ZipPackage
save should check that intermediate steps succeed</td>
+</tr>
+
+<tr class="action">
+<td><img class="icon" alt="add" src="images/add.png"></td><td><a
href="https://github.com/apache/poi/pull/775">github-775</a></td><td>OOXML</td><td>Allow
some OPC compliance checks to be tuned. Thanks to Ken Reese</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=66260">66260</a></td><td>XWPF</td><td>Add
getNumberOfTexts() method</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=68094">68094</a></td><td>SXSSF</td><td>Allow
to use SXSSFSheet.setArbitraryExtraWidth() to define an adjustment-factor when
auto-sizing columns</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=57603">57603</a></td><td>HWPF</td><td>Fix
reading/writing of documents with many columns</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=1924798&r1=1924797&r2=1924798&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/changes.xml (original)
+++ poi/site/src/documentation/content/xdocs/changes.xml Sat Apr 5 07:14:36
2025
@@ -79,6 +79,10 @@
<summary-item>Upgrade graphics2d dependency to 3.0.3</summary-item>
</summary>
<actions>
+ <action type="fix" fixes-bug="69618" context="OOXML">ZipPackage
save should check that intermediate steps succeed</action>
+ <action type="add" fixes-bug="github-775" context="OOXML">Allow
some OPC compliance checks to be tuned. Thanks to Ken Reese</action>
+ <action type="fix" fixes-bug="66260" context="XWPF">Add
getNumberOfTexts() method</action>
+ <action type="fix" fixes-bug="68094" context="SXSSF">Allow to use
SXSSFSheet.setArbitraryExtraWidth() to define an adjustment-factor when
auto-sizing columns</action>
<action type="fix" fixes-bug="57603" context="HWPF">Fix
reading/writing of documents with many columns</action>
<action type="fix" fixes-bug="65190" context="SS_Common">Handle
decimal format '0#' the same way as Excel</action>
<action type="fix" fixes-bug="66425"
context="POI_Overall">Multiple fixes found by fuzzing Apache POI via
oss-fuzz</action>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]