You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ye...@apache.org on 2008/05/19 19:29:55 UTC

svn commit: r657875 - in /poi/trunk: build.xml src/documentation/content/xdocs/changes.xml src/documentation/content/xdocs/status.xml

Author: yegor
Date: Mon May 19 10:29:55 2008
New Revision: 657875

URL: http://svn.apache.org/viewvc?rev=657875&view=rev
Log:
updated release date and started a new section for 3.1-final

Modified:
    poi/trunk/build.xml
    poi/trunk/src/documentation/content/xdocs/changes.xml
    poi/trunk/src/documentation/content/xdocs/status.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=657875&r1=657874&r2=657875&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Mon May 19 10:29:55 2008
@@ -135,7 +135,7 @@
   <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-beta2"/>
+  <property name="version.id" value="3.1-beta3"/>
   <property name="halt.on.test.failure" value="true"/>
   <property name="jdk.version.source" value="1.3"
     description="JDK version of source code"/>

Modified: poi/trunk/src/documentation/content/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/poi/trunk/src/documentation/content/xdocs/changes.xml?rev=657875&r1=657874&r2=657875&view=diff
==============================================================================
--- poi/trunk/src/documentation/content/xdocs/changes.xml (original)
+++ poi/trunk/src/documentation/content/xdocs/changes.xml Mon May 19 10:29:55 2008
@@ -36,7 +36,10 @@
     </devs>
 
 		<!-- Don't forget to update status.xml too! -->
-        <release version="3.1-beta2" date="2008-05-??">
+        <release version="3.1-final" date="2008-06-??">
+          <action dev="POI-DEVELOPERS" type="add"><!-- to keep XML validator quiet  --></action>
+        </release>  
+        <release version="3.1-beta2" date="2008-05-26">
            <action dev="POI-DEVELOPERS" type="fix">44306 - fixed reading/writing of AttrPtg(type=choose) and method toFormulaString() for CHOOSE formulas</action>
            <action dev="POI-DEVELOPERS" type="fix">24207 - added HSSFName.isDeleted() to check if the name points to cell that no longer exists</action>
            <action dev="POI-DEVELOPERS" type="fix">40414 - fixed selected/active sheet after removing sheet from workbook</action>

Modified: poi/trunk/src/documentation/content/xdocs/status.xml
URL: http://svn.apache.org/viewvc/poi/trunk/src/documentation/content/xdocs/status.xml?rev=657875&r1=657874&r2=657875&view=diff
==============================================================================
--- poi/trunk/src/documentation/content/xdocs/status.xml (original)
+++ poi/trunk/src/documentation/content/xdocs/status.xml Mon May 19 10:29:55 2008
@@ -33,7 +33,9 @@
 
 	<!-- Don't forget to update changes.xml too! -->
     <changes>
-        <release version="3.1-beta2" date="2008-05-??">
+        <release version="3.1-final" date="2008-06-??">
+        </release>  
+        <release version="3.1-beta2" date="2008-05-26">
            <action dev="POI-DEVELOPERS" type="fix">44306 - fixed reading/writing of AttrPtg(type=choose) and method toFormulaString() for CHOOSE formulas</action>
            <action dev="POI-DEVELOPERS" type="fix">24207 - added HSSFName.isDeleted() to check if the name points to cell that no longer exists</action>
            <action dev="POI-DEVELOPERS" type="fix">40414 - fixed selected/active sheet after removing sheet from workbook</action>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org