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/10/14 16:58:00 UTC

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

Author: centic
Date: Wed Oct 14 14:58:00 2015
New Revision: 1708611

URL: http://svn.apache.org/viewvc?rev=1708611&view=rev
Log:
Update changelog, add some older entries that seem to be missing
Re-generate overview.html with the newer library versions

Modified:
    poi/site/publish/changes.html
    poi/site/publish/changes.rss
    poi/site/publish/overview.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=1708611&r1=1708610&r2=1708611&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Wed Oct 14 14:58:00 2015
@@ -261,6 +261,12 @@ 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=58480">58480</a> - Work around problem where on Windows systems a Mapped Buffer can still lock a file even if the Channel was closed properly</li>
+        
+<li>
+<img class="icon" alt="add" src="images/add.jpg"> Update commons-logging to 1.2 and commons-codec to 1.10</li>
+        
+<li>
 <img class="icon" alt="fix" src="images/fix.jpg"> Removed deprecated mixed case getter/setter in XSSFColor</li>
         
 <li>
@@ -288,7 +294,7 @@ 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=58350">58350</a> - Make XSSF and HSSF consistent on Sheet.getMergedRegions: return empty list if there are none.</li>
+<img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=58350">58350</a> - Make XSSF and HSSF consistent on Sheet.getMergedRegions: return empty list if there are none</li>
         
 <li>
 <img class="icon" alt="add" src="images/add.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=58216">58216</a> - provide picture-shape resize that maintains the aspect ratio</li>
@@ -306,6 +312,12 @@ if (VERSION > 3) {
 <img class="icon" alt="add" src="images/add.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=58207">58207</a> - Provide user access to the original image dimensions</li>
         
 <li>
+<img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=55476">55476</a> - Fix adding pictures to XWPFRun instances</li>
+        
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=58341">58341</a> - Handle edge-cases in D* function</li>
+        
+<li>
 <img class="icon" alt="add" src="images/add.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=58245">58245</a> - Workbook support for iterating over Sheets</li>
         
 <li>
@@ -319,6 +331,9 @@ if (VERSION > 3) {
         
 <li>
 <img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=58039">58039</a> - Make DGet and DMin function implementations thread-safe</li>
+        
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg"> Adjust Locale/Timezone handling to pass forbidden-api-checks and provide LocaleUtil to dynamically adjust the locale and timezone that POI operates on</li>
     	
 <li>
 <img class="icon" alt="fix" src="images/fix.jpg"> Fix DAYS360 handling for US/EU method</li>

Modified: poi/site/publish/changes.rss
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1708611&r1=1708610&r2=1708611&view=diff
==============================================================================
--- poi/site/publish/changes.rss (original)
+++ poi/site/publish/changes.rss Wed Oct 14 14:58:00 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</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Removed deprecated mixed case getter/setter in XSSFColor</description></item><item><title> fix(bug 55032)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 55032) - Fix handling missing option values in financial functions PV, FV, NPER and PMT</description></item><item><title> fix(bug 50319)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 50319) - Make row groups which include row 0 work</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Removed deprecated HDF API</description></item><item><title> fix(bug 58466)</title><link>http://poi.apache.o
 rg/changes.html</link><description> fix by POI Developers (bug 58466) - Improve column manipulation in XSSF to avoid changes overwriting each other</description></item><item><title> fix(bug 58471)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58471) - Improve number formatting to more closely match Excel's behaviour</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 58480)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58480) - Work around problem where on Windows systems a Mapped Buffer can still lock a file even if the Channel was closed properly</description></item><item><title> add</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers - Update commons-logging to 1.2 and commons-codec to 1.10</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Removed deprecated mixed case getter/setter in XSSFColor</description></item><item><title> fix(bug 55032)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 55032) - Fix handling missing option values in financial f
 unctions PV, FV, NPER and PMT</description></item><item><title> fix(bug 50319)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 50319) - Make row groups which include row 0 work</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Removed deprecated HDF API</description></item><item><title> fix(bug 58466)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58466) - Improve column manipulation in XSSF to avoid changes overwriting each other</description></item><item><title> fix(bug 58471)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58471) - Improve number formatting to more closely match Excel's behaviour</description></item></channel></rss>
\ No newline at end of file

Modified: poi/site/publish/overview.html
URL: http://svn.apache.org/viewvc/poi/site/publish/overview.html?rev=1708611&r1=1708610&r2=1708611&view=diff
==============================================================================
--- poi/site/publish/overview.html (original)
+++ poi/site/publish/overview.html Wed Oct 14 14:58:00 2015
@@ -594,8 +594,8 @@ if (VERSION > 3) {
 <tr class="a">
           
 <td colspan="1" rowspan="1">poi</td>
-          <td colspan="1" rowspan="1"><a href="http://search.maven.org/#artifactdetails|commons-logging|commons-logging|1.1.3|jar">commons-logging</a>,
-              <a href="http://search.maven.org/#artifactdetails|commons-codec|commons-codec|1.9|jar">commons-codec</a>,
+          <td colspan="1" rowspan="1"><a href="http://search.maven.org/#artifactdetails|commons-logging|commons-logging|1.2|jar">commons-logging</a>,
+              <a href="http://search.maven.org/#artifactdetails|commons-codec|commons-codec|1.10|jar">commons-codec</a>,
               <a href="http://search.maven.org/#artifactdetails|log4j|log4j|1.2.17|bundle">log4j</a>
           </td>
           <td colspan="1" rowspan="1">poi-version-yyyymmdd.jar</td>

Modified: poi/site/src/documentation/content/xdocs/status.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/status.xml?rev=1708611&r1=1708610&r2=1708611&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/status.xml (original)
+++ poi/site/src/documentation/content/xdocs/status.xml Wed Oct 14 14:58:00 2015
@@ -39,6 +39,8 @@
     </devs>
 
     <release version="3.14-beta1" date="2015-11-??">
+        <action dev="PD" type="fix" fixes-bug="58480">Work around problem where on Windows systems a Mapped Buffer can still lock a file even if the Channel was closed properly</action>
+        <action dev="PD" type="add">Update commons-logging to 1.2 and commons-codec to 1.10</action>
         <action dev="PD" type="fix">Removed deprecated mixed case getter/setter in XSSFColor</action>
         <action dev="PD" type="fix" fixes-bug="55032">Fix handling missing option values in financial functions PV, FV, NPER and PMT</action>
         <action dev="PD" type="fix" fixes-bug="50319">Make row groups which include row 0 work</action>
@@ -48,17 +50,20 @@
     </release>
 
     <release version="3.13" date="2015-09-25">
-        <action dev="DN" type="fix" fixes-bug="58350">Make XSSF and HSSF consistent on Sheet.getMergedRegions: return empty list if there are none.</action>
+        <action dev="DN" type="fix" fixes-bug="58350">Make XSSF and HSSF consistent on Sheet.getMergedRegions: return empty list if there are none</action>
         <action dev="PD" type="add" fixes-bug="58216">provide picture-shape resize that maintains the aspect ratio</action>
         <action dev="PD" type="add" fixes-bug="57925">Add a simple fix to avoid an NPE when Workbooks have invalid external references</action>
         <action dev="PD" type="add" fixes-bug="57915">Fix Dev2Hex for numbers larger than Integer.MAX_VALUE and less than Integer.MIN_VALUE</action>
         <action dev="PD" type="add" fixes-bug="57890">Add support for different datatypes in XSSFImportFromXML</action>
         <action dev="PD" type="add" fixes-bug="58207">Provide user access to the original image dimensions</action>
+        <action dev="PD" type="fix" fixes-bug="55476">Fix adding pictures to XWPFRun instances</action>
+        <action dev="PD" type="fix" fixes-bug="58341">Handle edge-cases in D* function</action>
         <action dev="PD" type="add" fixes-bug="58245">Workbook support for iterating over Sheets</action>
         <action dev="PD" type="fix" fixes-bug="58353">Return correct value in Match-Function with match-type == -1</action>
         <action dev="PD" type="fix" fixes-bug="58315">Avoid NPE for RichTextString without font-details</action>
         <action dev="PD" type="fix" fixes-bug="53275">XSSFFont: reset indexed color flag when setting a non-indexed color</action>
         <action dev="DN" type="fix" fixes-bug="58039">Make DGet and DMin function implementations thread-safe</action>
+        <action dev="PD" type="fix">Adjust Locale/Timezone handling to pass forbidden-api-checks and provide LocaleUtil to dynamically adjust the locale and timezone that POI operates on</action>
     	<action dev="PD" type="fix">Fix DAYS360 handling for US/EU method</action>
         <action dev="PD" type="fix" fixes-bug="58254">CellFormatResult.text should check for nulls as per the javadoc</action>
         <action dev="PD" type="fix" fixes-bug="58260">Fix checks for limit on number of styles in XSSF/SXSSF, fix more than 32k styles in SXSSF workbooks</action>



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