diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2011-05-14 12:18:45 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2011-05-14 12:18:45 +0000 |
commit | 58497c428cce6ee2125c59f179dfd2493969ccf0 (patch) | |
tree | 22cdf8aacc9fd42411f85b59dbc22c40ce552e65 /src/changes | |
parent | bb4ce1424cf8e4ef6c62e969e68884a6a0096024 (diff) | |
download | jackcess-58497c428cce6ee2125c59f179dfd2493969ccf0.tar.gz jackcess-58497c428cce6ee2125c59f179dfd2493969ccf0.zip |
prep for release
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@556 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/changes')
-rw-r--r-- | src/changes/changes.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 17d877c..882fc2e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -4,7 +4,7 @@ <author email="javajedi@users.sf.net">Tim McCune</author> </properties> <body> - <release version="1.2.4" date="TBD"> + <release version="1.2.4" date="2011-05-14"> <action dev="jahlborn" type="update"> Refactor table loading to use indexes. Do not load all table names at database startup (should make startup faster). @@ -16,7 +16,7 @@ </action> <action dev="jahlborn" type="add"> Add support for Access 2010, including new "General" sort order - (support for long text index entries still needs work). + (support for super-long text index entries still needs work). </action> <action dev="jahlborn" type="fix" issue="3287626"> Access expects a row to be at least big enough to hold all fixed |