aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation
diff options
context:
space:
mode:
authorYegor Kozlov <yegor@apache.org>2012-02-15 10:36:53 +0000
committerYegor Kozlov <yegor@apache.org>2012-02-15 10:36:53 +0000
commit78be7da87d0a504ec1f2595495fed41b45c7b933 (patch)
tree7826ac7ba502cd0dbbc2557c2e32ae908e8fe177 /src/documentation
parentb10ba1a85bfcb606423b809515693258a2143075 (diff)
downloadpoi-78be7da87d0a504ec1f2595495fed41b45c7b933.tar.gz
poi-78be7da87d0a504ec1f2595495fed41b45c7b933.zip
Bugzilla 52649: fixed adobe:ns:meta namespace in WordToFoConverter
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1244429 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r--src/documentation/content/xdocs/status.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml
index 1eebeb0d11..0d5075e90d 100644
--- a/src/documentation/content/xdocs/status.xml
+++ b/src/documentation/content/xdocs/status.xml
@@ -34,6 +34,7 @@
<changes>
<release version="3.8-beta6" date="2012-??-??">
+ <action dev="poi-developers" type="fix">52649 - fixed namespace issue in WordToFoConverter</action>
<action dev="poi-developers" type="fix">52385 - avoid trancated array and vector data when reading OLE properties</action>
<action dev="poi-developers" type="fix">52662 - CharacterRun NPE fix when fetching symbol fonts, where no fonts are defined</action>
<action dev="poi-developers" type="add">52658 - support mergin table cells in XSLF</action>