You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2016/06/23 18:59:56 UTC

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

Author: nick
Date: Thu Jun 23 18:59:56 2016
New Revision: 1749972

URL: http://svn.apache.org/viewvc?rev=1749972&view=rev
Log:
Changelog update

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

Modified: poi/site/publish/changes.html
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1749972&r1=1749971&r2=1749972&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Thu Jun 23 18:59:56 2016
@@ -265,6 +265,9 @@ if (VERSION > 3) {
 <ul>
         
 <li>
+<img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=59746">59746</a> - XSSF support for files from certain alternate tools where the row XML is missing the row number</li>
+        
+<li>
 <img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=59743">59743</a> - SXSSF: ZipSecureFile throwing "zip bomb detected" exception when writing SXSSFWorkbook</li>
         
 <li>

Modified: poi/site/publish/changes.rss
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1749972&r1=1749971&r2=1749972&view=diff
==============================================================================
--- poi/site/publish/changes.rss (original)
+++ poi/site/publish/changes.rss Thu Jun 23 18:59:56 2016
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">
 <rss version="0.91"><channel><title>Apache POI Changes</title><link>http://poi.apache.org/changes.html</link><description>Apache POI Changes</description><language>en-us</language>
+<item><title> fix(bug 59746)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59746) - XSSF support for files from certain alternate tools where the row XML is missing the row number</description></item>
 <item><title> fix(bug 59743)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59743) - SXSSF: ZipSecureFile throwing "zip bomb detected" exception when writing SXSSFWorkbook</description></item>
 <item><title> fix(bug 59742)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59742) - XSLF: XSLFPictureData support for TIFF images</description></item>
 <item><title> add(bug 59717)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59717) - POIXMLProperties helper methods for reading and changing OOXML document thumbnails</description></item>

Modified: poi/site/src/documentation/content/xdocs/status.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/status.xml?rev=1749972&r1=1749971&r2=1749972&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/status.xml (original)
+++ poi/site/src/documentation/content/xdocs/status.xml Thu Jun 23 18:59:56 2016
@@ -40,6 +40,7 @@
     </devs>
 
     <release version="3.15-beta2" date="2016-07-??">
+        <action dev="PD" type="fix" fixes-bug="59746">XSSF support for files from certain alternate tools where the row XML is missing the row number</action>
         <action dev="PD" type="fix" fixes-bug="59743">SXSSF: ZipSecureFile throwing "zip bomb detected" exception when writing SXSSFWorkbook</action>
         <action dev="PD" type="fix" fixes-bug="59742">XSLF: XSLFPictureData support for TIFF images</action>
         <action dev="PD" type="add" fixes-bug="59717">POIXMLProperties helper methods for reading and changing OOXML document thumbnails</action>



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