</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
</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?">