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 2016/07/04 21:00:40 UTC

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

Author: nick
Date: Mon Jul  4 21:00:40 2016
New Revision: 1751380

URL: http://svn.apache.org/viewvc?rev=1751380&view=rev
Log:
Changelog update

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=1751380&r1=1751379&r2=1751380&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Mon Jul  4 21:00:40 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=59780">59780</a> - OPC support for a wider range of timezone'd created and modified date formats in package properties</li>
+        
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=59796">59796</a> - XSSF: XSSFTable.getRowCount off-by-one error</li>
+        
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=59795">59795</a> - XSSF: XSSFTable needs a method to reset start/end Cell References</li>
+        
+<li>
 <img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=59790">59790</a> - Common SS: convert FormulaType class to enum</li>
         
 <li>

Modified: poi/site/publish/changes.rss
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1751380&r1=1751379&r2=1751380&view=diff
==============================================================================
--- poi/site/publish/changes.rss (original)
+++ poi/site/publish/changes.rss Mon Jul  4 21:00:40 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 59780)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59780) - OPC support for a wider range of timezone'd created and modified date formats in package properties</description></item>
+<item><title> fix(bug 59796)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59796) - XSSF: XSSFTable.getRowCount off-by-one error</description></item>
+<item><title> fix(bug 59795)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59795) - XSSF: XSSFTable needs a method to reset start/end Cell References</description></item>
 <item><title> fix(bug 59790)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59790) - Common SS: convert FormulaType class to enum</description></item>
 <item><title> fix(bug 59789)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59789) - HSSF: improve performance of row shifting on sheets that contain comments</description></item>
 <item><title> fix(bug 59786)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59786) - HMEF: fix NPE from HMEFContentsExtractor</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=1751380&r1=1751379&r2=1751380&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/status.xml (original)
+++ poi/site/src/documentation/content/xdocs/status.xml Mon Jul  4 21:00:40 2016
@@ -40,6 +40,7 @@
     </devs>
 
     <release version="3.15-beta3" date="2016-08-??">
+        <action dev="PD" type="fix" fixes-bug="59780">OPC support for a wider range of timezone'd created and modified date formats in package properties</action>
         <action dev="PD" type="fix" fixes-bug="59796">XSSF: XSSFTable.getRowCount off-by-one error</action>
         <action dev="PD" type="fix" fixes-bug="59795">XSSF: XSSFTable needs a method to reset start/end Cell References</action>
         <action dev="PD" type="fix" fixes-bug="59790">Common SS: convert FormulaType class to enum</action>



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