]> source.dussan.org Git - jackcess.git/commitdiff
prep for release
authorJames Ahlborn <jtahlborn@yahoo.com>
Mon, 2 Oct 2006 16:20:03 +0000 (16:20 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Mon, 2 Oct 2006 16:20:03 +0000 (16:20 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@128 f203690c-595d-4dc9-a70b-905162fa7fd2

xdocs/changes.xml

index b9cd8efd1bb622d0b0df4d411191cdd1ce2aca3d..70e56fd919c66666f9ed0545570865eb61b82f77 100644 (file)
@@ -5,6 +5,38 @@
     <author email="jahlborn@users.sf.net">James Ahlborn</author>
   </properties>
   <body>
+    <release version="1.1.7" date="2006-10-02">
+      <action dev="jahlborn" type="update">
+        Refactored DataType class, cleaned up a lot of "custom" data type code
+        springled throughout the codebase.
+      </action>
+      <action dev="jahlborn" type="update">
+        Added sanity checking on table creation (check column/table properties
+        for validity).
+      </action>
+      <action dev="jahlborn" type="update">
+        Clean up index reading/writing of text columns, add support for more
+        characters
+      </action>
+      <action dev="jahlborn" type="update">
+        Support reading 'compressed' indexes (fix 1563654)
+      </action>
+      <action dev="jahlborn" type="update">
+        Implement "overflow" row reading.
+      </action>
+      <action dev="jahlborn" type="fix">
+        Allow multi-page long value reading.
+      </action>
+      <action dev="jahlborn" type="update">
+        Implement multi-page long value writing.
+      </action>
+      <action dev="jahlborn" type="fix">
+        Fix decimal data type writing.
+      </action>
+      <action dev="jahlborn" type="update">
+        Add support for opening files read-only (fix 1545857)
+      </action>
+    </release>
     <release version="1.1.6" date="2006-08-07">
       <action dev="jahlborn" type="fix">
         Handle more tables with more index slots than actual indexes (fix bug