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 2013/06/25 15:15:10 UTC

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

Author: nick
Date: Tue Jun 25 13:15:10 2013
New Revision: 1496461

URL: http://svn.apache.org/r1496461
Log:
Update+publish the changelog

Modified:
    poi/site/publish/changes.html
    poi/site/publish/changes.rss   (contents, props changed)
    poi/site/publish/who.html
    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=1496461&r1=1496460&r2=1496461&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Tue Jun 25 13:15:10 2013
@@ -255,6 +255,24 @@ if (VERSION > 3) {
 <ul>
           
 <li>
+<img class="icon" alt="fix" src="images/fix.jpg">55142 - Not all XWPF SDT blocks need newlines(poi-developers)</li>
+          
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg">54920 - XSSFDrawing.createCellComment causes CommentsTable to lose reference to comment in cell A1(poi-developers)</li>
+          
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg">54982 - ExtractorFactory does not close files when extracting via OCPPackage.open()(poi-developers)</li>
+          
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg">54607 - NullPointerException in XSSFSheet.getTopRow() when the top row is 1(poi-developers)</li>
+          
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg">54686 - Improve how DataFormatter handles fractions(poi-developers)</li>
+          
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg">55066 - Don't load XWPF Footnotes twice(poi-developers)</li>
+          
+<li>
 <img class="icon" alt="add" src="images/add.jpg">54849 - Controlled content/Form (Std/StdBlock) content(poi-developers)</li>
           
 <li>

Modified: poi/site/publish/changes.rss
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1496461&r1=1496460&r2=1496461&view=diff
==============================================================================
--- poi/site/publish/changes.rss (original)
+++ poi/site/publish/changes.rss Tue Jun 25 13:15:10 2013
@@ -1,6 +1,30 @@
 <?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</title><link>http://poi.apache.org//changes.html</link><description> add
+<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</title><link>http://poi.apache.org//changes.html</link><description> fix
+              by 
+              poi-developers
+              :
+              55142 - Not all XWPF SDT blocks need newlines</description></item><item><title> fix</title><link>http://poi.apache.org//changes.html</link><description> fix
+              by 
+              poi-developers
+              :
+              54920 - XSSFDrawing.createCellComment causes CommentsTable to lose reference to comment in cell A1</description></item><item><title> fix</title><link>http://poi.apache.org//changes.html</link><description> fix
+              by 
+              poi-developers
+              :
+              54982 - ExtractorFactory does not close files when extracting via OCPPackage.open()</description></item><item><title> fix</title><link>http://poi.apache.org//changes.html</link><description> fix
+              by 
+              poi-developers
+              :
+              54607 - NullPointerException in XSSFSheet.getTopRow() when the top row is 1</description></item><item><title> fix</title><link>http://poi.apache.org//changes.html</link><description> fix
+              by 
+              poi-developers
+              :
+              54686 - Improve how DataFormatter handles fractions</description></item><item><title> fix</title><link>http://poi.apache.org//changes.html</link><description> fix
+              by 
+              poi-developers
+              :
+              55066 - Don't load XWPF Footnotes twice</description></item><item><title> add</title><link>http://poi.apache.org//changes.html</link><description> add
               by 
               poi-developers
               :

Propchange: poi/site/publish/changes.rss
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: poi/site/publish/changes.rss
            ('svn:executable' removed)

Modified: poi/site/publish/who.html
URL: http://svn.apache.org/viewvc/poi/site/publish/who.html?rev=1496461&r1=1496460&r2=1496461&view=diff
==============================================================================
--- poi/site/publish/who.html (original)
+++ poi/site/publish/who.html Tue Jun 25 13:15:10 2013
@@ -328,6 +328,8 @@ if (VERSION > 3) {
       
 <li>Avik Sengupta (avik at apache dot org)</li>
       
+<li>Dominik Stadler (centic at apache dot org)</li>
+      
 <li>
 <a href="http://members.iinet.net.au/~gstamp/glen/">Glen Stampoultzis</a> (glens at apache.org)</li>
       

Modified: poi/site/src/documentation/content/xdocs/status.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/status.xml?rev=1496461&r1=1496460&r2=1496461&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/status.xml (original)
+++ poi/site/src/documentation/content/xdocs/status.xml Tue Jun 25 13:15:10 2013
@@ -35,6 +35,7 @@
 
     <changes>
         <release version="3.10-beta1" date="2013-06-??">
+          <action dev="poi-developers" type="fix">55142 - Not all XWPF SDT blocks need newlines</action>
           <action dev="poi-developers" type="fix">54920 - XSSFDrawing.createCellComment causes CommentsTable to lose reference to comment in cell A1</action>
           <action dev="poi-developers" type="fix">54982 - ExtractorFactory does not close files when extracting via OCPPackage.open()</action>
           <action dev="poi-developers" type="fix">54607 - NullPointerException in XSSFSheet.getTopRow() when the top row is 1</action>



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