diff options
author | Yegor Kozlov <yegor@apache.org> | 2011-09-12 10:19:50 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2011-09-12 10:19:50 +0000 |
commit | 3ca4e3bd2dd36ab16c38b2609d5ff9c666b52384 (patch) | |
tree | 2ec2418a6cad6b992616095691c054d50e2e6c20 /src/documentation/content | |
parent | 686f2ca6d060cd8e11f55f816e7f77df3eaf3d3c (diff) | |
download | poi-3ca4e3bd2dd36ab16c38b2609d5ff9c666b52384.tar.gz poi-3ca4e3bd2dd36ab16c38b2609d5ff9c666b52384.zip |
avoid exceptions when using POI in Tika, see BUgs 51771 and 51770
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1169679 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content')
-rw-r--r-- | src/documentation/content/xdocs/status.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index b0aef8b445..47bcd10b50 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -34,6 +34,8 @@ <changes> <release version="3.8-beta5" date="2011-??-??"> + <action dev="poi-developers" type="add">51196 - prevent NPE in XWPFPicture.getPictureData() </action> + <action dev="poi-developers" type="add">51771 - prevent NPE when getting object data from OLEShape in HSLF</action> <action dev="poi-developers" type="add">51196 - more progress with Chart APi in XSSF</action> <action dev="poi-developers" type="fix">51785 - Allow XSSF setForceFormulaRecalculation to work with the minimal ooxml-schemas jar</action> <action dev="poi-developers" type="fix">51772 - IllegalArgumentException Parsing MS Word 97 - 2003</action> |