blob: b5d846082e5c34de2abfa55a1e469c04aa0704a0 (
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
|
<document>
<properties>
<title>Release notes</title>
<author email="javajedi@users.sf.net">Tim McCune</author>
<author email="jahlborn@users.sf.net">James Ahlborn</author>
</properties>
<body>
<release version="1.1.4" date="2006-6-15">
<action dev="jahlborn" type="fix">
Missing break in switch condition.
</action>
<action dev="jahlborn" type="fix">
Fixes to reading/writing MEMO/OLE columns.
</action>
<action dev="jahlborn" type="update">
Made exceptions thrown when opening empty or nonexistent files more
specific.
</action>
<action dev="jahlborn" type="fix">
Apply patch from Jon Iles for handilng variable length columns.
</action>
<action dev="jahlborn" type="fix">
Apply patch from Jon Iles for handling dates.
</action>
<action dev="jahlborn" type="fix">
Apply patch from Jon Iles for reading GUIDs.
</action>
</release>
<release version="1.1.3" date="2006-2-16">
<action dev="jahlborn" type="fix">
Fix parsing of NUMERIC type.
</action>
<action dev="javajedi" 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="javajedi" 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="javajedi" 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="javajedi" type="update">
JDK 1.5 upgrades
</action>
<action dev="javajedi" type="update">
Applied Mitchell Friedman's patch for support of additional JDBC data
types.
</action>
<action dev="javajedi" type="update">
Added support for deleted rows.
</action>
</release>
<release version="1.0" date="2005-4-7">
<action dev="javajedi" type="add">
Initial release
</action>
</release>
</body>
</document>
|