aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation
diff options
context:
space:
mode:
authorJosh Micich <josh@apache.org>2009-07-06 19:59:32 +0000
committerJosh Micich <josh@apache.org>2009-07-06 19:59:32 +0000
commit431be7dc97704780a8d2ad24842bc875ca68a8c3 (patch)
tree6afb0d0431358db0d468bba434a974d32abe9713 /src/documentation
parent6f948384361ecd579e79b0849e1bf1389ceb571b (diff)
downloadpoi-431be7dc97704780a8d2ad24842bc875ca68a8c3.tar.gz
poi-431be7dc97704780a8d2ad24842bc875ca68a8c3.zip
Bugzilla 47479 - Fix BoolErrRecord to tolerate incorrect format written by OOO
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@791595 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r--src/documentation/content/xdocs/status.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml
index 816028b3f7..2b2da218e5 100644
--- a/src/documentation/content/xdocs/status.xml
+++ b/src/documentation/content/xdocs/status.xml
@@ -33,6 +33,7 @@
<changes>
<release version="3.5-beta7" date="2009-??-??">
+ <action dev="POI-DEVELOPERS" type="fix">47479 - Fix BoolErrRecord to tolerate incorrect format written by OOO</action>
<action dev="POI-DEVELOPERS" type="fix">47448 - Allow HSSFEventFactory to handle non-zero padding at the end of the workbook stream</action>
<action dev="POI-DEVELOPERS" type="add">47456 - Support for getting OLE object data in PowerPointExtractor</action>
<action dev="POI-DEVELOPERS" type="fix">47411 - Explicitly set the 1900 date system when creating XSSF workbooks</action>