diff options
author | Yegor Kozlov <yegor@apache.org> | 2012-08-04 05:30:19 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2012-08-04 05:30:19 +0000 |
commit | 63f3987cb0dac320bb51c7418181f55272311190 (patch) | |
tree | 664514eb9666c72bbe81e6e824ec952d9c37574b /src/documentation | |
parent | 27f82281eaf649731c46eaed835d29d9394a1dde (diff) | |
download | poi-63f3987cb0dac320bb51c7418181f55272311190.tar.gz poi-63f3987cb0dac320bb51c7418181f55272311190.zip |
Bugzilla 53446 - Fixed some problems extracting PNGs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1369263 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r-- | src/documentation/content/xdocs/status.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index 0602dfd241..d3a744b48e 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -34,7 +34,8 @@ <changes> <release version="3.9-beta1" date="2012-??-??"> - <action dev="poi-developers" type="fix">53205 - Fix some parsing errors and encoding issues in HDGF </action> + <action dev="poi-developers" type="add">53446 - Fixed some problems extracting PNGs </action> + <action dev="poi-developers" type="fix">53205 - Fixed some parsing errors and encoding issues in HDGF </action> <action dev="poi-developers" type="add">53204 - Improved performanceof PageSettingsBlock in HSSF </action> <action dev="poi-developers" type="add">53500 - Getter for repeating rows and columns</action> <action dev="poi-developers" type="fix">53369 - Fixed tests failing on JDK 1.7</action> |