diff options
author | Yegor Kozlov <yegor@apache.org> | 2007-11-23 12:54:23 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2007-11-23 12:54:23 +0000 |
commit | d70bc1dd372635954cbd02f131229ba977c826ef (patch) | |
tree | f1dd902684952c89235338e07519ebe0086ed132 | |
parent | 0f33ddd13a5241bc2e35d6fcba89629e20c0e42c (diff) | |
download | poi-d70bc1dd372635954cbd02f131229ba977c826ef.tar.gz poi-d70bc1dd372635954cbd02f131229ba977c826ef.zip |
Update changes list
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@597655 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/documentation/content/xdocs/changes.xml | 1 | ||||
-rw-r--r-- | src/documentation/content/xdocs/status.xml | 3 | ||||
-rw-r--r-- | src/documentation/content/xdocs/who.xml | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/src/documentation/content/xdocs/changes.xml b/src/documentation/content/xdocs/changes.xml index 603d7f35cf..f429eb361c 100644 --- a/src/documentation/content/xdocs/changes.xml +++ b/src/documentation/content/xdocs/changes.xml @@ -36,6 +36,7 @@ <!-- Don't forget to update status.xml too! --> <release version="3.0.2-FINAL" date="2007-??-??"> + <action dev="POI-DEVELOPERS" type="fix">43877 and 39512 - Fix for handling mixed OBJ and CONTINUE records.</action> <action dev="POI-DEVELOPERS" type="fix">43807 - Throw an IllegalArgumentException if asked to create a merged region with invalid columns or rows, rather than writing out a corrupt file</action> <action dev="POI-DEVELOPERS" type="fix">43837 - [PATCH] Support for unicode NameRecords</action> <action dev="POI-DEVELOPERS" type="add">43721 - [PATCH] Support for Chart Title Format records</action> diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index 6dbb64af6d..e4ed1065f0 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -33,6 +33,9 @@ <!-- Don't forget to update changes.xml too! --> <changes> <release version="3.0.2-FINAL" date="2007-??-??"> + <action dev="POI-DEVELOPERS" type="fix">43877 - Fix for handling mixed OBJ and CONTINUE records</action> + <action dev="POI-DEVELOPERS" type="fix">39512 - Fix for handling mixed OBJ and CONTINUE records</action> + <action dev="POI-DEVELOPERS" type="fix">43837 - [PATCH] Support for unicode NameRecords</action> <action dev="POI-DEVELOPERS" type="fix">43807 - Throw an IllegalArgumentException if asked to create a merged region with invalid columns or rows, rather than writing out a corrupt file</action> <action dev="POI-DEVELOPERS" type="fix">43837 - [PATCH] Support for unicode NameRecords</action> <action dev="POI-DEVELOPERS" type="add">43721 - [PATCH] Support for Chart Title Format records</action> diff --git a/src/documentation/content/xdocs/who.xml b/src/documentation/content/xdocs/who.xml index 3290c14569..2812966f73 100644 --- a/src/documentation/content/xdocs/who.xml +++ b/src/documentation/content/xdocs/who.xml @@ -79,7 +79,7 @@ <li>Danny Mui (dmui at apache dot org)</li> <li>Jason Height (jheight at apache dot org)</li> <li><link href="http://www.apache.org/~tetsuya/">Tetsuya Kitahata</link> (tetsuya at apache dot org)</li> - <li>Yegor Kozlov</li> + <li>Yegor Kozlov (yegor at apache dot org)</li> <li>Amol S Deshmukh (amol at apache dot org)</li> </ul> </section> |