aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/xdocs/changes.xml
blob: c307516c0393932c3c72128a08b21c8db045abea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<?xml version="1.0"?>
<!DOCTYPE changes PUBLIC "-//APACHE//DTD Changes V1.1//EN" "./dtd/changes-v11.dtd">

<changes title="History of Changes">

    <devs>
        <!-- in strict alphabetical order -->
        <person id="AO"  name="Andrew C. Oliver"   email="acoliver2@users.sourceforge.net"/>
        <person id="GJS"  name="Glen Stampoultzis" email="glens@apache.org"/>
        <person id="MJ"  name="Marc Johnson"       email="mjohnson@apache.org"/>
        <person id="NKB" name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/>
        <person id="POI-DEVELOPERS" name="Poi Developers"    email="poi-dev@jakarta.apache.org"/>
    </devs>
    <release version="1.6-dev" date="Unreleased">
        <action dev="NKB" type="update">Removed runtime dependency on commons logging.</action>
        <action dev="POI-DEVELOPERS" type="update">Formula support</action>
    </release>
    <release version="1.5.1" date="16 June 2002">
        <action dev="GJS" type="update">Removed depedency on commons logging.  Now define poi.logging system property to enable logging to standard out.</action>
        <action dev="GJS" type="fix">Fixed SST string handling so that spreadsheets with rich text or extended text will be read correctly.</action>
    </release>
    <release version="1.5" date="06 May 2002">
        <action dev="NKB" type="update">New project build.</action>
        <action dev="NKB" type="update">New project documentation system based on Cocoon.</action>
        <action dev="POI-DEVELOPERS" type="update">Package rename</action>
        <action dev="POI-DEVELOPERS" type="fix">Various bug fixes</action>
        <action dev="POI-DEVELOPERS" type="add">Early stages of HSF development (not ready for development)</action>
        <action dev="POI-DEVELOPERS" type="add">Initial low level record support for charting (not complete)</action>
    </release>
    <release version="1.1.0" date="Release date not recorded">
        <action dev="POI-DEVELOPERS">Created new event model</action>
        <action dev="POI-DEVELOPERS">Optimizations made to HSSF including aggregate records for
        values, rows, etc.</action>
        <action dev="POI-DEVELOPERS">predictive sizing, offset based writing (instead of lots of
        array copies)</action>
        <action dev="POI-DEVELOPERS">minor re-factoring and bug fixes.</action>
    </release>
    <release version="1.0.0" date="Release date not recorded">
        <action dev="POI-DEVELOPERS">Minor documentation updates.</action>
    </release>
    <release version="0.14.0" date="Release date not recorded">
        <action dev="POI-DEVELOPERS">Added DataFormat helper class and exposed set and get format
        on HSSFCellStyle</action>
        <action dev="POI-DEVELOPERS">Fixed column width apis (unit wise) and various javadoc on
        the subject</action>
        <action dev="POI-DEVELOPERS">Fix for Dimensions record (again)... (one of these days I'll
        write a unit test for this ;-p).</action>
        <action dev="POI-DEVELOPERS">Some optimization on sheet creation.</action>
    </release>
    <release version="0.13.0" date="Release date not recorded">

    </release>
    <release version="0.12.0" date="Release date not recorded">
        <action dev="POI-DEVELOPERS">Added MulBlank, Blank, ColInfo</action>
        <action dev="POI-DEVELOPERS">Added log4j facility and removed all sys.out type logging</action>
        <action dev="POI-DEVELOPERS">Added support for adding font's, styles and corresponding
        high level api for styling cells</action>
        <action dev="POI-DEVELOPERS">added support for changing row height, cell width and default
        row height/cell width.</action>
        <action dev="POI-DEVELOPERS">Added fixes for internationalization (UTF-16 should work now
        from HSSFCell.setStringValue, etc when the encoding is set)</action>
        <action dev="POI-DEVELOPERS">added support for adding/removing and naming sheets.</action>
    </release>
    <release version="0.11.0" date="Release date not recorded">
        <action dev="POI-DEVELOPERS">Bugfix release. We were throwing an exception when reading
        RKRecord objects.</action>
    </release>
    <release version="0.10.0" date="Release date not recorded">
        <action dev="POI-DEVELOPERS">Got continuation records to work (read/write)</action>
        <action dev="POI-DEVELOPERS">Added various pre-support for formulas</action>
        <action dev="POI-DEVELOPERS">Massive API reorganization, repackaging.</action>
        <action dev="POI-DEVELOPERS">BiffViewer class added for validating HSSF &amp; POI and/or
        HSSF Output.</action>
        <action dev="POI-DEVELOPERS">Better API support for modification.</action>
    </release>
    <release version="0.7 (and interim releases)" date="Release date not recorded">
        <action dev="POI-DEVELOPERS">Added encoding flag to high and low level api to use utf-16
        when needed (HSSFCell.setEncoding())</action>
        <action dev="POI-DEVELOPERS">added read only support for Label records (which are
        reinterpreted as LabelSST when written)</action>
        <action dev="POI-DEVELOPERS">Broken continuation record implementation (oops)</action>
        <action dev="POI-DEVELOPERS">BiffViewer class added for validating HSSF &amp; POI and/or
        HSSF Output.</action>
    </release>
    <release version="0.6 (release)" date="Release date not recorded">
        <action dev="POI-DEVELOPERS">Support for read/write and modify.</action>
        <action dev="POI-DEVELOPERS">Read only support for MulRK records (converted to Number when
        writing)
        </action>
    </release>

</changes>