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/10/09 03:02:48 UTC

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

Author: onealj
Date: Sun Oct  9 03:02:48 2016
New Revision: 1763940

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

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=1763940&r1=1763939&r2=1763940&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Sun Oct  9 03:02:48 2016
@@ -265,6 +265,15 @@ 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=60197">60197</a> - SS Common: named range sheet index not updated when changing sheet order</li>
+        
+<li>
+<img class="icon" alt="add" src="images/add.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60003">60003</a> - Regression: HSLF Powerpoint text extractor from footer of master slide</li>
+        
+<li>
+<img class="icon" alt="add" src="images/add.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60226">60226</a> - ClassLoader workaround for OSGI when processing OOXML files</li>
+        
+<li>
 <img class="icon" alt="add" src="images/add.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60187">60187</a> - SS Common: support BorderStyle enums in RegionUtil</li>
         
 <li>

Modified: poi/site/publish/changes.rss
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1763940&r1=1763939&r2=1763940&view=diff
==============================================================================
--- poi/site/publish/changes.rss (original)
+++ poi/site/publish/changes.rss Sun Oct  9 03:02:48 2016
@@ -1,6 +1,9 @@
 <?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 60197)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 60197) - SS Common: named range sheet index not updated when changing sheet order</description></item>
+<item><title> add(bug 60003)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 60003) - Regression: HSLF Powerpoint text extractor from footer of master slide</description></item>
+<item><title> add(bug 60226)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 60226) - ClassLoader workaround for OSGI when processing OOXML files</description></item>
 <item><title> add(bug 60187)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 60187) - SS Common: support BorderStyle enums in RegionUtil</description></item>
 <item><title> add(bug 59857)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59857) - Password protected files with "Microsoft Enhanced Cryptographic Provider v1.0"</description></item>
 <item><title> fix(bug 59687)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59687) - XSSF: Comments removed from wrong row when removing a row from a sheet with empty rows</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=1763940&r1=1763939&r2=1763940&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/status.xml (original)
+++ poi/site/src/documentation/content/xdocs/status.xml Sun Oct  9 03:02:48 2016
@@ -40,6 +40,7 @@
     </devs>
 
     <release version="3.16-beta1" date="2016-11-??">
+        <action dev="PD" type="fix" fixes-bug="60197">SS Common: named range sheet index not updated when changing sheet order</action>
         <action dev="PD" type="add" fixes-bug="60003">Regression: HSLF Powerpoint text extractor from footer of master slide</action>
         <action dev="PD" type="add" fixes-bug="60226">ClassLoader workaround for OSGI when processing OOXML files</action>
         <action dev="PD" type="add" fixes-bug="60187">SS Common: support BorderStyle enums in RegionUtil</action>



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