diff options
author | Yegor Kozlov <yegor@apache.org> | 2009-04-20 17:09:09 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2009-04-20 17:09:09 +0000 |
commit | 712d0f9c2027ecb4300a5fceb4bf3256be6707d0 (patch) | |
tree | 7f834f501d436702b4ea5c94c53b2dd2f4da5a69 /src/documentation/content/xdocs/changes.xml | |
parent | aebb0375319cd2a7170c2e130e839a2e8063ee44 (diff) | |
download | poi-712d0f9c2027ecb4300a5fceb4bf3256be6707d0.tar.gz poi-712d0f9c2027ecb4300a5fceb4bf3256be6707d0.zip |
Fixed POIFSFileSystem to set CLSID of root when constructing instances from InputStream, see bugzilla 39056
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@766757 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/changes.xml')
-rw-r--r-- | src/documentation/content/xdocs/changes.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/changes.xml b/src/documentation/content/xdocs/changes.xml index 45ca4c6bdf..380f9c78c9 100644 --- a/src/documentation/content/xdocs/changes.xml +++ b/src/documentation/content/xdocs/changes.xml @@ -37,6 +37,8 @@ <!-- Don't forget to update status.xml too! --> <release version="3.5-beta6" date="2009-??-??"> + <action dev="POI-DEVELOPERS" type="fix">39056 - Fixed POIFSFileSystem to set CLSID of root when constructing instances from InputStream</action> + <action dev="POI-DEVELOPERS" type="fix">47054 - Fixed cloneStyleFrom to avoid exception when cloning styles of the same family</action> <action dev="POI-DEVELOPERS" type="fix">46186 - Fixed Sheet to read GutsRecord in the Sheet(RecordStream rs)</action> <action dev="POI-DEVELOPERS" type="fix">46714 - Automatically call sheet.setAlternativeExpression when sheet.setRowSumsBelow is called </action> <action dev="POI-DEVELOPERS" type="fix">46279 - Allow 255 arguments for excel functions in XSSF </action> |