Author: centic
Date: Sun Jul 7 06:38:56 2024
New Revision: 1918984
URL: http://svn.apache.org/viewvc?rev=1918984&view=rev
Log:
Add section for next release and add 2 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=1918984&r1=1918983&r2=1918984&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Sun Jul 7 06:38:56 2024
@@ -218,6 +218,40 @@ document.write("Last Published: " + docu
</div>
+<a name="5.3.1"></a>
+<h2 class="boxed">Version
+ 5.3.1 (2024-??)
+ </h2>
+<div class="section">
+<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://github.com/apache/poi/pull/655">github-655</a></td><td>XWPF</td><td>Fix
searching text in paragraphs when text is spread across multiple runs</td>
+</tr>
+
+<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>
+
+</tbody>
+</table>
+</div>
+
+
<a name="5.3.0"></a>
<h2 class="boxed">Version
5.3.0 (2024-07-02)
Modified: poi/site/src/documentation/content/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/changes.xml?rev=1918984&r1=1918983&r2=1918984&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/changes.xml (original)
+++ poi/site/src/documentation/content/xdocs/changes.xml Sun Jul 7 06:38:56
2024
@@ -70,6 +70,16 @@
</p>
</section>
+ <release version="5.3.1" date="2024-??">
+ <!--summary>
+ <summary-item>Upgrade log4j-api dependency to 2.23.1</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>
+ </actions>
+ </release>
+
<release version="5.3.0" date="2024-07-02">
<summary>
<summary-item>Upgrade log4j-api dependency to 2.23.1</summary-item>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]