summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2008-03-21 17:49:40 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2008-03-21 17:49:40 +0000
commit5293a761c4f27f8fe104d2a75b6883ecd5b3e17d (patch)
tree99054c09c00373500b21a19cd216d0c4f6be95fd /src
parentca15878cc1c40b87d38acd3e735da1f80c25c01d (diff)
downloadjackcess-5293a761c4f27f8fe104d2a75b6883ecd5b3e17d.tar.gz
jackcess-5293a761c4f27f8fe104d2a75b6883ecd5b3e17d.zip
prep for release
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@290 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src')
-rw-r--r--src/changes/changes.xml12
1 files changed, 6 insertions, 6 deletions
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 @@
<author email="jahlborn@users.sf.net">James Ahlborn</author>
</properties>
<body>
- <release version="1.1.13" date="TBD">
- <action dev="jahlborn" type="fix">
+ <release version="1.1.13" date="2008-03-21">
+ <action dev="jahlborn" type="fix" issue="1913775">
More fixes for index parsing. Believe index names are now correctly
matched up with indexes.
</action>
@@ -14,11 +14,11 @@
Simplify comparison algorithms for RowId and Index.Entry using type
attributes.
</action>
- <action dev="jahlborn" type="update">
+ <action dev="jahlborn" type="fix" issue="1906160">
Expand the characters supported in index updates to all of the
ISO-8859-1 character set.
</action>
- <action dev="jahlborn" type="update">
+ <action dev="jahlborn" type="fix">
Fix bug caused by sign extension when reading single-byte row numbers.
</action>
<action dev="jahlborn" type="update">
@@ -31,7 +31,7 @@
<action dev="jahlborn" type="fix">
Fix creation of tables with auto-number columns.
</action>
- <action dev="jahlborn" type="fix">
+ <action dev="jahlborn" type="fix" issue="1832723">
Completely fix problems with sporadic usage map corruption.
</action>
<action dev="jahlborn" type="update">
@@ -61,7 +61,7 @@
<action dev="jahlborn" type="fix">
Support reading inline usage maps with more than 512 pages.
</action>
- <action dev="jahlborn" type="fix">
+ <action dev="jahlborn" type="fix" issue="1832723">
Fix some problems with sporadic usage map corruption.
</action>
<action dev="jahlborn" type="update">