You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2015/06/22 21:26:55 UTC

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

Author: centic
Date: Mon Jun 22 19:26:55 2015
New Revision: 1686919

URL: http://svn.apache.org/r1686919
Log:
add recent change
update jenkins link and text slightly

Modified:
    poi/site/publish/changes.html
    poi/site/publish/changes.rss
    poi/site/publish/download.html
    poi/site/src/documentation/content/xdocs/download.xml
    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=1686919&r1=1686918&r2=1686919&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Mon Jun 22 19:26:55 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=56420">56420</a> - Fix possible NullPointerException when empty cell is included in Sumif calculation</li>
+        
+<li>
 <img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=58040">58040</a> - Log Forging</li>
         
 <li>

Modified: poi/site/publish/changes.rss
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1686919&r1=1686918&r2=1686919&view=diff
==============================================================================
--- poi/site/publish/changes.rss (original)
+++ poi/site/publish/changes.rss Mon Jun 22 19:26:55 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 58040)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58040) - Log Forging</description></item><item><title> fix(bug 56328)</title><link>http://poi.apache.org/changes.html</link><description> fix by David North (bug 56328) - Improve AreaReference to take account of the spreadsheet format version when determining whether a reference is whole-column.</description></item><item><title> fix(bug 57963)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 57963) - Fix and verify in CI builds that we can compile most examples without requiring scratchpad-jar, update documentation.</description></item><item><title> fix(bug 53109)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers 
 (bug 53109) - Correctly handle unicode strings in NameCommentRecord</description></item><item><title> add(bug 57904)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 57904) - Automatically verify that the resulting source-packages can be built</description></item><item><title> fix(bug 57512)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 57512) - Fix potential NPE in DateUtil for invalid dates</description></item><item><title> fix(bug 57889)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 57889) - Fix potential NPE in XWPFParagraph.getNumFmt()</description></item><item><title> fix(bug 57951)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 57951) - Use BigDecimal in some cases in DataFormatter.formatRawCellContents, to avoid rounding problems on JDK8</description></item><item><title> fix(bug 55410)<
 /title><link>http://poi.apache.org/changes.html</link><description> fix by David North (bug 55410) - Use specific ID value which prevents Excel from turning comments into giant curved arrows</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 56420)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56420) - Fix possible NullPointerException when empty cell is included in Sumif calculation</description></item><item><title> fix(bug 58040)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58040) - Log Forging</description></item><item><title> fix(bug 56328)</title><link>http://poi.apache.org/changes.html</link><description> fix by David North (bug 56328) - Improve AreaReference to take account of the spreadsheet format version when determining whether a reference is whole-column.</description></item><item><title> fix(bug 57963)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 57963) - Fix and verify in CI 
 builds that we can compile most examples without requiring scratchpad-jar, update documentation.</description></item><item><title> fix(bug 53109)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 53109) - Correctly handle unicode strings in NameCommentRecord</description></item><item><title> add(bug 57904)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 57904) - Automatically verify that the resulting source-packages can be built</description></item><item><title> fix(bug 57512)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 57512) - Fix potential NPE in DateUtil for invalid dates</description></item><item><title> fix(bug 57889)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 57889) - Fix potential NPE in XWPFParagraph.getNumFmt()</description></item><item><title> fix(bug 57951)</title><link>http://p
 oi.apache.org/changes.html</link><description> fix by POI Developers (bug 57951) - Use BigDecimal in some cases in DataFormatter.formatRawCellContents, to avoid rounding problems on JDK8</description></item><item><title> fix(bug 55410)</title><link>http://poi.apache.org/changes.html</link><description> fix by David North (bug 55410) - Use specific ID value which prevents Excel from turning comments into giant curved arrows</description></item></channel></rss>
\ No newline at end of file

Modified: poi/site/publish/download.html
URL: http://svn.apache.org/viewvc/poi/site/publish/download.html?rev=1686919&r1=1686918&r2=1686919&view=diff
==============================================================================
--- poi/site/publish/download.html (original)
+++ poi/site/publish/download.html Mon Jun 22 19:26:55 2015
@@ -451,8 +451,8 @@ if (VERSION > 3) {
 <h3>Nightly Builds</h3>
 </div>
      
-<p>The POI nightly builds are run on <a href="https://builds.apache.org/job/POI/">Jenkins</a>  continuous integration server.
-     Note that these are no official builds and they are not endorsed or even supported by the POI team.
+<p>The POI nightly builds are run on the <a href="https://builds.apache.org/view/POI/">Jenkins</a> continuous integration server.
+     Note that these are not officially verified builds and they are not endorsed or even supported by the POI team.
      <br>
      
 <strong>These builds should not be used in production</strong>: they are only intended for use by developers 

Modified: poi/site/src/documentation/content/xdocs/download.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/download.xml?rev=1686919&r1=1686918&r2=1686919&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/download.xml (original)
+++ poi/site/src/documentation/content/xdocs/download.xml Mon Jun 22 19:26:55 2015
@@ -170,8 +170,8 @@
     </section>
 
     <section><title>Nightly Builds</title>
-     <p>The POI nightly builds are run on <link href="https://builds.apache.org/job/POI/">Jenkins</link>  continuous integration server.
-     Note that these are no official builds and they are not endorsed or even supported by the POI team.
+     <p>The POI nightly builds are run on the <link href="https://builds.apache.org/view/POI/">Jenkins</link> continuous integration server.
+     Note that these are not officially verified builds and they are not endorsed or even supported by the POI team.
      <br/>
      <strong>These builds should not be used in production</strong>: they are only intended for use by developers 
      to help with resolving bugs and evaluating new features.

Modified: poi/site/src/documentation/content/xdocs/status.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/status.xml?rev=1686919&r1=1686918&r2=1686919&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/status.xml (original)
+++ poi/site/src/documentation/content/xdocs/status.xml Mon Jun 22 19:26:55 2015
@@ -39,6 +39,7 @@
     </devs>
 
     <release version="3.13-beta1" date="2015-??-??">
+        <action dev="PD" type="fix" fixes-bug="56420">Fix possible NullPointerException when empty cell is included in Sumif calculation</action>
         <action dev="PD" type="fix" fixes-bug="58040">Log Forging</action>
         <action dev="DN" type="fix" fixes-bug="56328">Improve AreaReference to take account of the spreadsheet format version when determining whether a reference is whole-column.</action>
         <action dev="PD" type="fix" fixes-bug="57963">Fix and verify in CI builds that we can compile most examples without requiring scratchpad-jar, update documentation.</action>



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