1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
<?xml version="1.0"?>
<document>
<properties>
<author email="bob.mcwhirter@redhat.com">bob mcwhirter</author>
<title>Releases</title>
</properties>
<body>
<section name="Official Builds">
<p>
The current version is 1.2.0. 1.2.0 now requires Java 1.4 or later, and no longer bundles any of the org.w3c.dom classes. It also deprecates the <code>org.jaxen.pattern</code> package. It should be fully compatible with code written to Java 1.1.
</p>
<p>
1.1.6 fixed several bugs in IEEE 754 arithmetic.
</p>
<p>
1.1 is a major upgrade that significantly improved jaxen's conformance to the underlying XPath 1.0 specification.
This release
is a vast improvement over 1.0, and all users are strongly encouraged to upgrade.
With a few small exceptions (e.g. the <code>document()</code> function has moved to the
<code>org.jaxen.function.xslt</code> package, the <code>IdentityHashMap</code> class has been deleted,
and the ElectricXML navigator has been deleted) 1.2.0
is backwards compatible with code written to the 1.0 APIs.
</p>
<p>
The recommended build is <strong>1.2.0</strong>:
</p>
<ul>
<li><a href="dist/jaxen-1.2.0-bin.zip">1.2.0 binaries in zip format.</a></li>
<li><a href="dist/jaxen-1.2.0-bin.tar.gz">1.2.0 binaries in tar/gz format.</a></li>
<li><a href="dist/jaxen-1.2.0-bin.tar.bz2">1.2.0 binaries in bz2 format.</a></li>
<li><a href="dist/jaxen-1.2.0-src.zip">1.2.0 sources in zip format.</a></li>
<li><a href="dist/jaxen-1.2.0-src.tar.gz">1.2.0 sources in tar/gz format.</a></li>
<li><a href="dist/jaxen-1.2.0-src.tar.bz2">1.2.0 sources in bz2 format.</a></li>
</ul>
</section>
</body>
</document>
|