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
|
<h1>Commons-Attributes 2.2</h1>
<p>This is the 2.2 version of commons-attributes. It is available in both binary and source distributions.</p>
<p><font color="red" size="+2">Note:</font>
The tar files in the distribution use GNU tar extensions
and must be untarred with a GNU compatible version of tar. The version
of tar on Solaris and Mac OS X will not work with these files</p>
<a name="changes"><h2>Changes</h2></a>
<p>The changes in this release are detailed in the <a href="RELEASE.txt">release notes.</a></p>
<p>Thank you for using <a href="http://jakarta.apache.org/commons/attributes/">Commons-Attributes</a>.</p>
<p>From the Apache Jakarta Project<br><a href="http://jakarta.apache.org/">http://jakarta.apache.org/</a></p>
<a name="sig"><h2>Signatures</h2></a>
<p>Many of the files have been digitally signed using GnuPG. If so,
there will be an accompanying <samp><em>file</em>.asc</samp> signature
file in the same directory as the file (binaries/ or source/). The
signing keys can be found in the distribution directory at <<a
HREF="http://www.apache.org/dist/jakarta/commons/attributes/KEYS"><samp>http://www.apache.org/dist/jakarta/commons/attributes/KEYS</samp></a>>.</p>
<p><b>Always download the KEYS file directly from the Apache site, never from a mirror site.</b></p>
<pre>Always test available signatures, <i>e.g.</i>,
$ pgpk -a KEYS
$ pgpv commons-attributes-2.2.tar.gz.asc
or,
$ pgp -ka KEYS
$ pgp commons-attributes-2.2.tar.gz.asc
or,
$ gpg --import KEYS
$ gpg --verify commons-attributes-2.2.tar.gz.asc
</pre>
<p>
|