You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by gw...@apache.org on 2019/03/20 03:35:42 UTC

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

Author: gwoolsey
Date: Wed Mar 20 03:35:41 2019
New Revision: 1855878

URL: http://svn.apache.org/viewvc?rev=1855878&view=rev
Log:
add release change summary 

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=1855878&r1=1855877&r2=1855878&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/changes.xml (original)
+++ poi/site/src/documentation/content/xdocs/changes.xml Wed Mar 20 03:35:41 2019
@@ -87,10 +87,14 @@
     -->
 
     <release version="4.1.0" date="2019-02-??">
+      <summary>
+        <summary-item>Improved support/fixes for Java 9+ and IBM JVM</summary-item>
+        <summary-item>Support SVG images in XSLF, other image handling enhancements</summary-item>
+        <summary-item>Security, stability and memory/resource handling improvements</summary-item>
+        <summary-item>Various bug fixes across function and conditional format rule evaluation</summary-item>
+        <summary-item>Upgrade to XMLBeans 3.0.3</summary-item>
+      </summary>
       <actions>
-        <action dev="GW" type="add" fixes-bug="60724" context="SS_Common">Implement 'ignore hidden rows' variations for existing implemented variants</action>
-        <action dev="GW" type="fix" fixes-bug="63264" context="SS_Common">Conditional Format rule evaluation calculates relative references incorrectly</action>
-        <action dev="GW" type="fix" fixes-bug="61652" context="SS_Common">Fix NPE in EDATE function when date evaluates to an invalid value</action>
         <action dev="PD" type="fix" fixes-bug="62151" context="POIFS">Work around illegal reflective access in Java 9+ when freeing buffers</action>
         <action dev="PD" type="add" fixes-bug="63029" context="OPC">OPCPackage Potentially clobbers files on close()</action>
         <action dev="PD" type="add" fixes-bug="62980" context="SS_Common XSSF HSSF">Make D* functions ignore case in headings </action>
@@ -118,6 +122,9 @@
         <action dev="PD" type="fix" fixes-bug="63005" context="POI_Overall">Remove support for reading files that have XML entity definitions</action>
         <action dev="PD" type="fix" fixes-bug="63013" context="XWPF">add XWPFRun setLang method</action>
         <action dev="PD" type="fix" fixes-bug="63240" context="XSSF">Remove unnecessary synchronization on DocumentHelper.newDocumentBuilder and SAXHelper.newXMLReader</action>
+        <action dev="GW" type="fix" fixes-bug="61652" context="SS_Common">Fix NPE in EDATE function when date evaluates to an invalid value</action>
+        <action dev="GW" type="fix" fixes-bug="63264" context="SS_Common">Conditional Format rule evaluation calculates relative references incorrectly</action>
+        <action dev="GW" type="add" fixes-bug="60724" context="SS_Common">Implement 'ignore hidden rows' variations for existing SUBTOTAL function variants</action>
         <action dev="PD" type="fix" fixes-bug="63268" context="SS_Common">Fix issue with CellUtil.setFont adding unnecessary styles</action>
       </actions>
     </release>



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


Re: changes.xml

Posted by Andreas Beeker <ki...@apache.org>.
As I put a lot of effort in ... I've added the EMF module.
This will lead to changes in TIKA, because I've adapted the EMF API to the one of WMF.

Andi


On 20.03.19 04:39, Greg Woolsey wrote:
> I took a stab at release summary bullets.  Feedback welcome, if I
> missed something or mischaracterized changes.  Also realized I'd added
> some bugs to the list at the top instead of bottom, so I moved them.



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

Posted by Greg Woolsey <gw...@apache.org>.
I took a stab at release summary bullets.  Feedback welcome, if I
missed something or mischaracterized changes.  Also realized I'd added
some bugs to the list at the top instead of bottom, so I moved them.

---------- Forwarded message ---------
From: <gw...@apache.org>
Date: Tue, Mar 19, 2019 at 8:35 PM
Subject: svn commit: r1855878 -
/poi/site/src/documentation/content/xdocs/changes.xml
To: <co...@poi.apache.org>


Author: gwoolsey
Date: Wed Mar 20 03:35:41 2019
New Revision: 1855878

URL: http://svn.apache.org/viewvc?rev=1855878&view=rev
Log:
add release change summary

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=1855878&r1=1855877&r2=1855878&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/changes.xml (original)
+++ poi/site/src/documentation/content/xdocs/changes.xml Wed Mar 20
03:35:41 2019
@@ -87,10 +87,14 @@
     -->

     <release version="4.1.0" date="2019-02-??">
+      <summary>
+        <summary-item>Improved support/fixes for Java 9+ and IBM
JVM</summary-item>
+        <summary-item>Support SVG images in XSLF, other image
handling enhancements</summary-item>
+        <summary-item>Security, stability and memory/resource
handling improvements</summary-item>
+        <summary-item>Various bug fixes across function and
conditional format rule evaluation</summary-item>
+        <summary-item>Upgrade to XMLBeans 3.0.3</summary-item>
+      </summary>
       <actions>
-        <action dev="GW" type="add" fixes-bug="60724"
context="SS_Common">Implement 'ignore hidden rows' variations for
existing implemented variants</action>
-        <action dev="GW" type="fix" fixes-bug="63264"
context="SS_Common">Conditional Format rule evaluation calculates
relative references incorrectly</action>
-        <action dev="GW" type="fix" fixes-bug="61652"
context="SS_Common">Fix NPE in EDATE function when date evaluates to
an invalid value</action>
         <action dev="PD" type="fix" fixes-bug="62151"
context="POIFS">Work around illegal reflective access in Java 9+ when
freeing buffers</action>
         <action dev="PD" type="add" fixes-bug="63029"
context="OPC">OPCPackage Potentially clobbers files on
close()</action>
         <action dev="PD" type="add" fixes-bug="62980"
context="SS_Common XSSF HSSF">Make D* functions ignore case in
headings </action>
@@ -118,6 +122,9 @@
         <action dev="PD" type="fix" fixes-bug="63005"
context="POI_Overall">Remove support for reading files that have XML
entity definitions</action>
         <action dev="PD" type="fix" fixes-bug="63013"
context="XWPF">add XWPFRun setLang method</action>
         <action dev="PD" type="fix" fixes-bug="63240"
context="XSSF">Remove unnecessary synchronization on
DocumentHelper.newDocumentBuilder and SAXHelper.newXMLReader</action>
+        <action dev="GW" type="fix" fixes-bug="61652"
context="SS_Common">Fix NPE in EDATE function when date evaluates to
an invalid value</action>
+        <action dev="GW" type="fix" fixes-bug="63264"
context="SS_Common">Conditional Format rule evaluation calculates
relative references incorrectly</action>
+        <action dev="GW" type="add" fixes-bug="60724"
context="SS_Common">Implement 'ignore hidden rows' variations for
existing SUBTOTAL function variants</action>
         <action dev="PD" type="fix" fixes-bug="63268"
context="SS_Common">Fix issue with CellUtil.setFont adding unnecessary
styles</action>
       </actions>
     </release>



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

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