Author: fanningpj
Date: Tue Jan 14 11:04:05 2025
New Revision: 1923126

URL: http://svn.apache.org/viewvc?rev=1923126&view=rev
Log:
update changes

Modified:
    poi/site/src/documentation/content/xdocs/changes.xml

Modified: poi/site/src/documentation/content/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/changes.xml?rev=1923126&r1=1923125&r2=1923126&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/changes.xml (original)
+++ poi/site/src/documentation/content/xdocs/changes.xml Tue Jan 14 11:04:05 
2025
@@ -73,13 +73,15 @@
     <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-item>Upgrade commons-codec dependency to 
1.17.2</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="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>
             <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>
+            <action type="fix" fixes-bug="69529" context="XSSF">Streamed 
reading: Log failures to format formulas and numbers instead of stopping 
processing</action>
+            <action type="fix" fixes-bug="69536" context="SXSSF">Fix arbitrary 
extra width support</action>
         </actions>
     </release>
 
@@ -101,7 +103,7 @@
         <actions>
             <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="github-655" context="XWPF">Fix 
searching text in paragraphs when text is spread across multiple runs</action>
-            <action type="fix" fixes-bug="github-657" context="SXSSF">Support 
setting an arbitrary extra width value for column widths</action>
+            <action type="fix" fixes-bug="github-657" context="SXSSF">Support 
setting an arbitrary extra width value for column widths - not working - fixed 
in 69536 (5.4.1)</action>
             <action type="fix" fixes-bug="github-670" 
context="XWPF">XWPFRun.getText should support delInstrText and 
noBreakHyphen</action>
             <action type="fix" fixes-bug="github-672" context="XWPF">Support 
removing XWPF Styles</action>
             <action type="fix" fixes-bug="github-673" context="OOXML">Add 
word10.xsd to poi-ooxml-full</action>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to