]> source.dussan.org Git - poi.git/commitdiff
HDGF progress update
authorNick Burch <nick@apache.org>
Mon, 15 Oct 2007 10:43:37 +0000 (10:43 +0000)
committerNick Burch <nick@apache.org>
Mon, 15 Oct 2007 10:43:37 +0000 (10:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@584723 13f79535-47bb-0310-9956-ffa450edef68

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

index 24166542002b0dc4a622ccf6cee08c3e5a57e273..e4e67bee6d2267da47d8d74435f2434ab2405eb9 100644 (file)
@@ -17,7 +17,6 @@
    limitations under the License.
    ====================================================================
 -->
-<!-- Don't forget to update status.xml too! -->
 <!DOCTYPE changes PUBLIC "-//APACHE//DTD Changes V1.1//EN" "./dtd/changes-v11.dtd">
 
 <changes>
@@ -35,7 +34,9 @@
         <person id="YK" name="Yegor Kozlov" email="yegor@apache.org"/>
     </devs>
 
+               <!-- Don't forget to update status.xml too! -->
         <release version="3.0.2-FINAL" date="2007-??-??">
+            <action dev="POI-DEVELOPERS" type="add">Improvements to the LZW compression engine used by HDGF</action>
             <action dev="POI-DEVELOPERS" type="add">HSSFPicture.resize() - a handy method to reset a picture to its original width and height</action>
             <action dev="POI-DEVELOPERS" type="add">Add a getSheetIndex(HSSFSheet) method to HSSFWorkbook, and allow a HSSFSheet to get at its parent HSSFWorkbook</action>
             <action dev="POI-DEVELOPERS" type="add">Move POIDocument out of Scratchpad, and update HSSFWorkbook to use it</action>
index f14bb1e7660e7dca12ab5c850ebd95e4d3de9f95..d36f976287fcd1c09635ef10e0e93ce55d25279e 100755 (executable)
                                 following are the steps that would need to be taken to
                                 implement it.</p>
                                <ol>
-                                <li>Re-write the decompression support in LZW4HDGF to be
-                                 less opaque, and also under the ASL.</li>
-                                <li>Add compression support to the new LZw4HDGF.</li>
+                                <li>Re-write the decompression support in LZW4HDGF as
+                                 HDGFLZW, which will be much better documented, and also 
+                                 under the ASL. <strong>Completed October 2007</strong></li>
+                                <li>Add compression support to HDGFLZW. 
+                                 <strong>In progress</strong></li>
                                 <li>Have HDGF just write back the raw bytes it read in, and
                                  have a test to ensure the file is un-changed.</li>
                                 <li>Have HDGF generate the bytes to write out from the
index 074b386de02fb8e5b2b23d74c0f1b7bd42d6b38b..92050159aa037e505883b6c6ef28201b196380a9 100644 (file)
@@ -17,7 +17,6 @@
    limitations under the License.
    ====================================================================
 -->
-<!-- Don't forget to update changes.xml too! -->
 <status>
     <developers>
         <!-- in strict alphabetical order -->
         <person id="YK" name="Yegor Kozlov" email="yegor@apache.org"/>
     </developers>
 
+       <!-- Don't forget to update changes.xml too! -->
     <changes>
         <release version="3.0.2-FINAL" date="2007-??-??">
+            <action dev="POI-DEVELOPERS" type="add">Improvements to the LZW compression engine used by HDGF</action>
+            <action dev="POI-DEVELOPERS" type="add">HSSFPicture.resize() - a handy method to reset a picture to its original width and height</action>
             <action dev="POI-DEVELOPERS" type="add">Add a getSheetIndex(HSSFSheet) method to HSSFWorkbook, and allow a HSSFSheet to get at its parent HSSFWorkbook</action>
             <action dev="POI-DEVELOPERS" type="add">Move POIDocument out of Scratchpad, and update HSSFWorkbook to use it</action>
             <action dev="POI-DEVELOPERS" type="fix">43399 - [PATCH] - Fix for Cell References for rows > 32678</action>