diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2013-08-13 00:37:37 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2013-08-13 00:37:37 +0000 |
commit | eceb63fd2747ed68db4fd643e0ae60eb7a898b43 (patch) | |
tree | 34db3bcba99517fdb9429914026e94fc6a6d9702 /src/site/xdoc | |
parent | 494c81267e43254c86a4b5c0cd8edf5d6b3b5ec3 (diff) | |
download | jackcess-eceb63fd2747ed68db4fd643e0ae60eb7a898b43.tar.gz jackcess-eceb63fd2747ed68db4fd643e0ae60eb7a898b43.zip |
more udpates for 2.0 api changes
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@777 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/site/xdoc')
-rw-r--r-- | src/site/xdoc/index.xml | 13 | ||||
-rw-r--r-- | src/site/xdoc/jackcess-2.xml | 11 |
2 files changed, 24 insertions, 0 deletions
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 3ed52e8..8da28a8 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -21,6 +21,19 @@ </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 diff --git a/src/site/xdoc/jackcess-2.xml b/src/site/xdoc/jackcess-2.xml index 15b6df4..6725f78 100644 --- a/src/site/xdoc/jackcess-2.xml +++ b/src/site/xdoc/jackcess-2.xml @@ -123,6 +123,17 @@ </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 -> Jackcess Encrypt 2.y</li> + <li>Jackcess 1.x -> Jackcess Encrypt 1.y</li> + </ul> + </p> + </subsection> </section> <section name="What does this mean for 1.x?"> |