Browse Source

started new section in changes.xml for 3.5-beta7

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@780747 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_3_5-FINAL
Yegor Kozlov 15 years ago
parent
commit
ec9296d828
2 changed files with 4 additions and 3 deletions
  1. 1
    1
      build.xml
  2. 3
    2
      src/documentation/content/xdocs/status.xml

+ 1
- 1
build.xml View File

@@ -148,7 +148,7 @@ under the License.
<property name="apache.repository" value="scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository"/>
<property name="snapshots.repository" value="scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository/"/>
<property name="jar.name" value="poi"/>
<property name="version.id" value="3.5-beta6"/>
<property name="version.id" value="3.5-beta7"/>
<property name="halt.on.test.failure" value="true"/>

<property name="jdk.version.source" value="1.5"

+ 3
- 2
src/documentation/content/xdocs/status.xml View File

@@ -31,9 +31,10 @@
<person id="YK" name="Yegor Kozlov" email="yegor@apache.org"/>
</developers>

<!-- Don't forget to update changes.xml too! -->
<changes>
<release version="3.5-beta6" date="2009-??-??">
<release version="3.5-beta7" date="2009-??-??">
</release>
<release version="3.5-beta6" date="2009-01-11">
<action dev="POI-DEVELOPERS" type="fix">47069 - Fixed HSSFSheet#getFirstRowNum and HSSFSheet#getLastRowNum to return correct values after removal of all rows</action>
<action dev="POI-DEVELOPERS" type="fix">47278 - Fixed XSSFCell to avoid generating xsi:nil entries in shared string table</action>
<action dev="POI-DEVELOPERS" type="fix">47206 - Fixed XSSFCell to properly read inline strings</action>

Loading…
Cancel
Save