diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2012-06-13 02:58:03 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2012-06-13 02:58:03 +0000 |
commit | fb3533f16221e78f9f9af42cef5153e72d7285bd (patch) | |
tree | 88e02f4255722fece5ebfd1a58f2f1d35a56a59e /src/changes/changes.xml | |
parent | 4fd4eb6ea2a312689de4b4dfaadc1e49ef090a05 (diff) | |
download | jackcess-fb3533f16221e78f9f9af42cef5153e72d7285bd.tar.gz jackcess-fb3533f16221e78f9f9af42cef5153e72d7285bd.zip |
rework partial page writing and interacting with CodecHandlers (issue #3532250)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@628 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/changes/changes.xml')
-rw-r--r-- | src/changes/changes.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 389314b..7cf0ebc 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -15,6 +15,12 @@ <action dev="jahlborn" type="fix" issue="3529534"> Fix NPE when running unit tests with db format MSISAM. </action> + <action dev="jahlborn" type="fix" issue="3532250"> + Fix writing partial pages when CodecHandler is in use. Note, this fix + involves a backwards incompatible change to the CodecHandler interface + (Jackcess Encrypt 1.0.3 or later is compatible with this version of + Jackcess). + </action> </release> <release version="1.2.7" date="2012-04-02"> <action dev="jahlborn" type="update" issue="3479560"> |