aboutsummaryrefslogtreecommitdiffstats
path: root/src/changes/changes.xml
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2013-09-14 13:20:39 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2013-09-14 13:20:39 +0000
commit012c3e7c30a0e09f788e8b43374549c07657ca5d (patch)
tree01b278dfba509888113a3e60d133549315cb47a8 /src/changes/changes.xml
parente7409f5aa21e2b845623579db69b0db620113f2c (diff)
downloadjackcess-012c3e7c30a0e09f788e8b43374549c07657ca5d.tar.gz
jackcess-012c3e7c30a0e09f788e8b43374549c07657ca5d.zip
Ignore invalid column usage map definitions, fixes issue 97
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@800 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/changes/changes.xml')
-rw-r--r--src/changes/changes.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a4a33f4..94a241d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -8,6 +8,9 @@
<action dev="jahlborn" type="add">
Add initial support for creating/parsing ole content.
</action>
+ <action dev="jahlborn" type="fix" system="SourceForge2" issue="97">
+ Ignore invalid column usage map definitions.
+ </action>
</release>
<release version="2.0.0" date="2013-08-26">
<action dev="jahlborn" type="update">
@@ -16,6 +19,11 @@
for more details.
</action>
</release>
+ <release version="1.2.14.3" date="TBD">
+ <action dev="jahlborn" type="fix" system="SourceForge2" issue="97">
+ Ignore invalid column usage map definitions.
+ </action>
+ </release>
<release version="1.2.14.2" date="2013-08-25">
<action dev="jahlborn" type="fix" system="SourceForge2" issue="96">
Fix reading of Properties with multiple value blocks.