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 2016/09/21 02:57:44 UTC

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

Author: onealj
Date: Wed Sep 21 02:57:44 2016
New Revision: 1761666

URL: http://svn.apache.org/viewvc?rev=1761666&view=rev
Log:
update changelog for bug 59933

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=1761666&r1=1761665&r2=1761666&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Wed Sep 21 02:57:44 2016
@@ -267,16 +267,16 @@ 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=60140">60140</a> - Fixed memory leak in FileBackedDataSource</li>
+<img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60140">60140</a> - OOXML: Fixed memory leak in FileBackedDataSource</li>
         
 <li>
 <img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60128">60128</a> - OOXML: Close open file handles before raising an exception</li>
         
 <li>
-<img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60131">60131</a> - D* function refactorings</li>
+<img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60131">60131</a> - SS Common: D* function refactorings</li>
         
 <li>
-<img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60130">60130</a> - Fix DGET function behaviour with empty cells</li>
+<img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60130">60130</a> - SS Common: Fix DGET function behaviour with empty cells</li>
         
 <li>
 <img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=52425">52425</a> - XSSF: Error adding Comments into cloned Sheets</li>

Modified: poi/site/publish/changes.rss
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1761666&r1=1761665&r2=1761666&view=diff
==============================================================================
--- poi/site/publish/changes.rss (original)
+++ poi/site/publish/changes.rss Wed Sep 21 02:57:44 2016
@@ -1,10 +1,10 @@
 <?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 60140)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 60140) - Fixed memory leak in FileBackedDataSource</description></item>
+<item><title> fix(bug 60140)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 60140) - OOXML: Fixed memory leak in FileBackedDataSource</description></item>
 <item><title> fix(bug 60128)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 60128) - OOXML: Close open file handles before raising an exception</description></item>
-<item><title> fix(bug 60131)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 60131) - D* function refactorings</description></item>
-<item><title> fix(bug 60130)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 60130) - Fix DGET function behaviour with empty cells</description></item>
+<item><title> fix(bug 60131)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 60131) - SS Common: D* function refactorings</description></item>
+<item><title> fix(bug 60130)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 60130) - SS Common: Fix DGET function behaviour with empty cells</description></item>
 <item><title> fix(bug 52425)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 52425) - XSSF: Error adding Comments into cloned Sheets</description></item>
 <item><title> fix(bug 60025)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 60025) - SS Common: DataFormatter should return TRUE or FALSE for boolean cell values</description></item>
 <item><title> add(bug 58191)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58191) - XSLF: Support merge cells within a table row</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=1761666&r1=1761665&r2=1761666&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/status.xml (original)
+++ poi/site/src/documentation/content/xdocs/status.xml Wed Sep 21 02:57:44 2016
@@ -40,14 +40,15 @@
     </devs>
 
     <!-- release version="3.16-beta1" date="2016-11-??">
+        <action dev="PD" type="fix" fixes-bug="59933">POI: Fix IllegalAccess exception caused by logger</action>
         <action dev="PD" type="add" fixes-bug="59853">XSSF: Support Table (structured reference) sources in PivotTables</action>
     </release -->
 
     <release version="3.15" date="2016-09-19">
-        <action dev="PD" type="fix" fixes-bug="60140">Fixed memory leak in FileBackedDataSource</action>
+        <action dev="PD" type="fix" fixes-bug="60140">OOXML: Fixed memory leak in FileBackedDataSource</action>
         <action dev="PD" type="fix" fixes-bug="60128">OOXML: Close open file handles before raising an exception</action>
-        <action dev="PD" type="fix" fixes-bug="60131">D* function refactorings</action>
-        <action dev="PD" type="fix" fixes-bug="60130">Fix DGET function behaviour with empty cells</action>
+        <action dev="PD" type="fix" fixes-bug="60131">SS Common: D* function refactorings</action>
+        <action dev="PD" type="fix" fixes-bug="60130">SS Common: Fix DGET function behaviour with empty cells</action>
         <action dev="PD" type="fix" fixes-bug="52425">XSSF: Error adding Comments into cloned Sheets</action>
         <action dev="PD" type="fix" fixes-bug="60025">SS Common: DataFormatter should return TRUE or FALSE for boolean cell values</action>
         <action dev="PD" type="add" fixes-bug="58191">XSLF: Support merge cells within a table row</action>



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