updated date of 3.5-beta6 in the docs

git-svn-id: https://svn.apache.org/repos/asf/poi/tags/REL_3_5_BETA6@783637 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yegor Kozlov 2009-06-11 05:46:06 +00:00
parent d8962b4f3b
commit def8b38270
3 changed files with 5 additions and 7 deletions

View File

@ -148,7 +148,7 @@ under the License.
<property name="apache.repository" value="scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository"/> <property name="apache.repository" value="scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository"/>
<property name="snapshots.repository" value="scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository/"/> <property name="snapshots.repository" value="scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository/"/>
<property name="jar.name" value="poi"/> <property name="jar.name" value="poi"/>
<property name="version.id" value="3.5-beta7"/> <property name="version.id" value="3.5-beta6"/>
<property name="halt.on.test.failure" value="true"/> <property name="halt.on.test.failure" value="true"/>
<property name="jdk.version.source" value="1.5" <property name="jdk.version.source" value="1.5"

View File

@ -31,21 +31,21 @@
</header> </header>
<body> <body>
<section><title>POI 3.5 beta 5, and Office Open XML Support (2009-02-19)</title> <section><title>POI 3.5 beta 6, and Office Open XML Support (2009-06-21)</title>
<p>We are currently working to support the new Office Open XML <p>We are currently working to support the new Office Open XML
file formats, such as XLSX and PPTX, which were introduced in file formats, such as XLSX and PPTX, which were introduced in
Office 2007.</p> Office 2007.</p>
<p>Development for this is in a svn branch, but we are please to <p>Development for this is in a svn branch, but we are please to
announce our first preview release containing this support. announce our first preview release containing this support.
Users interested in the OOXML support should download the Users interested in the OOXML support should download the
<link href="http://www.apache.org/dyn/closer.cgi/poi/dev/">POI 3.5 beta 5</link> <link href="http://www.apache.org/dyn/closer.cgi/poi/dev/">POI 3.5 beta 6</link>
the source and binaries from their the source and binaries from their
<link href="http://www.apache.org/dyn/closer.cgi/poi/dev/">local mirror</link>. <link href="http://www.apache.org/dyn/closer.cgi/poi/dev/">local mirror</link>.
People interested should also follow the People interested should also follow the
<link href="mailinglists.html">dev list</link> to track progress.</p> <link href="mailinglists.html">dev list</link> to track progress.</p>
<p> <p>
The release is also available from the central Maven repository The release is also available from the central Maven repository
under Group ID "org.apache.poi" and Version "3.5-beta5". under Group ID "org.apache.poi" and Version "3.5-beta6".
</p> </p>
</section> </section>
<section><title>POI 3.2-FINAL Released (2008-10-19)</title> <section><title>POI 3.2-FINAL Released (2008-10-19)</title>

View File

@ -32,9 +32,7 @@
</developers> </developers>
<changes> <changes>
<release version="3.5-beta7" date="2009-??-??"> <release version="3.5-beta6" date="2009-06-21">
</release>
<release version="3.5-beta6" date="2009-06-??">
<action dev="POI-DEVELOPERS" type="fix">47294 - Fixed XSSFWorkbook#setRepeatingRowsAndColumns to tolerate sheet names with quotes</action> <action dev="POI-DEVELOPERS" type="fix">47294 - Fixed XSSFWorkbook#setRepeatingRowsAndColumns to tolerate sheet names with quotes</action>
<action dev="POI-DEVELOPERS" type="fix">47309 - Fixed logic in HSSFCell.getCellComment to handle sheets with more than 65536 comments</action> <action dev="POI-DEVELOPERS" type="fix">47309 - Fixed logic in HSSFCell.getCellComment to handle sheets with more than 65536 comments</action>
<action dev="POI-DEVELOPERS" type="fix">46776 - Added clone() method to MulBlankRecord to fix crash in Sheet.cloneSheet()</action> <action dev="POI-DEVELOPERS" type="fix">46776 - Added clone() method to MulBlankRecord to fix crash in Sheet.cloneSheet()</action>