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 01:20:23 UTC

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

Author: onealj
Date: Tue Dec 29 00:20:22 2015
New Revision: 1722044

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

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=1722044&r1=1722043&r2=1722044&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Tue Dec 29 00:20:22 2015
@@ -261,6 +261,9 @@ if (VERSION > 3) {
 <ul>
         
 <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>
 <img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=58733">58733</a> - New AIOOBE in getCell while iterating through a table in PPT</li>
         
 <li>

Modified: poi/site/publish/changes.rss
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1722044&r1=1722043&r2=1722044&view=diff
==============================================================================
--- poi/site/publish/changes.rss (original)
+++ poi/site/publish/changes.rss Tue Dec 29 00:20:22 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> 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> 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

Modified: poi/site/src/documentation/content/xdocs/status.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/status.xml?rev=1722044&r1=1722043&r2=1722044&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/status.xml (original)
+++ poi/site/src/documentation/content/xdocs/status.xml Tue Dec 29 00:20:22 2015
@@ -40,6 +40,7 @@
     </devs>
 
     <release version="3.14-beta2" date="2016-??-??">
+        <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>
     </release>



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