Author: centic
Date: Sat Jun 28 12:29:00 2025
New Revision: 1926807
URL: http://svn.apache.org/viewvc?rev=1926807&view=rev
Log:
Update changelog, mention newer JaCoCo
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=1926807&r1=1926806&r2=1926807&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Sat Jun 28 12:29:00 2025
@@ -227,11 +227,19 @@ document.write("Last Published: " + docu
<h3 class="boxed">Summary</h3>
<ul>
+<li>Upgrade batik dependency to 1.19</li>
+
+<li>Upgrade bouncycastle dependency to 1.80</li>
+
<li>Upgrade commons-collections4 dependency to 4.5.0</li>
<li>Upgrade commons-io dependency to 2.19.0</li>
<li>Upgrade pdfbox dependency to 3.0.5</li>
+
+<li>Upgrade xmlsec dependency to 3.0.6</li>
+
+<li>Upgrade JaCoCo code-coverage tooling to 0.8.13</li>
</ul>
<a name="Changes"></a>
@@ -257,6 +265,14 @@ document.write("Last Published: " + docu
<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=69667">69667</a></td><td>HSSF</td><td>Handle
slightly broken WriteAccessRecord gracefully</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=69669">69669</a></td><td>HSLF</td><td>Fix
issue where Slide addTitle corrupts the ppt file</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/803">github-803</a></td><td>SS_Common</td><td>Add
support for SHEET function</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=1926807&r1=1926806&r2=1926807&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/changes.xml (original)
+++ poi/site/src/documentation/content/xdocs/changes.xml Sat Jun 28 12:29:00
2025
@@ -78,6 +78,7 @@
<summary-item>Upgrade commons-io dependency to
2.19.0</summary-item>
<summary-item>Upgrade pdfbox dependency to 3.0.5</summary-item>
<summary-item>Upgrade xmlsec dependency to 3.0.6</summary-item>
+ <summary-item>Upgrade JaCoCo code-coverage tooling to
0.8.13</summary-item>
</summary>
<actions>
<action type="fix" fixes-bug="69646" context="SXSSF">SXSSF: check
for null _fd instance in dispose call</action>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]