diff options
author | Yegor Kozlov <yegor@apache.org> | 2009-12-07 14:20:10 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2009-12-07 14:20:10 +0000 |
commit | 5984c5d57cb1aee6bea1b32723e3ad825a3b6a6a (patch) | |
tree | 306851df6a21204aeffecd7af1a59351730f5587 /src/documentation | |
parent | 3246c57b68cc05b892a417d6b1dfb7bcd54d1a3f (diff) | |
download | poi-5984c5d57cb1aee6bea1b32723e3ad825a3b6a6a.tar.gz poi-5984c5d57cb1aee6bea1b32723e3ad825a3b6a6a.zip |
updated current version on status.xml, also some misc post-release improvements in mvn-deploy.sh and build.xml
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@887930 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r-- | src/documentation/content/xdocs/status.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index c949c66e96..8d36b3bfe3 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -33,7 +33,9 @@ </developers> <changes> - <release version="3.6-beta1" date="2009-??-??"> + <release version="3.7-SNAPSHOT" date="2010-??-??"> + </release> + <release version="3.6" date="2009-12-14"> <action dev="POI-DEVELOPERS" type="fix">48332 - fixed XSSFSheet autoSizeColumn() to tolerate empty RichTextString</action> <action dev="POI-DEVELOPERS" type="fix">48332 - fixed ColumnInfoRecord to tolerate missing reserved field</action> <action dev="POI-DEVELOPERS" type="fix">47701 - fixed RecordFormatException when reading list subrecords (LbsDataSubRecord)</action> |