diff options
author | Yegor Kozlov <yegor@apache.org> | 2012-10-26 11:50:20 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2012-10-26 11:50:20 +0000 |
commit | 59b4c3e08dd36618345b6906d17437e3e3842f60 (patch) | |
tree | 5b6c05c65bec546008f5e18018bff2d4c2295c68 /src/documentation | |
parent | b1f9000485380c952ae7794316b3c10bab102a76 (diff) | |
download | poi-59b4c3e08dd36618345b6906d17437e3e3842f60.tar.gz poi-59b4c3e08dd36618345b6906d17437e3e3842f60.zip |
Bug 54008: Fixed Ant build to support build directories with blanks
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1402473 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r-- | src/documentation/content/xdocs/status.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index f590c0cd9b..839684de4f 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -34,8 +34,9 @@ <changes> <release version="3.9-beta1" date="2012-??-??"> - <action dev="poi-developers" type="add">53374 - Avoid exceptions when parsing hyperlinks of type "javascript://"</action> - <action dev="poi-developers" type="add">53404 - Fixed compatibility bug with modifying xls files created by POI-3.6 and earlier</action> + <action dev="poi-developers" type="fix">54008 - Fixed Ant build to support build directories with blanks</action> + <action dev="poi-developers" type="fix">53374 - Avoid exceptions when parsing hyperlinks of type "javascript://"</action> + <action dev="poi-developers" type="fix">53404 - Fixed compatibility bug with modifying xls files created by POI-3.6 and earlier</action> <action dev="poi-developers" type="add">53979 - Support fetching properties of Numbered Lists from PPT files</action> <action dev="poi-developers" type="add">53784 - Partial HSMF support for fixed sized properties</action> <action dev="poi-developers" type="add">53943 - added method processSymbol() to allow converting word symbols </action> |