You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2015/12/29 06:51:15 UTC

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

Author: onealj
Date: Tue Dec 29 05:51:15 2015
New Revision: 1722056

URL: http://svn.apache.org/viewvc?rev=1722056&view=rev
Log:
update docs for bug 58775

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=1722056&r1=1722055&r2=1722056&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Tue Dec 29 05:51:15 2015
@@ -261,6 +261,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=58775">58775</a> - Set maximum number of data formats to avoid corrupted workbook</li>
+        
+<li>
 <img class="icon" alt="add" src="images/add.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=58778">58778</a> - Override built-in number formats in XSSFWorkbooks</li>
         
 <li>

Modified: poi/site/publish/changes.rss
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1722056&r1=1722055&r2=1722056&view=diff
==============================================================================
--- poi/site/publish/changes.rss (original)
+++ poi/site/publish/changes.rss Tue Dec 29 05:51:15 2015
@@ -1,3 +1,3 @@
 <?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>POI Changes</title><link>http://poi.apache.org/changes.html</link><description>POI Changes</description><language>en-us</language><item><title> add(bug 58778)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58778) - Override built-in number formats in XSSFWorkbooks</description></item><item><title> fix(bug 58733)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58733) - New AIOOBE in getCell while iterating through a table in PPT</description></item><item><title> fix(bug 58718)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58718) - Master styles not initialized when running multithreaded</description></item></channel></rss>
\ No newline at end of file
+<rss version="0.91"><channel><title>POI Changes</title><link>http://poi.apache.org/changes.html</link><description>POI Changes</description><language>en-us</language><item><title> fix(bug 58775)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58775) - Set maximum number of data formats to avoid corrupted workbook</description></item><item><title> add(bug 58778)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58778) - Override built-in number formats in XSSFWorkbooks</description></item><item><title> fix(bug 58733)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58733) - New AIOOBE in getCell while iterating through a table in PPT</description></item><item><title> fix(bug 58718)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58718) - Master styles not initialized when running multithreaded</descrip
 tion></item></channel></rss>
\ No newline at end of file

Modified: poi/site/src/documentation/content/xdocs/status.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/status.xml?rev=1722056&r1=1722055&r2=1722056&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/status.xml (original)
+++ poi/site/src/documentation/content/xdocs/status.xml Tue Dec 29 05:51:15 2015
@@ -40,6 +40,7 @@
     </devs>
 
     <release version="3.14-beta2" date="2016-??-??">
+        <action dev="PD" type="fix" fixes-bug="58775">Set maximum number of data formats to avoid corrupted workbook</action>
         <action dev="PD" type="add" fixes-bug="58778">Override built-in number formats in XSSFWorkbooks</action>
         <action dev="PD" type="fix" fixes-bug="58733">New AIOOBE in getCell while iterating through a table in PPT</action>
         <action dev="PD" type="fix" fixes-bug="58718">Master styles not initialized when running multithreaded</action>



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