]> source.dussan.org Git - jackcess.git/commitdiff
more udpates for 2.0 api changes
authorJames Ahlborn <jtahlborn@yahoo.com>
Tue, 13 Aug 2013 00:37:37 +0000 (00:37 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Tue, 13 Aug 2013 00:37:37 +0000 (00:37 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@777 f203690c-595d-4dc9-a70b-905162fa7fd2

src/site/xdoc/index.xml
src/site/xdoc/jackcess-2.xml

index 3ed52e8e2d72bddaa778688ec9f628a111853f0f..8da28a8483ba2bc239766dae34aab0be121cf950 100644 (file)
       </p>
     </section>
 
+    <section name="Jackcess 2.0">
+      <subsection name="New crunchy outside, same yummy filling!">
+        <p>
+          The Jackcess project has gotten a facelift.  A long-overdue overhaul
+          of the public API has been completed, and the major version number
+          of the Jackess APi has been changed to 2.0 in order to indicate the
+          non-backwards compatible nature of the changes (although the
+          underlying functionality remains unchanged).  Read the
+          <a href="jackcess-2.html">Upgrade Guide</a> for full details.
+        </p>
+      </subsection>
+    </section>
+
     <section name="Sample code">
         <p>
           Here are a few snippets of code to whet your appetite.  For more
index 15b6df4f5017971c5b3010c535cb2cdd935b6d37..6725f78d10cc9970b4dc0b9415e2b3e216acddbd 100644 (file)
           </ul>
         </ul>
       </p>
+      <subsection name="Working with Jackcess Encrypt">
+        <p>
+          If you are using the <a href="http://jackcessencrypt.sourceforge.net/">Jackcess Encrypt</a> project, then you will need to
+          use a version compatible with the relevant Jackess API.
+          Fortunately, the major versions match, so it's pretty simple:
+          <ul>
+            <li>Jackcess 2.x -&gt; Jackcess Encrypt 2.y</li>
+            <li>Jackcess 1.x -&gt; Jackcess Encrypt 1.y</li>
+          </ul>
+        </p>
+      </subsection>
     </section>
 
     <section name="What does this mean for 1.x?">