aboutsummaryrefslogtreecommitdiffstats
path: root/src/changes
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2014-11-15 04:06:17 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2014-11-15 04:06:17 +0000
commita0c7c8dc6840d10fc1aa3d27881ed76434b15ecb (patch)
tree4011e3fadadf8e414d7b8ca2258d99880fbfd3b3 /src/changes
parentdccc4c16210d2da624f88ae9bbdbb55ca3f3de14 (diff)
downloadjackcess-a0c7c8dc6840d10fc1aa3d27881ed76434b15ecb.tar.gz
jackcess-a0c7c8dc6840d10fc1aa3d27881ed76434b15ecb.zip
rework unicode compression support, fixes issue 111
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@892 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/changes')
-rw-r--r--src/changes/changes.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 37d98a9..22ab6ae 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -4,6 +4,12 @@
<author email="javajedi@users.sf.net">Tim McCune</author>
</properties>
<body>
+ <release version="2.0.7" date="TBD">
+ <action dev="jahlborn" type="fix" system="SourceForge2" issue="111">
+ Unicode compression support was not correct for all possibly
+ compressed characters.
+ </action>
+ </release>
<release version="2.0.6" date="2014-10-04">
<action dev="jahlborn" type="fix" system="SourceForge2" issue="109">
IndexCursor can early exit when searching based on indexed values.