]> source.dussan.org Git - poi.git/commitdiff
updated index page to reflect current release POI-3.7
authorYegor Kozlov <yegor@apache.org>
Sun, 31 Oct 2010 10:35:46 +0000 (10:35 +0000)
committerYegor Kozlov <yegor@apache.org>
Sun, 31 Oct 2010 10:35:46 +0000 (10:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1029302 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/index.xml
src/documentation/content/xdocs/status.xml

index 8e506d8f5431b8de8963aca8c109521aec9a29c1..5b77ebaa1fefd6e41916ffcf4bdbc1b3027c4c52 100644 (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>
       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
index 8ea8eb323b5e5f74bbfd1251caf9f222abae9cab..d7d2b62c71dc96da5625365e49faeaaa6d6b5b90 100644 (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>