summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2006-02-16 21:02:22 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2006-02-16 21:02:22 +0000
commit48643065bf27f1d7b633e761c9defe5c7dc4c7ea (patch)
treefaddedda72d001f88240999c3fe124ef539f3ece
parent5d9a02b8df3575a4d3b9522de882f0d6a97af68a (diff)
downloadjackcess-48643065bf27f1d7b633e761c9defe5c7dc4c7ea.tar.gz
jackcess-48643065bf27f1d7b633e761c9defe5c7dc4c7ea.zip
prep for release
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@33 f203690c-595d-4dc9-a70b-905162fa7fd2
-rw-r--r--xdocs/changes.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index 3c88e3e..34a09af 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -4,6 +4,14 @@
<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.