aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation
diff options
context:
space:
mode:
authorYegor Kozlov <yegor@apache.org>2008-11-24 10:48:25 +0000
committerYegor Kozlov <yegor@apache.org>2008-11-24 10:48:25 +0000
commitdfdb47a858330d2c6b8d96823cdd01539f1bc912 (patch)
treedf06e2c37a3109330cc47872b58cdb5a0631e330 /src/documentation
parentd3dd1fbbcd814db8d0b8b1534796f795730b5c53 (diff)
downloadpoi-dfdb47a858330d2c6b8d96823cdd01539f1bc912.tar.gz
poi-dfdb47a858330d2c6b8d96823cdd01539f1bc912.zip
set new version.id=3.5-beta5
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@720160 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r--src/documentation/content/xdocs/changes.xml5
-rwxr-xr-xsrc/documentation/content/xdocs/spreadsheet/examples.xml2
-rw-r--r--src/documentation/content/xdocs/status.xml5
3 files changed, 9 insertions, 3 deletions
diff --git a/src/documentation/content/xdocs/changes.xml b/src/documentation/content/xdocs/changes.xml
index bb45c63692..1580f7ed7c 100644
--- a/src/documentation/content/xdocs/changes.xml
+++ b/src/documentation/content/xdocs/changes.xml
@@ -36,7 +36,10 @@
</devs>
<!-- Don't forget to update status.xml too! -->
- <release version="3.5-beta4" date="2008-??-??">
+ <release version="3.5-beta5" date="2008-??-??">
+ <action dev="POI-DEVELOPERS" type="fix"><!--remove me--></action>
+ </release>
+ <release version="3.5-beta4" date="2008-11-29">
<action dev="POI-DEVELOPERS" type="fix">46213 - Fixed FormulaRecordAggregate to gracefully ignore extra StringRecords</action>
<action dev="POI-DEVELOPERS" type="fix">46174 - Fixed HSSFName to handle general formulas (not just area references)</action>
<action dev="POI-DEVELOPERS" type="add">46189 - added chart records: CHARTFRTINFO, STARTBLOCK, ENDBLOCK, STARTOBJECT, ENDOBJECT, and CATLAB</action>
diff --git a/src/documentation/content/xdocs/spreadsheet/examples.xml b/src/documentation/content/xdocs/spreadsheet/examples.xml
index 966a1626b5..b44b9df16b 100755
--- a/src/documentation/content/xdocs/spreadsheet/examples.xml
+++ b/src/documentation/content/xdocs/spreadsheet/examples.xml
@@ -28,7 +28,7 @@
</header>
<body>
<section><title>HSSF and XSSF examples</title>
- <p>POI comes with a number of examples that demonstrate how you can use POI API to create documents from "real life".
+ <p>POI 3.5 and later comes with a number of examples that demonstrate how you can use POI API to create documents from "real life".
The examples are based on common XSSF-HSSF interfaces so that you can generate either *.xls or *.xlsx output just by setting a command-line argument:
</p>
<source>
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml
index 57a0616d78..a6bc5997fa 100644
--- a/src/documentation/content/xdocs/status.xml
+++ b/src/documentation/content/xdocs/status.xml
@@ -33,7 +33,10 @@
<!-- Don't forget to update changes.xml too! -->
<changes>
- <release version="3.5-beta4" date="2008-??-??">
+ <release version="3.5-beta5" date="2008-??-??">
+ <action dev="POI-DEVELOPERS" type="fix"><!--remove me--></action>
+ </release>
+ <release version="3.5-beta4" date="2008-11-29">
<action dev="POI-DEVELOPERS" type="fix">46213 - Fixed FormulaRecordAggregate to gracefully ignore extra StringRecords</action>
<action dev="POI-DEVELOPERS" type="fix">46174 - Fixed HSSFName to handle general formulas (not just area references)</action>
<action dev="POI-DEVELOPERS" type="add">46189 - added chart records: CHARTFRTINFO, STARTBLOCK, ENDBLOCK, STARTOBJECT, ENDOBJECT, and CATLAB</action>