updated index page to reflect current release POI-3.7

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1029302 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yegor Kozlov 2010-10-31 10:35:46 +00:00
parent de166c7b97
commit 9d674e33fe
2 changed files with 3 additions and 12 deletions

View File

@ -32,9 +32,8 @@
</header>
<body>
<section><title>24 August 2010 - POI 3.7 beta 3 available</title>
<p>The Apache POI team is pleased to announce the release of 3.7
beta 3. This includes a large number of bug fixes, and some
<section><title>29 October 2010 - POI 3.7 available</title>
<p>The Apache POI team is pleased to announce the release of 3.7. This includes a large number of bug fixes, and some
enhancements (especially text extraction). See the
<link href="http://www.apache.org/dist/poi/release/bin/RELEASE-NOTES.txt">full release notes</link> for more details.
</p>
@ -42,14 +41,6 @@
People interested should also follow the <link href="mailinglists.html">dev mailing list</link> to track further progress.</p>
<p>See the <link href="download.html">downloads</link> page for more details.</p>
</section>
<section><title>15 December 2009 - POI 3.6 is now available</title>
<p>The Apache POI team is pleased to announce the release of 3.6.
Featured are significant performance improvements and numerous bug fixes.
</p>
<p>A full list of changes is available in the <link href="changes.html">change log</link>.
People interested should also follow the <link href="mailinglists.html">dev mailing list</link> to track further progress.</p>
<p>See the <link href="download.html">downloads</link> page for more details.</p>
</section>
<section><title>Mission Statement</title>
<p>
The Apache POI Project's mission is to create and maintain Java APIs for manipulating various file formats

View File

@ -37,7 +37,7 @@
<action dev="poi-developers" type="fix">50118 - OLE2 does allow a directory with an empty name, so support this in POIFS</action>
<action dev="poi-developers" type="fix">50119 - avoid NPE when XSSFReader comes across chart sheets</action>
</release>
<release version="3.7" date="2010-10-25">
<release version="3.7" date="2010-10-29">
<action dev="poi-developers" type="fix">50075 - avoid NPE in ListLevel.getNumberText() when numberText is null </action>
<action dev="poi-developers" type="fix">50067 - marked commons-logging and log4j as optional dependencies in POI poms</action>
<action dev="poi-developers" type="add">49928 - allow overridden built-in formats in XSSFCellStyle</action>