From: James Ahlborn Date: Fri, 21 Mar 2008 17:49:40 +0000 (+0000) Subject: prep for release X-Git-Tag: rel_1_1_13~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5293a761c4f27f8fe104d2a75b6883ecd5b3e17d;p=jackcess.git prep for release git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@290 f203690c-595d-4dc9-a70b-905162fa7fd2 --- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b7a7258..7225789 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -5,8 +5,8 @@ James Ahlborn - - + + More fixes for index parsing. Believe index names are now correctly matched up with indexes. @@ -14,11 +14,11 @@ Simplify comparison algorithms for RowId and Index.Entry using type attributes. - + Expand the characters supported in index updates to all of the ISO-8859-1 character set. - + Fix bug caused by sign extension when reading single-byte row numbers. @@ -31,7 +31,7 @@ Fix creation of tables with auto-number columns. - + Completely fix problems with sporadic usage map corruption. @@ -61,7 +61,7 @@ Support reading inline usage maps with more than 512 pages. - + Fix some problems with sporadic usage map corruption.