]> source.dussan.org Git - poi.git/commitdiff
Update for 3.5 beta 4 being the next version
authorNick Burch <nick@apache.org>
Sun, 21 Sep 2008 16:35:14 +0000 (16:35 +0000)
committerNick Burch <nick@apache.org>
Sun, 21 Sep 2008 16:35:14 +0000 (16:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@697538 13f79535-47bb-0310-9956-ffa450edef68

build.xml
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/status.xml

index b9c94f171ca53e2a99ecea2aaedd6b5f1ff7d719..3b1ad523f2aa240055cf27a854833070749db71c 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -157,7 +157,7 @@ under the License.
   <property name="mavendist.poi.dir" location="build/maven-dist/poi"/>
   <property name="mavendist.oap.dir" location="build/maven-dist/org.apache.poi"/>
   <property name="jar.name" value="poi"/>
-  <property name="version.id" value="3.5-beta3"/>
+  <property name="version.id" value="3.5-beta4"/>
   <property name="halt.on.test.failure" value="true"/>
 
   <property name="jdk.version.source" value="1.5"
index c5a8c7441dc5df2d237f5904414a2e0112f3f18f..c10a97c7bbe6e1b7cad6dd537c2e60f42293c041 100644 (file)
     </devs>
 
                <!-- Don't forget to update status.xml too! -->
-<!--
-        <release version="3.5.1-beta3" date="2008-??-??">
+        <release version="3.5.1-beta4" date="2008-??-??">
         </release>
--->
-        <release version="3.5.1-beta2" date="2008-08-20">
+        <release version="3.5.1-beta3" date="2008-09-26">
            <action dev="POI-DEVELOPERS" type="fix">45518 - Fix up ColumnHelper to output valid col tags, by making 1 based and 0 based bits clearer, and using the right ones</action>
            <action dev="POI-DEVELOPERS" type="fix">45676 - Handle very long cells in the XSSF EventUserModel example</action>
            <action dev="POI-DEVELOPERS" type="add">Initial ExtractorFactory support for building TextExtractors for embeded documents</action>
+        </release>
+        <release version="3.5.1-beta2" date="2008-08-20">
            <action dev="POI-DEVELOPERS" type="add">Support stripping XSSF header and footer fields (eg page number) out of header and footer text if required</action>
            <action dev="POI-DEVELOPERS" type="add">Add POIXMLPropertiesTextExtractor, which provides to the OOXML file formats a similar function to HPSF's HPSFPropertiesExtractor</action>
            <action dev="POI-DEVELOPERS" type="add">45539 - Improve XWPFWordExtractor to extract headers and footers</action>
index e6ef37a8ba6a1a28d7cfa911e29c688fc004f1b4..5c5e0ef0807c59ff3822831f78eeb699c6fff84b 100644 (file)
 
        <!-- Don't forget to update changes.xml too! -->
     <changes>
-<!--
-        <release version="3.5.1-beta3" date="2008-??-??">
+        <release version="3.5.1-beta4" date="2008-??-??">
         </release>
--->
-        <release version="3.5.1-beta2" date="2008-08-20">
+        <release version="3.5.1-beta3" date="2008-09-26">
            <action dev="POI-DEVELOPERS" type="fix">45518 - Fix up ColumnHelper to output valid col tags, by making 1 based and 0 based bits clearer, and using the right ones</action>
            <action dev="POI-DEVELOPERS" type="fix">45676 - Handle very long cells in the XSSF EventUserModel example</action>
            <action dev="POI-DEVELOPERS" type="add">Initial ExtractorFactory support for building TextExtractors for embeded documents</action>
+        </release>
+        <release version="3.5.1-beta2" date="2008-08-20">
            <action dev="POI-DEVELOPERS" type="add">Support stripping XSSF header and footer fields (eg page number) out of header and footer text if required</action>
            <action dev="POI-DEVELOPERS" type="add">Add POIXMLPropertiesTextExtractor, which provides to the OOXML file formats a similar function to HPSF's HPSFPropertiesExtractor</action>
            <action dev="POI-DEVELOPERS" type="add">45539 - Improve XWPFWordExtractor to extract headers and footers</action>