]> source.dussan.org Git - jackcess.git/commitdiff
fix links
authorJames Ahlborn <jtahlborn@yahoo.com>
Mon, 29 Nov 2010 13:36:50 +0000 (13:36 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Mon, 29 Nov 2010 13:36:50 +0000 (13:36 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@503 f203690c-595d-4dc9-a70b-905162fa7fd2

src/changes/changes.xml

index d6b1461fbb5c25625dd7fe8f95d1e78646807646..24e4391c0e9ce676ac45850937c294586f48ac37 100644 (file)
@@ -4,7 +4,7 @@
     <author email="javajedi@users.sf.net">Tim McCune</author>
   </properties>
   <body>
-    <release version="1.2.2" date="TBD">
+    <release version="1.2.2" date="2010-11-29">
       <action dev="jahlborn" type="update">
         Add support for specifying a quote character on import from flat
         files.
         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.  (thanks to Vladimir Berezniker).
+        Add support for plugging in implementations of various page
+        encoding/decoding algorithms.  See the &lt;a href="http://jackcessencrypt.sourceforge.net/"&gt;Jackcess Encrypt&lt;/a&gt;
+        project for a CodecProvider implementation which supports a few of the
+        Access encodings.  (thanks to Vladimir Berezniker).
       </action>
       <action dev="jahlborn" type="update" issue="3101578">
         Implement some tweaks which allow jackcess to be used on the Android
-        platform. (thanks to Miha Pirnat).
+        platform.  See the &lt;a href="faq.html#android"&gt;FAQ&lt;/a&gt; for more
+        details.  (thanks to Miha Pirnat).
       </action>
       <action dev="jahlborn" type="update" issue="3097387">
-        Allow column order in tables to be configured.
+        Allow output column order in tables to be configured.
       </action>
       <action dev="jahlborn" type="update" issue="3105829">
         Add support for custom column value matching when finding rows using a
         Cursor.
       </action>
       <action dev="jahlborn" type="fix">
-        Ignore usagemap inconsistencies in certain situations.
+        Ignore usagemap inconsistencies in certain (safe) situations.
       </action>
     </release>
     <release version="1.2.1" date="2010-08-01">