diff options
Diffstat (limited to 'src/site')
-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?"> |