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

svn commit: r1854635 - in /poi/site: publish/changes.html src/documentation/content/xdocs/changes.xml

Author: centic
Date: Sat Mar  2 10:03:56 2019
New Revision: 1854635

URL: http://svn.apache.org/viewvc?rev=1854635&view=rev
Log:
Update changelog

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

Modified: poi/site/publish/changes.html
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1854635&r1=1854634&r2=1854635&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Sat Mar  2 10:03:56 2019
@@ -227,6 +227,22 @@ document.write("Last Published: " + docu
 <tbody>
         
 <tr>
+<td style="text-align: center;"><img class="icon" alt="fix" src="images/fix.png"></td><td><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62151">62151</a></td><td>POIFS</td><td>Work around illegal reflective access in Java 9+ when freeing buffers</td>
+</tr>
+        
+<tr>
+<td style="text-align: center;"><img class="icon" alt="add" src="images/add.png"></td><td><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=63029">63029</a></td><td>OPC</td><td>OPCPackage Potentially clobbers files on close()</td>
+</tr>
+        
+<tr>
+<td style="text-align: center;"><img class="icon" alt="add" src="images/add.png"></td><td><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62980">62980</a></td><td>SS_Common XSSF HSSF</td><td>Make D* functions ignore case in headings </td>
+</tr>
+        
+<tr>
+<td style="text-align: center;"><img class="icon" alt="fix" src="images/fix.png"></td><td><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60977">60977</a></td><td>XSSF</td><td>Adding custom properties creates invalid .xlsx file on second write</td>
+</tr>
+        
+<tr>
 <td style="text-align: center;"><img class="icon" alt="fix" src="images/fix.png"></td><td><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60460">60460</a></td><td>SL_Common</td><td>Null pointer exception in ExternSheetNameResolver.prependSheetName method</td>
 </tr>
         

Modified: poi/site/src/documentation/content/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/changes.xml?rev=1854635&r1=1854634&r2=1854635&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/changes.xml (original)
+++ poi/site/src/documentation/content/xdocs/changes.xml Sat Mar  2 10:03:56 2019
@@ -87,6 +87,7 @@
 
     <release version="4.1.0" date="2019-02-??">
       <actions>
+        <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>
         <action dev="PD" type="fix" fixes-bug="60977" context="XSSF">Adding custom properties creates invalid .xlsx file on second write</action>



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