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 2014/05/26 22:08:56 UTC

svn commit: r1597638 - /poi/site/src/documentation/content/xdocs/status.xml

Author: centic
Date: Mon May 26 20:08:56 2014
New Revision: 1597638

URL: http://svn.apache.org/r1597638
Log:
Update status.xml with some fixes that were added by me.

Modified:
    poi/site/src/documentation/content/xdocs/status.xml

Modified: poi/site/src/documentation/content/xdocs/status.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/status.xml?rev=1597638&r1=1597637&r2=1597638&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/status.xml (original)
+++ poi/site/src/documentation/content/xdocs/status.xml Mon May 26 20:08:56 2014
@@ -37,6 +37,11 @@
     </devs>
 
     <release version="3.11-beta1" date="2014-??-??">
+        <action dev="PD" type="fix" fixes-bug="56563">Fix multithreading bug when reading 2 similar files</action>
+        <action dev="PD" type="fix" fixes-bug="53691">Fix a copy/paste error in CFRuleRecord.clone() </action>
+        <action dev="PD" type="fix" fixes-bug="56170">Fix a problem with cells in workbooks becoming disconnected</action>
+        <action dev="PD" type="fix" fixes-bug="56514">Add missing null-check if simple shape does not</action>
+        <action dev="PD" type="fix" fixes-bug="56325">Bug 54400 introduced a problem when removing a sheet with named ranges</action>
         <action dev="PD" type="fix" fixes-bug="47251">NoteRecord can sometimes be double-padded if there's no author set</action>
         <action dev="PD" type="fix" fixes-bug="54034">Handle date format strings in an iso8601 style format, with a T in them</action>
         <action dev="PD" type="fix" fixes-bug="56274">Correct SXSSF writing of tables when creating from a template</action>
@@ -50,6 +55,7 @@
         <action dev="PD" type="fix" fixes-bug="56447">NPOIFS fixes for 2+gb files loaded via File (InputStream is limited to 2gb due to ByteBuffer limits)</action>
         <action dev="PD" type="fix" fixes-bug="56450">Avoid a NPE if a comment has no associated NoteRecord (but we still don't know where it belongs)</action>
         <action dev="PD" type="fix" fixes-bug="56437">Streaming write support in NPOIFS</action>
+        <action dev="PD" type="fix" fixes-bug="56315">Fix floating point rounding problems with ROUND function</action>
         <action dev="PD" type="fix" fixes-bug="55594">Fix SXSSF encodings on EBCIDIC platforms, by setting the required encoding explicitly</action>
         <action dev="PD" type="fix" fixes-bug="56278">Support loading .xlsx files with no Styles Table</action>
         <action dev="PD" type="fix" fixes-bug="56195">Replace System.err in XSSFSheetXMLHandler with propert logging</action>



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