]> source.dussan.org Git - jackcess.git/commitdiff
doc/license updates
authorJames Ahlborn <jtahlborn@yahoo.com>
Thu, 28 Oct 2010 03:19:20 +0000 (03:19 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Thu, 28 Oct 2010 03:19:20 +0000 (03:19 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@492 f203690c-595d-4dc9-a70b-905162fa7fd2

src/changes/changes.xml
src/java/com/healthmarketscience/jackcess/CodecHandler.java
src/java/com/healthmarketscience/jackcess/CodecProvider.java
src/java/com/healthmarketscience/jackcess/DefaultCodecProvider.java

index ff37ede6fd2b0234f0a09baf5b88be37d065a424..3e2c6245cc61debaaa3f84d7adcfa0895d46eac6 100644 (file)
@@ -4,6 +4,19 @@
     <author email="javajedi@users.sf.net">Tim McCune</author>
   </properties>
   <body>
+    <release version="1.2.2" date="TBD">
+      <action dev="jahlborn" type="update">
+        Add support for specifying a quote character on import from flat
+        files.
+      </action>
+      <action dev="jahlborn" type="update">
+        Add support for reading database password.
+      </action>
+      <action dev="jahlborn" type="update" issue="3065010">
+        Add support for plugging implementations of various page
+        encoding/decoding algorithms.
+      </action>
+    </release>
     <release version="1.2.1" date="2010-08-01">
       <action dev="jahlborn" type="add" issue="3005272">
         Add ExportUtil and associated utilities for exporting tables to flat
index 28080652f4248a62264d13aadef217622869bc99..c0f61701e3a6da8a8836e00993742408a22da438 100644 (file)
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2005 Health Market Science, Inc.
+Copyright (c) 2010 James Ahlborn
 
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
@@ -15,14 +15,6 @@ You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
 USA
-
-You can contact Health Market Science at info@healthmarketscience.com
-or at the following address:
-
-Health Market Science
-2700 Horizon Drive
-Suite 200
-King of Prussia, PA 19406
 */
 
 package com.healthmarketscience.jackcess;
index 08f3cc472176f5325e216ae78bb0304470d46111..055797c46a3d2b2a98292784f2a5ff48e5512006 100644 (file)
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2005 Health Market Science, Inc.
+Copyright (c) 2010 James Ahlborn
 
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
@@ -15,14 +15,6 @@ You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
 USA
-
-You can contact Health Market Science at info@healthmarketscience.com
-or at the following address:
-
-Health Market Science
-2700 Horizon Drive
-Suite 200
-King of Prussia, PA 19406
 */
 
 package com.healthmarketscience.jackcess;
index 2af15ab366e2ed80d4de6593aab17ed6d848b2ce..c7309394b8300ad934a7b89dad126208f889f608 100644 (file)
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2005 Health Market Science, Inc.
+Copyright (c) 2010 James Ahlborn
 
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
@@ -15,14 +15,6 @@ You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
 USA
-
-You can contact Health Market Science at info@healthmarketscience.com
-or at the following address:
-
-Health Market Science
-2700 Horizon Drive
-Suite 200
-King of Prussia, PA 19406
 */
 
 package com.healthmarketscience.jackcess;