]> source.dussan.org Git - poi.git/commitdiff
Add a few of the recent changes to the chagelog, under the provisional 3.0.1 release tag
authorNick Burch <nick@apache.org>
Tue, 29 May 2007 18:10:11 +0000 (18:10 +0000)
committerNick Burch <nick@apache.org>
Tue, 29 May 2007 18:10:11 +0000 (18:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@542605 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/status.xml

index 71b790cc9680465ebd088f037ebe13f98a3078a9..71dd43437f60ef9ac834dda205469b38fea46ae6 100644 (file)
         <person id="YK" name="Yegor Kozlov" email="yegor@apache.org"/>
     </devs>
 
+        <release version="3.0.1-FINAL" date="2007-06-08">
+            <action dev="POI-DEVELOPERS" type="add">Initial support for a "missing record aware" HSSF event model</action>
+            <action dev="POI-DEVELOPERS" type="add">Additional HSLF support for Title and Slide Master Sheets</action>
+            <action dev="POI-DEVELOPERS" type="fix">42474 - [PATCH] Improved HSLF note to slide matching, and a NPE</action>
+            <action dev="POI-DEVELOPERS" type="fix">42481 - [PATCH] Tweak some HSLF exceptions, to make it clearer what you're catching</action>
+        </release>
+
         <release version="3.0-FINAL" date="2007-05-18">
             <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>
index e9904ab8a759e2da9f270b1eda05597e8b6c2418..bba78a3f154c06620616847e3b94cbf8422a7879 100644 (file)
     </developers>
 
     <changes>
+        <release version="3.0.1-FINAL" date="2007-06-08">
+            <action dev="POI-DEVELOPERS" type="add">Initial support for a "missing record aware" HSSF event model</action>
+            <action dev="POI-DEVELOPERS" type="add">Additional HSLF support for Title and Slide Master Sheets</action>
+            <action dev="POI-DEVELOPERS" type="fix">42474 - [PATCH] Improved HSLF note to slide matching, and a NPE</action>
+            <action dev="POI-DEVELOPERS" type="fix">42481 - [PATCH] Tweak some HSLF exceptions, to make it clearer what you're catching</action>
+        </release>
+
         <release version="3.0-FINAL" date="2007-05-18">
             <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>