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 2014/07/03 07:46:07 UTC

svn commit: r1607537 - in /poi/site: publish/ publish/apidocs/ publish/apidocs/org/apache/poi/openxml4j/exceptions/class-use/ publish/apidocs/org/apache/poi/xssf/usermodel/ src/documentation/content/xdocs/

Author: nick
Date: Thu Jul  3 05:46:06 2014
New Revision: 1607537

URL: http://svn.apache.org/r1607537
Log:
Add a changelog entry for #56537 and republish javadocs for its changes

Modified:
    poi/site/publish/apidocs/deprecated-list.html
    poi/site/publish/apidocs/index-all.html
    poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/class-use/InvalidFormatException.html
    poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbook.html
    poi/site/publish/changes.html
    poi/site/publish/changes.rss
    poi/site/src/documentation/content/xdocs/status.xml

Modified: poi/site/publish/apidocs/deprecated-list.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/deprecated-list.html?rev=1607537&r1=1607536&r2=1607537&view=diff
==============================================================================
--- poi/site/publish/apidocs/deprecated-list.html (original)
+++ poi/site/publish/apidocs/deprecated-list.html Thu Jul  3 05:46:06 2014
@@ -1544,9 +1544,6 @@
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><a href="org/apache/poi/xssf/usermodel/XSSFWorkbook.html#XSSFWorkbook(java.lang.String)">org.apache.poi.xssf.usermodel.XSSFWorkbook(String)</a>&nbsp;</td>
-</tr>
-<tr class="altColor">
 <td class="colOne"><a href="org/apache/poi/xwpf/usermodel/XWPFRun.html#XWPFRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR, org.apache.poi.xwpf.usermodel.XWPFParagraph)">org.apache.poi.xwpf.usermodel.XWPFRun(CTR, XWPFParagraph)</a>
 <div class="block"><i>Use <a href="org/apache/poi/xwpf/usermodel/XWPFRun.html#XWPFRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR, org.apache.poi.xwpf.usermodel.IRunBody)"><code>XWPFRun.XWPFRun(CTR, IRunBody)</code></a></i></div>
 </td>

Modified: poi/site/publish/apidocs/index-all.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/index-all.html?rev=1607537&r1=1607536&r2=1607537&view=diff
==============================================================================
--- poi/site/publish/apidocs/index-all.html (original)
+++ poi/site/publish/apidocs/index-all.html Thu Jul  3 05:46:06 2014
@@ -76554,9 +76554,13 @@ the order they are declared.</div>
 <div class="block">Constructs a XSSFWorkbook object, by buffering the whole stream into memory
   and then opening an <a href="./org/apache/poi/openxml4j/opc/OPCPackage.html" title="class in org.apache.poi.openxml4j.opc"><code>OPCPackage</code></a> object for it.</div>
 </dd>
+<dt><span class="strong"><a href="./org/apache/poi/xssf/usermodel/XSSFWorkbook.html#XSSFWorkbook(java.io.File)">XSSFWorkbook(File)</a></span> - Constructor for class org.apache.poi.xssf.usermodel.<a href="./org/apache/poi/xssf/usermodel/XSSFWorkbook.html" title="class in org.apache.poi.xssf.usermodel">XSSFWorkbook</a></dt>
+<dd>
+<div class="block">Constructs a XSSFWorkbook object from a given file.</div>
+</dd>
 <dt><span class="strong"><a href="./org/apache/poi/xssf/usermodel/XSSFWorkbook.html#XSSFWorkbook(java.lang.String)">XSSFWorkbook(String)</a></span> - Constructor for class org.apache.poi.xssf.usermodel.<a href="./org/apache/poi/xssf/usermodel/XSSFWorkbook.html" title="class in org.apache.poi.xssf.usermodel">XSSFWorkbook</a></dt>
 <dd>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
+<div class="block">Constructs a XSSFWorkbook object given a file name.</div>
 </dd>
 <dt><a href="./org/apache/poi/xssf/usermodel/helpers/XSSFXmlColumnPr.html" title="class in org.apache.poi.xssf.usermodel.helpers"><span class="strong">XSSFXmlColumnPr</span></a> - Class in <a href="./org/apache/poi/xssf/usermodel/helpers/package-summary.html">org.apache.poi.xssf.usermodel.helpers</a></dt>
 <dd>

Modified: poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/class-use/InvalidFormatException.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/class-use/InvalidFormatException.html?rev=1607537&r1=1607536&r2=1607537&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/class-use/InvalidFormatException.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/class-use/InvalidFormatException.html Thu Jul  3 05:46:06 2014
@@ -733,6 +733,19 @@
 </tr>
 </tbody>
 </table>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
+<caption><span>Constructors in <a href="../../../../../../org/apache/poi/xssf/usermodel/package-summary.html">org.apache.poi.xssf.usermodel</a> that throw <a href="../../../../../../org/apache/poi/openxml4j/exceptions/InvalidFormatException.html" title="class in org.apache.poi.openxml4j.exceptions">InvalidFormatException</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#XSSFWorkbook(java.io.File)">XSSFWorkbook</a></strong>(java.io.File&nbsp;file)</code>
+<div class="block">Constructs a XSSFWorkbook object from a given file.</div>
+</td>
+</tr>
+</tbody>
+</table>
 </li>
 <li class="blockList"><a name="org.apache.poi.xwpf.usermodel">
 <!--   -->

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbook.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbook.html?rev=1607537&r1=1607536&r2=1607537&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbook.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbook.html Thu Jul  3 05:46:06 2014
@@ -201,20 +201,25 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#XSSFWorkbook(java.io.File)">XSSFWorkbook</a></strong>(java.io.File&nbsp;file)</code>
+<div class="block">Constructs a XSSFWorkbook object from a given file.</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#XSSFWorkbook(java.io.InputStream)">XSSFWorkbook</a></strong>(java.io.InputStream&nbsp;is)</code>
 <div class="block">Constructs a XSSFWorkbook object, by buffering the whole stream into memory
   and then opening an <a href="../../../../../org/apache/poi/openxml4j/opc/OPCPackage.html" title="class in org.apache.poi.openxml4j.opc"><code>OPCPackage</code></a> object for it.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#XSSFWorkbook(org.apache.poi.openxml4j.opc.OPCPackage)">XSSFWorkbook</a></strong>(<a href="../../../../../org/apache/poi/openxml4j/opc/OPCPackage.html" title="class in org.apache.poi.openxml4j.opc">OPCPackage</a>&nbsp;pkg)</code>
 <div class="block">Constructs a XSSFWorkbook object given a OpenXML4J <code>Package</code> object,
   see <a href="http://poi.apache.org/oxml4j/">http://poi.apache.org/oxml4j/</a>.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#XSSFWorkbook(java.lang.String)">XSSFWorkbook</a></strong>(java.lang.String&nbsp;path)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;&nbsp;</div>
+<div class="block">Constructs a XSSFWorkbook object given a file name.</div>
 </td>
 </tr>
 </table>
@@ -894,48 +899,46 @@ implements <a href="../../../../../org/a
 <dd><code>java.io.IOException</code></dd></dl>
 </li>
 </ul>
+<a name="XSSFWorkbook(java.io.File)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>XSSFWorkbook</h4>
+<pre>public&nbsp;XSSFWorkbook(java.io.File&nbsp;file)
+             throws java.io.IOException,
+                    <a href="../../../../../org/apache/poi/openxml4j/exceptions/InvalidFormatException.html" title="class in org.apache.poi.openxml4j.exceptions">InvalidFormatException</a></pre>
+<div class="block">Constructs a XSSFWorkbook object from a given file.
+ 
+ <p>Once you have finished working with the Workbook, you should close 
+ the package by calling  <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#close()"><code>close()</code></a>, to avoid leaving file 
+ handles open.
+ 
+ <p>Opening a XSSFWorkbook from a file has a lower memory footprint 
+  than opening from an InputStream</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>file</code> - the file to open</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code></dd>
+<dd><code><a href="../../../../../org/apache/poi/openxml4j/exceptions/InvalidFormatException.html" title="class in org.apache.poi.openxml4j.exceptions">InvalidFormatException</a></code></dd></dl>
+</li>
+</ul>
 <a name="XSSFWorkbook(java.lang.String)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XSSFWorkbook</h4>
-<pre>@Deprecated
-public&nbsp;XSSFWorkbook(java.lang.String&nbsp;path)
+<pre>public&nbsp;XSSFWorkbook(java.lang.String&nbsp;path)
              throws java.io.IOException</pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i></i></div>
 <div class="block">Constructs a XSSFWorkbook object given a file name.
 
- <p>
-  This constructor is deprecated since POI-3.8 because it does not close
-  the underlying .zip file stream. In short, there are two ways to open a OPC package:
- </p>
- <ol>
-     <li>
-      from file which leads to invoking java.util.zip.ZipFile(File file)
-      deep in POI internals.
-     </li>
-     <li>
-     from input stream in which case we first read everything into memory and
-     then pass the data to ZipInputStream.
-     </li>
- <ol>
- <p>
-     It should be noted, that (2) uses quite a bit more memory than (1), which
-      doesn't need to hold the whole zip file in memory, and can take advantage
-      of native methods.
- </p>
- <p>
-   To construct a workbook from file use the
-   <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#XSSFWorkbook(org.apache.poi.openxml4j.opc.OPCPackage)"><code>XSSFWorkbook(org.apache.poi.openxml4j.opc.OPCPackage)</code></a>  constructor:
-   <pre><code>
-       OPCPackage pkg = OPCPackage.open(path);
-       XSSFWorkbook wb = new XSSFWorkbook(pkg);
-       // work with the wb object
-       ......
-       pkg.close(); // gracefully closes the underlying zip file
-   </code></pre>
- </p></div>
+ 
+ <p>Once you have finished working with the Workbook, you should close 
+ the package by calling  <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#close()"><code>close()</code></a>, to avoid leaving file 
+ handles open.
+ 
+ <p>Opening a XSSFWorkbook from a file has a lower memory footprint 
+  than opening from an InputStream</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>path</code> - the file name.</dd>
 <dt><span class="strong">Throws:</span></dt>
 <dd><code>java.io.IOException</code></dd></dl>

Modified: poi/site/publish/changes.html
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1607537&r1=1607536&r2=1607537&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Thu Jul  3 05:46:06 2014
@@ -257,6 +257,9 @@ if (VERSION > 3) {
 <ul>
         
 <li>
+<img class="icon" alt="fix" src="images/fix.jpg"> <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=56537">56537</a> - Make Workbook be Closeable, so you can call close() to explicitly free the file based resources when you're done</li>
+        
+<li>
 <img class="icon" alt="fix" src="images/fix.jpg"> <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=54771">54771</a> - Read text from SDTs at the table cell level, including (sometimes) Cover Page, Table of Contents and Bibliography</li>
         
 <li>

Modified: poi/site/publish/changes.rss
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1607537&r1=1607536&r2=1607537&view=diff
==============================================================================
--- poi/site/publish/changes.rss (original)
+++ poi/site/publish/changes.rss Thu Jul  3 05:46:06 2014
@@ -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 54771)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 54771) - Read text from SDTs at the table cell level, including (sometimes) Cover Page, Table of Contents and Bibliography</description></item><item><title> fix(bug 56556)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56556) - Change how ColumnHelper finds CTCol instances, to speed up the more common use case when most are wanted for reading</description></item><item><title> fix(bug 56572)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56572) - HSSFCell should follow XSSF, and allow setting a null-style to return to the default style</description></item><item><title> fix(bug 56563)</title><link>http://p
 oi.apache.org/changes.html</link><description> fix by POI Developers (bug 56563) - Fix multithreading bug when reading 2 similar files</description></item><item><title> fix(bug 53691)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 53691) - Fix a copy/paste error in CFRuleRecord.clone() </description></item><item><title> fix(bug 56170)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56170) - Fix a problem with cells in workbooks becoming disconnected</description></item><item><title> fix(bug 56514)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56514) - Add missing null-check if simple shape does not</description></item><item><title> fix(bug 56325)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56325) - Bug 54400 introduced a problem when removing a sheet with named ranges</description></item><it
 em><title> fix(bug 47251)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 47251) - NoteRecord can sometimes be double-padded if there's no author set</description></item><item><title> fix(bug 54034)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 54034) - Handle date format strings in an iso8601 style format, with a T in them</description></item><item><title> fix(bug 56274)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56274) - Correct SXSSF writing of tables when creating from a template</description></item><item><title> fix(bug 56468)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56468) - Writing a workbook more than once corrupts the file</description></item><item><title> fix(bug 53983)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 53983) - Ou
 tlook sometimes stores a codepage of ANSI when it means 1252, detect and alias</description></item><item><title> add(bug 56486)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 56486) - Add XOR obfuscation/decryption support to HSSF</description></item><item><title> add(bug 56269)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 56269) - DateFormat - Rounding of fractionals</description></item><item><title> fix(bug 56482)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56482) - Excel 2007 and later allows for more than 3 Conditional Formatting rules per sheet, so change our hard limit to logging a compatibility warning</description></item><item><title> add</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers - Add NPOIFS in-place write support, including updating the contents of existing entries</description><
 /item><item><title> add</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers - Complete NPOIFS write support</description></item><item><title> fix(bug 56447)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56447) - NPOIFS fixes for 2+gb files loaded via File (InputStream is limited to 2gb due to ByteBuffer limits)</description></item><item><title> fix(bug 56450)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56450) - Avoid a NPE if a comment has no associated NoteRecord (but we still don't know where it belongs)</description></item><item><title> fix(bug 56437)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56437) - Streaming write support in NPOIFS</description></item><item><title> fix(bug 56315)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56315) - Fix flo
 ating point rounding problems with ROUND function</description></item><item><title> fix(bug 55594)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 55594) - Fix SXSSF encodings on EBCIDIC platforms, by setting the required encoding explicitly</description></item><item><title> fix(bug 56278)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56278) - Support loading .xlsx files with no Styles Table</description></item><item><title> fix(bug 56195)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56195) - Replace System.err in XSSFSheetXMLHandler with propert logging</description></item><item><title> fix(bug 56169)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56169) - Fix NPE during export to XML with xs:all</description></item><item><title> fix(bug 55923)</title><link>http://poi.apache.org/changes.html
 </link><description> fix by POI Developers (bug 55923) - Fix compare/sorting of nodes in exported XML</description></item><item><title> fix(bug 55926)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 55926) - Handle numeric formula values when exporting to XML</description></item><item><title> fix(bug 55927)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 55927) - Handle date types when exporting to XML</description></item><item><title> add</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers - Stop being compatible to JDK 1.5, we now require JDK 6</description></item><item><title> fix(bug 56011)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56011) - Use default style if the cell style attribute is not present</description></item><item><title> add</title><link>http://poi.apache.org/changes.html</link><descr
 iption> add by POI Developers - Upgrade third party libs to latest versions: commons-logging, commons-codec, log4j</description></item><item><title> fix(bug 56260)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56260) - Avoid warnings when a TextHeaderAtom is empty and has another straight after, or where there's a TextRulerAtom / MasterTextPropAtom / TextSpecInfoAtom before the Text Chars / Bytes</description></item><item><title> add(bug 56075)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 56075) - Add Change Tracking support to XWPF</description></item><item><title> add(bug 56077)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 56077) - Add password hash function to HWPF</description></item><item><title> add(bug 56076)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 56076) - Add document prote
 ction with password support to XWPF</description></item><item><title> fix(bug 55026)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 55026) - Support OOXML ContentTypes which include parameters</description></item><item><title> fix(bug 55732)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 55732) - PPT can't open, fails with "Couldn't instantiate ... StyleTextProp9Atom"</description></item><item><title> fix(bug 56138)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56138) - HSPF code page strings can be zero length</description></item><item><title> add(bug 53130)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 53130) - SXSSF Shared Strings option support</description></item><item><title> fix(bug 55902)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 55
 902) - Mixed fonts issue with Chinese characters (unable to form images from ppt)</description></item><item><title> add(bug 56022)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 56022) - XSSF Event Text Extractor header/footer support</description></item><item><title> fix(bug 53282)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 53282) - Hyperlink with a non-breaking space throws java.lang.IllegalStateException</description></item><item><title> fix(bug 55802)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 55802) - Special Letters not exported correct</description></item><item><title> add</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers - Expose the StyleIndex of HWPF CharacterRuns</description></item><item><title> fix(bug 51891)</title><link>http://poi.apache.org/changes.html</link><description> fix b
 y POI Developers (bug 51891) - Fix StringIndexOutOfBoundsException : Ole10Native.&lt;init&gt; (parsing word file)</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 56537)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56537) - Make Workbook be Closeable, so you can call close() to explicitly free the file based resources when you're done</description></item><item><title> fix(bug 54771)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 54771) - Read text from SDTs at the table cell level, including (sometimes) Cover Page, Table of Contents and Bibliography</description></item><item><title> fix(bug 56556)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56556) - Change how ColumnHelper finds CTCol instances, to speed up the more common use case when most are wanted for reading</description></item><item><title> fix(bug 56572)
 </title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56572) - HSSFCell should follow XSSF, and allow setting a null-style to return to the default style</description></item><item><title> fix(bug 56563)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56563) - Fix multithreading bug when reading 2 similar files</description></item><item><title> fix(bug 53691)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 53691) - Fix a copy/paste error in CFRuleRecord.clone() </description></item><item><title> fix(bug 56170)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56170) - Fix a problem with cells in workbooks becoming disconnected</description></item><item><title> fix(bug 56514)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56514) - Add missing null-check if sim
 ple shape does not</description></item><item><title> fix(bug 56325)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56325) - Bug 54400 introduced a problem when removing a sheet with named ranges</description></item><item><title> fix(bug 47251)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 47251) - NoteRecord can sometimes be double-padded if there's no author set</description></item><item><title> fix(bug 54034)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 54034) - Handle date format strings in an iso8601 style format, with a T in them</description></item><item><title> fix(bug 56274)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56274) - Correct SXSSF writing of tables when creating from a template</description></item><item><title> fix(bug 56468)</title><link>http://poi.apache.org/changes.ht
 ml</link><description> fix by POI Developers (bug 56468) - Writing a workbook more than once corrupts the file</description></item><item><title> fix(bug 53983)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 53983) - Outlook sometimes stores a codepage of ANSI when it means 1252, detect and alias</description></item><item><title> add(bug 56486)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 56486) - Add XOR obfuscation/decryption support to HSSF</description></item><item><title> add(bug 56269)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 56269) - DateFormat - Rounding of fractionals</description></item><item><title> fix(bug 56482)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56482) - Excel 2007 and later allows for more than 3 Conditional Formatting rules per sheet, so change our hard limit 
 to logging a compatibility warning</description></item><item><title> add</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers - Add NPOIFS in-place write support, including updating the contents of existing entries</description></item><item><title> add</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers - Complete NPOIFS write support</description></item><item><title> fix(bug 56447)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56447) - NPOIFS fixes for 2+gb files loaded via File (InputStream is limited to 2gb due to ByteBuffer limits)</description></item><item><title> fix(bug 56450)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56450) - Avoid a NPE if a comment has no associated NoteRecord (but we still don't know where it belongs)</description></item><item><title> fix(bug 56437)</title><link>http://poi.apache.o
 rg/changes.html</link><description> fix by POI Developers (bug 56437) - Streaming write support in NPOIFS</description></item><item><title> fix(bug 56315)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56315) - Fix floating point rounding problems with ROUND function</description></item><item><title> fix(bug 55594)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 55594) - Fix SXSSF encodings on EBCIDIC platforms, by setting the required encoding explicitly</description></item><item><title> fix(bug 56278)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56278) - Support loading .xlsx files with no Styles Table</description></item><item><title> fix(bug 56195)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56195) - Replace System.err in XSSFSheetXMLHandler with propert logging</description></item><ite
 m><title> fix(bug 56169)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56169) - Fix NPE during export to XML with xs:all</description></item><item><title> fix(bug 55923)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 55923) - Fix compare/sorting of nodes in exported XML</description></item><item><title> fix(bug 55926)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 55926) - Handle numeric formula values when exporting to XML</description></item><item><title> fix(bug 55927)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 55927) - Handle date types when exporting to XML</description></item><item><title> add</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers - Stop being compatible to JDK 1.5, we now require JDK 6</description></item><item><title> fix(bug 5601
 1)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56011) - Use default style if the cell style attribute is not present</description></item><item><title> add</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers - Upgrade third party libs to latest versions: commons-logging, commons-codec, log4j</description></item><item><title> fix(bug 56260)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56260) - Avoid warnings when a TextHeaderAtom is empty and has another straight after, or where there's a TextRulerAtom / MasterTextPropAtom / TextSpecInfoAtom before the Text Chars / Bytes</description></item><item><title> add(bug 56075)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 56075) - Add Change Tracking support to XWPF</description></item><item><title> add(bug 56077)</title><link>http://poi.apache.org/changes.h
 tml</link><description> add by POI Developers (bug 56077) - Add password hash function to HWPF</description></item><item><title> add(bug 56076)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 56076) - Add document protection with password support to XWPF</description></item><item><title> fix(bug 55026)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 55026) - Support OOXML ContentTypes which include parameters</description></item><item><title> fix(bug 55732)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 55732) - PPT can't open, fails with "Couldn't instantiate ... StyleTextProp9Atom"</description></item><item><title> fix(bug 56138)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56138) - HSPF code page strings can be zero length</description></item><item><title> add(bug 53130)</title><link>http://
 poi.apache.org/changes.html</link><description> add by POI Developers (bug 53130) - SXSSF Shared Strings option support</description></item><item><title> fix(bug 55902)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 55902) - Mixed fonts issue with Chinese characters (unable to form images from ppt)</description></item><item><title> add(bug 56022)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 56022) - XSSF Event Text Extractor header/footer support</description></item><item><title> fix(bug 53282)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 53282) - Hyperlink with a non-breaking space throws java.lang.IllegalStateException</description></item><item><title> fix(bug 55802)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 55802) - Special Letters not exported correct</description></item><item><tit
 le> add</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers - Expose the StyleIndex of HWPF CharacterRuns</description></item><item><title> fix(bug 51891)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 51891) - Fix StringIndexOutOfBoundsException : Ole10Native.&lt;init&gt; (parsing word file)</description></item></channel></rss>
\ No newline at end of file

Modified: poi/site/src/documentation/content/xdocs/status.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/status.xml?rev=1607537&r1=1607536&r2=1607537&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/status.xml (original)
+++ poi/site/src/documentation/content/xdocs/status.xml Thu Jul  3 05:46:06 2014
@@ -37,6 +37,7 @@
     </devs>
 
     <release version="3.11-beta1" date="2014-??-??">
+        <action dev="PD" type="fix" fixes-bug="56537">Make Workbook be Closeable, so you can call close() to explicitly free the file based resources when you're done</action>
         <action dev="PD" type="fix" fixes-bug="54771">Read text from SDTs at the table cell level, including (sometimes) Cover Page, Table of Contents and Bibliography</action>
         <action dev="PD" type="fix" fixes-bug="56556">Change how ColumnHelper finds CTCol instances, to speed up the more common use case when most are wanted for reading</action>
         <action dev="PD" type="fix" fixes-bug="56572">HSSFCell should follow XSSF, and allow setting a null-style to return to the default style</action>



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