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: <[email protected]> Date: Tue, Mar 19, 2019 at 8:35 PM Subject: svn commit: r1855878 - /poi/site/src/documentation/content/xdocs/changes.xml To: <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
