Author: centic
Date: Sat Jan 11 10:15:47 2025
New Revision: 1923064
URL: http://svn.apache.org/viewvc?rev=1923064&view=rev
Log:
Add initial changelog for 5.4.1, list some changes, add note about JDK 24
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=1923064&r1=1923063&r2=1923064&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Sat Jan 11 10:15:47 2025
@@ -218,6 +218,59 @@ document.write("Last Published: " + docu
</div>
+<a name="5.4.1"></a>
+<h2 class="boxed">Version
+ 5.4.1 (2025-??-??)
+ </h2>
+<div class="section">
+<a name="Summary"></a>
+<h3 class="boxed">Summary</h3>
+<ul>
+
+<li>Note: JDK 24 will change behavior of locale providers, some formatting
might be different when upgrading</li>
+
+</ul>
+<a name="Changes"></a>
+<h3 class="boxed">Changes</h3>
+<table class="POITable">
+<colgroup>
+<col width="100">
+<col width="200">
+<col width="150">
+<col>
+</colgroup>
+<thead>
+<tr>
+<th>Type</th><th>Bug</th><th>Module</th><th>Description</th>
+</tr>
+</thead>
+<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=66425">66425</a></td><td>POI_Overall</td><td>Multiple
fixes found by fuzzing Apache POI via oss-fuzz</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=65190">65190</a></td><td>SS_Common</td><td>Handle
decimal format '0#' the same way as Excel</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>
+
+<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=69315">69315</a></td><td>HSMF</td><td>Continue
processing properties after multivalued properties</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=69529">69529</a></td><td>XSSF</td><td>Streamed
reading: Log failures to format formulas and numbers instead of stopping
processing.</td>
+</tr>
+
+</tbody>
+</table>
+</div>
+
+
<a name="5.4.0"></a>
<h2 class="boxed">Version
5.4.0 (2025-01-08)
@@ -248,6 +301,8 @@ document.write("Last Published: " + docu
<li>Upgrade xmlbeans dependency to 5.3.0</li>
<li>Upgrade xmlsec dependency to 3.0.5</li>
+
+<li>Upgrade JaCoCo code-coverage tooling to 0.8.12</li>
</ul>
<a name="Changes"></a>
Modified: poi/site/src/documentation/content/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/changes.xml?rev=1923064&r1=1923063&r2=1923064&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/changes.xml (original)
+++ poi/site/src/documentation/content/xdocs/changes.xml Sat Jan 11 10:15:47
2025
@@ -70,6 +70,19 @@
</p>
</section>
+ <release version="5.4.1" date="2025-??-??">
+ <summary>
+ <summary-item>Note: JDK 24 will change behavior of locale
providers, some formatting might be different when upgrading</summary-item>
+ </summary>
+ <actions>
+ <action type="fix" fixes-bug="66425"
context="POI_Overall">Multiple fixes found by fuzzing Apache POI via
oss-fuzz</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="57603" context="HWPF">Fix
reading/writing of documents with many columns</action>
+ <action type="fix" fixes-bug="69315" context="HSMF">Continue
processing properties after multivalued properties</action>
+ <action type="fix" fixes-bug="69529" context="XSSF">Streamed
reading: Log failures to format formulas and numbers instead of stopping
processing.</action>
+ </actions>
+ </release>
+
<release version="5.4.0" date="2025-01-08">
<summary>
<summary-item>Add support for SOURCE_DATE_EPOCH to allow to create
reproducible binary files without creation/modification-timestamp being
set</summary-item>
@@ -83,6 +96,7 @@
<summary-item>Upgrade pdfbox dependency to 3.0.3</summary-item>
<summary-item>Upgrade xmlbeans dependency to 5.3.0</summary-item>
<summary-item>Upgrade xmlsec dependency to 3.0.5</summary-item>
+ <summary-item>Upgrade JaCoCo code-coverage tooling to
0.8.12</summary-item>
</summary>
<actions>
<action type="fix" fixes-bug="github-653" context="HSSF">Adjust
HSSFWorkbook.getSheet() to return the first case-insensitive match, similar to
XSSF</action>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]