Prepare for 3.7 beta 2

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@982336 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2010-08-04 17:24:05 +00:00
parent 8dcf35452d
commit 0612929bba
2 changed files with 5 additions and 1 deletions

View File

@ -51,7 +51,7 @@ under the License.
<description>The Apache POI project Ant build.</description>
<property name="version.id" value="3.7-beta2"/>
<property name="version.id" value="3.7-beta3"/>
<property environment="env"/>
<!-- the repository to download jars from -->

View File

@ -33,7 +33,11 @@
</developers>
<changes>
<!--
<release version="3.7-beta2" date="2010-??-??">
</release>
-->
<release version="3.7-beta2" date="2010-08-09">
<action dev="POI-DEVELOPERS" type="add">47990 - Support for .msg attachments within a MAPIMessage .msg</action>
<action dev="POI-DEVELOPERS" type="fix">Improve handling and warnings when closing OPCPackage objects</action>
<action dev="POI-DEVELOPERS" type="fix">49702 - Correct XSSFWorkbook.getNumCellStyles to check the right styles list</action>