You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2018/11/25 21:36:29 UTC

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

Author: kiwiwings
Date: Sun Nov 25 21:36:29 2018
New Revision: 1847435

URL: http://svn.apache.org/viewvc?rev=1847435&view=rev
Log:
fix change log - thanks to Yegor for pointing this out

See
https://bz.apache.org/bugzilla/buglist.cgi?bug_status=RESOLVED&chfield=resolution&chfieldfrom=2018-09-07&chfieldto=Now&order=bug_id&product=POI&query_format=advanced&resolution=FIXED

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=1847435&r1=1847434&r2=1847435&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/changes.xml (original)
+++ poi/site/src/documentation/content/xdocs/changes.xml Sun Nov 25 21:36:29 2018
@@ -92,6 +92,20 @@
         <summary-item>Upgrade to XMLBeans 3.0.2</summary-item>
       </summary>
       <actions>
+        <action dev="PD" type="fix" fixes-bug="59773" context="POI_Overall">Move loop invariants outside of loop for faster execution</action>
+        <action dev="PD" type="fix" fixes-bug="59834" context="POI_Overall">poi-ooxml pom.xml should include dependency on poi-scratchpad</action>
+        <action dev="PD" type="fix" fixes-bug="62690" context="POI_Overall">Missing Maven dependency to commons-math3</action>
+        <action dev="PD" type="fix" fixes-bug="62692" context="OPC">WildFly XML parser not properly supported - Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized </action>
+        <action dev="PD" type="fix" fixes-bug="62699" context="POI_Overall">Download page must link to https://www.apache.org/dist/poi/KEYS</action>
+        <action dev="PD" type="fix" fixes-bug="62733" context="XSLF">XSLFBackground setFill() can corrupt the document</action>
+        <action dev="PD" type="fix" fixes-bug="62735" context="XSSF">poi-ooxml 4.0.0 should have dependency on curvesapi 1.05</action>
+        <action dev="PD" type="fix" fixes-bug="62740" context="XSSF">XSSFTable constructor automatically assigns invalid (non-unique) column IDs</action>
+        <action dev="PD" type="fix" fixes-bug="62768" context="OPC">OPCPackage#close() method is incorrectly synchronized</action>
+        <action dev="PD" type="fix" fixes-bug="62796" context="POI_Overall">Remove XML Event parser code from PackagePropertiesMarshaller</action>
+        <action dev="PD" type="fix" fixes-bug="62800" context="XSLF">Fix null pointer exception if a picture shape has no blip id</action>
+        <action dev="PD" type="fix" fixes-bug="62805" context="POI_Overall">Fix Old-Xerces build issues</action>
+        <action dev="PD" type="fix" fixes-bug="62805" context="XSLF">XSLFTableCell#removeBorder(BorderEdge.right) removes the bottom edge not the right edge.</action>
+        <action dev="PD" type="fix" fixes-bug="62811" context="POI_Overall">POI Encryption didn't work with 4.0.0 but did work with 3.17 </action>
         <action dev="PD" type="fix" fixes-bug="62951" context="POI_Overall">FileMagic not correctly identified</action>
         <action dev="PD" type="fix" fixes-bug="62949" context="SL_Common">SlideShow rendering - keyframe fractions must be increasing</action>
         <action dev="PD" type="fix" fixes-bug="62921" context="POI_Overall">Provide OOXMLLite alternative for Java 12+</action>



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