Add action for alpha 2 release

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@414867 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2006-06-16 17:41:12 +00:00
parent 41b3ee677e
commit dc9721e77e
2 changed files with 11 additions and 0 deletions

View File

@ -16,6 +16,12 @@
<person id="POI-DEVELOPERS" name="POI Developers" email="poi-dev@jakarta.apache.org"/>
<person id="RK" name="Rainer Klute" email="klute@apache.org"/>
</devs>
<release version="3.0-alpha2" date="16 June 2006">
<action dev="POI-DEVELOPERS" type="add">HSSF Formula support</action>
<action dev="POI-DEVELOPERS" type="add">Additional HSLF support for PowerPoint</action>
<action dev="POI-DEVELOPERS" type="fix">39389 - [PATCH] Extended Ascii support for WingDings</action>
</release>
<release version="3.0-alpha1" date="4 July 2005">
<action dev="POI-DEVELOPERS" type="fix">Bugzilla Bug 29976 [PATCH] HSSF hyperlink formula size problem</action>
<action dev="POI-DEVELOPERS" type="add">Image writing support</action>

View File

@ -12,6 +12,11 @@
</developers>
<changes>
<release version="3.0-alpha2" date="16 June 2006">
<action dev="POI-DEVELOPERS" type="add">HSSF Formula support</action>
<action dev="POI-DEVELOPERS" type="add">Additional HSLF support for PowerPoint</action>
<action dev="POI-DEVELOPERS" type="fix">39389 - [PATCH] Extended Ascii support for WingDings</action>
</release>
<release version="3.0-alpha1" date="4 July 2005">
<action dev="POI-DEVELOPERS" type="fix" context="All">Bugzilla Bug 29976 [PATCH] HSSF hyperlink formula size problem</action>