aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2019-01-05 13:11:41 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2019-01-05 13:11:41 +0000
commit4b4a0bbb4fdc75676015a73f68e7a28101416ef4 (patch)
tree7bfff9d9b5158fef50f6c7c35ee507e02c501d88
parent86ae9b01032bee4c2a47bb5428e9777efbc22c71 (diff)
parent743ea3342892c814a253105a33525ef5ae7e4d69 (diff)
downloadjackcess-4b4a0bbb4fdc75676015a73f68e7a28101416ef4.tar.gz
jackcess-4b4a0bbb4fdc75676015a73f68e7a28101416ef4.zip
merge trunk changes through r1263
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1264 f203690c-595d-4dc9-a70b-905162fa7fd2
-rw-r--r--src/changes/changes.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0832c4b..633314f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -29,6 +29,11 @@
commons-lang3.
</action>
</release>
+ <release version="2.2.2" date="2019-01-05">
+ <action dev="jahlborn" type="fix" system="SourceForge2" issue="151">
+ Fix length in units calculation for Access 97 text fields.
+ </action>
+ </release>
<release version="2.2.1" date="2018-12-22">
<action dev="jahlborn" type="update">
Implement the majority of the missing standard functions:
@@ -52,9 +57,6 @@
irrelevant failures when reading databases which have invalid column
properties.
</action>
- <action dev="jahlborn" type="fix" system="SourceForge2" issue="151">
- Fix length in units calculation for Access 97 text fields.
- </action>
</release>
<release version="2.2.0" date="2018-09-08"
description="Add support for expression evaluation">