]> source.dussan.org Git - poi.git/commitdiff
Start documenting changes on the branch in the status file
authorNick Burch <nick@apache.org>
Sun, 13 Apr 2008 15:18:29 +0000 (15:18 +0000)
committerNick Burch <nick@apache.org>
Sun, 13 Apr 2008 15:18:29 +0000 (15:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@647579 13f79535-47bb-0310-9956-ffa450edef68

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

index 9b66bab5392d25193fa95e5bd39d16236da34520..00f8c6601f0b695b8f985a553d6f90444ced116d 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -173,7 +173,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.1-alpha1"/>
+  <property name="version.id" value="3.5-alpha2"/>
   <property name="halt.on.test.failure" value="true"/>
 
   <property name="jdk.version.source" value="1.5"
index 1cd4891fd77e4df6a287e64c3c89b2bdde780afd..b80dad7dbdb92b558d8c3ffa5f90f9c87b279652 100644 (file)
     </devs>
 
                <!-- Don't forget to update status.xml too! -->
+        <release version="3.5.1-alpha1" date="2008-04-??">
+           <action dev="POI-DEVELOPERS" type="add">Common text extraction factory, which returns the correct POITextExtractor for the supplied data</action>
+           <action dev="POI-DEVELOPERS" type="add">Text Extraction support for the new OOXML files (.xlsx, .docx and .pptx)</action>
+           <action dev="POI-DEVELOPERS" type="add">Initial support for processing OOXML Excel files (.xlsx), both directly through XSSF, and also through the new common UserModel</action>
+           <action dev="POI-DEVELOPERS" type="add">Created a common interface for handling PowerPoint files, irrespective of if they are .ppt or .pptx</action>
+           <action dev="POI-DEVELOPERS" type="add">Created a common interface for handling Excel files, irrespective of if they are .xls or .xlsx</action>
+        </release>
         <release version="3.0.3-beta1" date="2008-04-??">
            <action dev="POI-DEVELOPERS" type="add">Update HSLFSlideShow and HSSFWorkbook to take advantage of POIFS updates, and allow reading embeded documents</action>
            <action dev="POI-DEVELOPERS" type="add">Improve how POIFS works with directory entries, and update HWPFDocument to support reading an embeded word document</action>
index 33bfce8cef6241ea9ae678d02ca031289c0fea64..a729ca242b0423137da60ce1d982e16c6ea6e32c 100644 (file)
 
        <!-- Don't forget to update changes.xml too! -->
     <changes>
+        <release version="3.5.1-alpha1" date="2008-04-??">
+           <action dev="POI-DEVELOPERS" type="add">Common text extraction factory, which returns the correct POITextExtractor for the supplied data</action>
+           <action dev="POI-DEVELOPERS" type="add">Text Extraction support for the new OOXML files (.xlsx, .docx and .pptx)</action>
+           <action dev="POI-DEVELOPERS" type="add">Initial support for processing OOXML Excel files (.xlsx), both directly through XSSF, and also through the new common UserModel</action>
+           <action dev="POI-DEVELOPERS" type="add">Created a common interface for handling PowerPoint files, irrespective of if they are .ppt or .pptx</action>
+           <action dev="POI-DEVELOPERS" type="add">Created a common interface for handling Excel files, irrespective of if they are .xls or .xlsx</action>
+        </release>
         <release version="3.0.3-beta1" date="2008-04-??">
            <action dev="POI-DEVELOPERS" type="add">Update HSLFSlideShow and HSSFWorkbook to take advantage of POIFS updates, and allow reading embeded documents</action>
            <action dev="POI-DEVELOPERS" type="add">Improve how POIFS works with directory entries, and update HWPFDocument to support reading an embeded word document</action>