blob: 34a09af8d41f8aa34f1ea17d0adffbf71652d0a1 (
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
|
<document>
<properties>
<title>Release notes</title>
<author email="tmccune@healthmarketscience.com">Tim McCune</author>
</properties>
<body>
<release version="1.1.3" date="2006-2-16">
<action dev="jahlborn" type="fix">
Fix parsing of NUMERIC type.
</action>
<action dev="tmccune" type="fix">
Applied Jon Iles' patch to allow large table definitions to be read.
</action>
</release>
<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>
|