aboutsummaryrefslogtreecommitdiffstats
path: root/xdocs/changes.xml
blob: 3c88e3ee61e9e4ef40775c6b94f8e85a890e4a82 (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
<document>
  <properties>
    <title>Release notes</title>
    <author email="tmccune@healthmarketscience.com">Tim McCune</author>
  </properties>
  <body>
    <release version="1.1.2" date="2005-8-26">
      <action dev="tmccune" type="fix" issue="1273712">
        Fixed bug where writing null values into fixed-width columns was failing.
      </action>
    </release>
    <release version="1.1.1" date="2005-8-20">
      <action dev="tmccune" type="fix" issue="1261536">
        Fixed bug in reading index count from table definition.  Skip overflow rows.
      </action>
    </release>
    <release version="1.1" date="2005-8-12">
      <action dev="tmccune" type="update">
        JDK 1.5 upgrades
      </action>
      <action dev="tmccune" type="update">
        Applied Mitchell Friedman's patch for support of additional JDBC data types.
      </action>
      <action dev="tmccune" type="update">
        Added support for deleted rows.
      </action>
    </release>
    <release version="1.0" date="2005-4-7">
      <action dev="tmccune" type="add">
        Initial release
      </action>
    </release>
  </body>
</document>