diff options
author | Nick Burch <nick@apache.org> | 2012-02-15 11:47:11 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2012-02-15 11:47:11 +0000 |
commit | 4a607e17e1d6191daaa98b3a317e9129f6cc4c04 (patch) | |
tree | de47b34cb4d49ed9964703606cd24c4bcd046a8a /src/documentation | |
parent | 78be7da87d0a504ec1f2595495fed41b45c7b933 (diff) | |
download | poi-4a607e17e1d6191daaa98b3a317e9129f6cc4c04.tar.gz poi-4a607e17e1d6191daaa98b3a317e9129f6cc4c04.zip |
Fix bug #52664 - MAPIMessage may not always have name chunks when checking for 7 bit encodings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1244449 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-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 0d5075e90d..665a6cb18b 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">52664 - MAPIMessage may not always have name chunks when checking for 7 bit encodings</action> <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> |