You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2020/01/02 15:31:47 UTC

svn commit: r1872248 - /poi/site/src/documentation/content/xdocs/changes.xml

Author: fanningpj
Date: Thu Jan  2 15:31:47 2020
New Revision: 1872248

URL: http://svn.apache.org/viewvc?rev=1872248&view=rev
Log:
[bug-64044] setCellValue(LocalDate) does not support nulls properly

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=1872248&r1=1872247&r2=1872248&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/changes.xml (original)
+++ poi/site/src/documentation/content/xdocs/changes.xml Thu Jan  2 15:31:47 2020
@@ -87,6 +87,9 @@
     -->
 
     <release version="4.1.2" date="2020-01-??">
+      <summary>
+        <summary-item>Removed a lot of internal uses of StringBuffers</summary-item>
+      </summary>
       <actions>
         <action dev="PD" type="fix" fixes-bug="63788" context="XWPF">When removing AbstractNum match by abstractNumId, not list index</action>
         <action dev="PD" type="fix" fixes-bug="63940" context="POI_Overall">Avoid endless loop/out of memory on string-replace with empty search string</action>
@@ -95,15 +98,18 @@
         <action dev="PD" type="fix" fixes-bug="63984" context="POI_Overall">Function AND / OR should treat missing parameters as FALSE</action>
         <action dev="PD" type="fix" fixes-bug="63749" context="POI_Overall">Make getFirstRowNum() and getFirstCellNum() return -1 consistently with empty data</action>
         <action dev="PD" type="fix" fixes-bug="63569" context="POI_Overall">Make IOUtils.setByteArrayMaxOverride() work correctly</action>
-        <action dev="PD" type="fix" fixes-bug="63918" context="SL_Common XSLF">Fix texture fill - scale stretched images correctly</action>
         <action dev="PD" type="add" context="XSLF">Add, insert and remove columns on XSLFTable</action>
+        <action dev="PD" type="fix" fixes-bug="63842" context="POI_Overall">Fix issue with fractions where the whole number part is too large to store as an int</action>
         <action dev="PD" type="fix" fixes-bug="63889" context="XDDF">Produce valid PPTX file with several chart series</action>
+        <action dev="PD" type="fix" fixes-bug="63918" context="SL_Common XSLF">Fix texture fill - scale stretched images correctly</action>
         <action dev="PD" type="add" context="XDDF">Add Doughnut chart data series support</action>
         <action dev="PD" type="fix" fixes-bug="63955" context="HMEF">HMEFContentsExtractor fails to extract content from winmail.dat</action>
         <action dev="PD" type="fix" fixes-bug="63927" context="POI_Overall">Inconsistent mapping of Norwegian locales for date formats</action>
+        <action dev="PD" type="fix" fixes-bug="github-163" context="XSSF">Add set level numbering on XWPFParagraph</action>
         <action dev="PD" type="fix" fixes-bug="github-164" context="XSSF">Fix Bug in XSSFTable.setCellReferences when table is single cell</action>
         <action dev="PD" type="fix" fixes-bug="64004" context="POI_Overall">Replace Cloneable / clone() with copy constructor</action>
         <action dev="PD" type="fix" fixes-bug="64036" context="POI_Overall">Replace reflection calls in factories for Java 9+</action>
+        <action dev="PD" type="fix" fixes-bug="64044" context="POI_Overall">Fix issue with setCellValue(LocalDate) not supporting nulls properly</action>
       </actions>
     </release>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org