summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Burch <nick@apache.org>2007-05-03 08:24:45 +0000
committerNick Burch <nick@apache.org>2007-05-03 08:24:45 +0000
commit4af25bf8689e13c99851fab26a3bc503fa764f42 (patch)
treea5c0eaf1b047a6c9e30a63fc0180e1e3045c218d
parent31c6e6106d9afcd6044347a05c69506be860f4be (diff)
downloadpoi-4af25bf8689e13c99851fab26a3bc503fa764f42.tar.gz
poi-4af25bf8689e13c99851fab26a3bc503fa764f42.zip
Update the changelog
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@534753 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--src/documentation/content/xdocs/changes.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/changes.xml b/src/documentation/content/xdocs/changes.xml
index 0f2a57dcff..504f72b238 100644
--- a/src/documentation/content/xdocs/changes.xml
+++ b/src/documentation/content/xdocs/changes.xml
@@ -32,7 +32,20 @@
<person id="NB" name="Nick Burch" email="nick@torchbox.com"/>
<person id="POI-DEVELOPERS" name="POI Developers" email="poi-dev@jakarta.apache.org"/>
<person id="RK" name="Rainer Klute" email="klute@apache.org"/>
+ <person id="YK" name="Yegor Kozlov" email="yegor@apache.org"/>
</devs>
+ <release version="3.0-FINAL" date="99 May 2007">
+ <action dev="POI-DEVELOPERS" type="fix">39977 - [PATCH] Fix POM for Maven users</action>
+ <action dev="POI-DEVELOPERS" type="fix">38976 - [PATCH] Add createPicture to HSSFShapeGroup</action>
+ <action dev="POI-DEVELOPERS" type="add">Detect Office 2007 XML documents, and throw a meaningful exception</action>
+ <action dev="POI-DEVELOPERS" type="add">Additional HSLF support for PowerPoint</action>
+ <action dev="POI-DEVELOPERS" type="add">Initial support for HWPF image extraction</action>
+ </release>
+
+ <release version="3.0-alpha3" date="12 December 2006">
+ <action dev="POI-DEVELOPERS" type="add">Additional HSLF support for PowerPoint</action>
+ </release>
+
<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>