diff options
author | Josh Micich <josh@apache.org> | 2009-11-03 20:23:21 +0000 |
---|---|---|
committer | Josh Micich <josh@apache.org> | 2009-11-03 20:23:21 +0000 |
commit | 35c07feabe4299d6a698af0513a6823196ba9cbc (patch) | |
tree | c491d2fc4478584e626d766b4e3d991b125d8653 /src/documentation/content/xdocs | |
parent | 0ca2252df0f33082612580abefb07d3d9e69e567 (diff) | |
download | poi-35c07feabe4299d6a698af0513a6823196ba9cbc.tar.gz poi-35c07feabe4299d6a698af0513a6823196ba9cbc.zip |
Bugzilla 48096 - relaxed validation check in RecalcIdRecord
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832536 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs')
-rw-r--r-- | src/documentation/content/xdocs/status.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index bd533988e6..0cd747f15d 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -34,6 +34,7 @@ <changes> <release version="3.6-beta1" date="2009-??-??"> + <action dev="POI-DEVELOPERS" type="fix">48096 - relaxed validation check in RecalcIdRecord</action> <action dev="POI-DEVELOPERS" type="fix">48085 - improved error checking in BlockAllocationTableReader to trap unreasonable field values</action> <action dev="POI-DEVELOPERS" type="fix">47924 - fixed logic for matching cells and comments in HSSFCell.getCellComment()</action> <action dev="POI-DEVELOPERS" type="add">47942 - added implementation of protection features to XLSX and DOCX files</action> |