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/03/03 23:26:12 UTC

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

Author: centic
Date: Tue Mar  3 22:26:11 2015
New Revision: 1663809

URL: http://svn.apache.org/r1663809
Log:
Add some changelogs for bugs that I fixed.

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=1663809&r1=1663808&r2=1663809&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/status.xml (original)
+++ poi/site/src/documentation/content/xdocs/status.xml Tue Mar  3 22:26:11 2015
@@ -38,12 +38,16 @@
     </devs>
 
     <release version="3.12-beta2" date="2015-??-??">
+        <action dev="PD" type="fix" fixes-bug="57165">Avoid PartAlreadyExistsException when removing/cloning sheets</action>
+        <action dev="PD" type="fix" fixes-bug="56893">Additional check for supported string-length to avoid creating broken XLS files later one</action>
         <action dev="PD" type="fix">When saving an OPCPackage with no Core Properties (eg from Jasper Reports), ensure they are always added even if not yet used</action>
         <action dev="PD" type="fix">github-18 - Handle documents with a picture-only header</action>
         <action dev="PD" type="fix" fixes-bug="57622">Change from XMLEventFactory.newFactory to XMLEventFactory.newInstance, for IBM JDK Compatibility</action>
     </release>
 
     <release version="3.12-beta1" date="2015-02-28">
+        <action dev="PD" type="fix" fixes-bug="57459">Add method in SXSSFSheet to directly set row OutLineLevel</action>
+        <action dev="PD" type="fix" fixes-bug="57456">Add workaround to read empty SSTRecord where Excel puts random number in unique-strings-count-field</action>
         <action dev="PD" type="fix" fixes-bug="57535">Add POI-specific error codes to FormulaError</action>
         <action dev="PD" type="add">Start on common interfaces for Paragraphs and Character Runs for HWPF and XWPF</action>
         <action dev="PD" type="add">Double Strikethrough support for XWPF runs, along the lines of the HWPF support</action>



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