]> source.dussan.org Git - jackcess.git/commitdiff
prep for release
authorJames Ahlborn <jtahlborn@yahoo.com>
Thu, 15 Jun 2006 12:26:13 +0000 (12:26 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Thu, 15 Jun 2006 12:26:13 +0000 (12:26 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@57 f203690c-595d-4dc9-a70b-905162fa7fd2

project.xml
xdocs/changes.xml

index 9eca0277ead6a7aee25d8d657c01b493468ce6d8..945210ed9cd7a2c26febdec457e89134ff90da61 100644 (file)
       <organization>Health Market Science, Inc.</organization>
       <timezone>-5</timezone>
     </developer>
+    <developer>
+      <name>James Ahlborn</name>
+      <id>jahlborn</id>
+      <email>jahlborn@users.sf.net</email>
+      <organization>Health Market Science, Inc.</organization>
+      <timezone>-5</timezone>
+    </developer>
     <developer>
       <name>Rob Di Marco</name>
       <organization>Health Market Science, Inc.</organization>
index 34a09af8d41f8aa34f1ea17d0adffbf71652d0a1..b5d846082e5c34de2abfa55a1e469c04aa0704a0 100644 (file)
@@ -1,40 +1,65 @@
 <document>
   <properties>
     <title>Release notes</title>
-    <author email="tmccune@healthmarketscience.com">Tim McCune</author>
+    <author email="javajedi@users.sf.net">Tim McCune</author>
+    <author email="jahlborn@users.sf.net">James Ahlborn</author>
   </properties>
   <body>
+    <release version="1.1.4" date="2006-6-15">
+      <action dev="jahlborn" type="fix">
+        Missing break in switch condition.
+      </action>
+      <action dev="jahlborn" type="fix">
+        Fixes to reading/writing MEMO/OLE columns.
+      </action>
+      <action dev="jahlborn" type="update">
+        Made exceptions thrown when opening empty or nonexistent files more
+        specific.
+      </action>
+      <action dev="jahlborn" type="fix">
+        Apply patch from Jon Iles for handilng variable length columns.
+      </action>
+      <action dev="jahlborn" type="fix">
+        Apply patch from Jon Iles for handling dates.
+      </action>
+      <action dev="jahlborn" type="fix">
+        Apply patch from Jon Iles for reading GUIDs.
+      </action>
+    </release>
     <release version="1.1.3" date="2006-2-16">
       <action dev="jahlborn" type="fix">
         Fix parsing of NUMERIC type.
       </action>
-      <action dev="tmccune" type="fix">
+      <action dev="javajedi" type="fix">
         Applied Jon Iles' patch to allow large table definitions to be read.
       </action>
     </release>
     <release version="1.1.2" date="2005-8-26">
-      <action dev="tmccune" type="fix" issue="1273712">
-        Fixed bug where writing null values into fixed-width columns was failing.
+      <action dev="javajedi" type="fix" issue="1273712">
+        Fixed bug where writing null values into fixed-width columns was
+        failing.
       </action>
     </release>
     <release version="1.1.1" date="2005-8-20">
-      <action dev="tmccune" type="fix" issue="1261536">
-        Fixed bug in reading index count from table definition.  Skip overflow rows.
+      <action dev="javajedi" type="fix" issue="1261536">
+        Fixed bug in reading index count from table definition.  Skip overflow
+        rows.
       </action>
     </release>
     <release version="1.1" date="2005-8-12">
-      <action dev="tmccune" type="update">
+      <action dev="javajedi" type="update">
         JDK 1.5 upgrades
       </action>
-      <action dev="tmccune" type="update">
-        Applied Mitchell Friedman's patch for support of additional JDBC data types.
+      <action dev="javajedi" type="update">
+        Applied Mitchell Friedman's patch for support of additional JDBC data
+        types.
       </action>
-      <action dev="tmccune" type="update">
+      <action dev="javajedi" type="update">
         Added support for deleted rows.
       </action>
     </release>
     <release version="1.0" date="2005-4-7">
-      <action dev="tmccune" type="add">
+      <action dev="javajedi" type="add">
         Initial release
       </action>
     </release>