]> source.dussan.org Git - poi.git/commitdiff
Should have been submitted with c689716 (bug 45699)
authorJosh Micich <josh@apache.org>
Thu, 28 Aug 2008 05:13:31 +0000 (05:13 +0000)
committerJosh Micich <josh@apache.org>
Thu, 28 Aug 2008 05:13:31 +0000 (05:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@689719 13f79535-47bb-0310-9956-ffa450edef68

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

index 87b3468994f522411cf852f5056e3b8774929f85..0b538787d5461a54d06f09cd829bd9b660de7d5b 100644 (file)
@@ -37,6 +37,7 @@
 
                <!-- Don't forget to update status.xml too! -->
         <release version="3.1.1-alpha1" date="2008-??-??">
+           <action dev="POI-DEVELOPERS" type="fix">45699 - Fix RowRecordsAggregate to tolerate intervening MERGEDCELLS records</action>
            <action dev="POI-DEVELOPERS" type="fix">45698 - Fix LinkTable to tolerate multiple EXTERNSHEET records</action>
            <action dev="POI-DEVELOPERS" type="fix">45682 - Fix for cloning of CFRecordsAggregate</action>
            <action dev="POI-DEVELOPERS" type="add">Initial support for evaluating external add-in functions like YEARFRAC</action>
index 127c12e8cbf94820d4a895de0216bb331929389c..8b8f25b809741ab612c7b29f2573dc84cdf1e81f 100644 (file)
@@ -34,6 +34,7 @@
        <!-- Don't forget to update changes.xml too! -->
     <changes>
         <release version="3.1.1-alpha1" date="2008-??-??">
+           <action dev="POI-DEVELOPERS" type="fix">45699 - Fix RowRecordsAggregate to tolerate intervening MERGEDCELLS records</action>
            <action dev="POI-DEVELOPERS" type="fix">45698 - Fix LinkTable to tolerate multiple EXTERNSHEET records</action>
            <action dev="POI-DEVELOPERS" type="fix">45682 - Fix for cloning of CFRecordsAggregate</action>
            <action dev="POI-DEVELOPERS" type="add">Initial support for evaluating external add-in functions like YEARFRAC</action>