aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation
diff options
context:
space:
mode:
authorYegor Kozlov <yegor@apache.org>2009-07-25 10:22:04 +0000
committerYegor Kozlov <yegor@apache.org>2009-07-25 10:22:04 +0000
commit74c00a9ba49af32e58d121ccab1b735575fc4eee (patch)
tree36e56087dd5aa3e9d5be79ce6db158dd11c18d39 /src/documentation
parent2a2d6b0b6902c43bf38feaf971e6350c13c87bf4 (diff)
downloadpoi-74c00a9ba49af32e58d121ccab1b735575fc4eee.tar.gz
poi-74c00a9ba49af32e58d121ccab1b735575fc4eee.zip
Fixed RecordFactoryInputStream to properly read continued DrawingRecords
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@797737 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 5e88f2b5b8..e935ae62c6 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">47548 - Fixed RecordFactoryInputStream to properly read continued DrawingRecords</action>
<action dev="POI-DEVELOPERS" type="fix">46419 - Fixed compatibility issue with OpenOffice 3.0</action>
<action dev="POI-DEVELOPERS" type="fix">47559 - Fixed compatibility issue with Excel 2008 Mac sp2</action>
<action dev="POI-DEVELOPERS" type="fix">47540 - Fix for saving custom and extended OOXML properties</action>