diff options
author | Yegor Kozlov <yegor@apache.org> | 2009-11-06 19:08:41 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2009-11-06 19:08:41 +0000 |
commit | 1aeb476ce7a680346ceacb59cf4596719f82c334 (patch) | |
tree | c373c597b665148fb5cd79c124121e6994523a3b /src/documentation/content/xdocs | |
parent | 43af361c5c400a64c83cd994b1f29ab4febab857 (diff) | |
download | poi-1aeb476ce7a680346ceacb59cf4596719f82c334.tar.gz poi-1aeb476ce7a680346ceacb59cf4596719f82c334.zip |
release system resources when calling javax.imageio.ImageIO in Picture.resize()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@833527 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 f30245e365..a5e5baafff 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">48134 - release system resources when using Picture.resize()</action> <action dev="POI-DEVELOPERS" type="fix">48087 - avoid NPE in XSSFChartSheet when calling methods of the superclass</action> <action dev="POI-DEVELOPERS" type="fix">48038 - handle reading HWPF stylesheets from non zero offsets</action> <action dev="POI-DEVELOPERS" type="add">When running the "compile-ooxml-xsds" ant task, also generate the source jar for the OOXML Schemas</action> |